diff options
| author | Steven Tamm | 2005-01-19 19:09:42 +0000 |
|---|---|---|
| committer | Steven Tamm | 2005-01-19 19:09:42 +0000 |
| commit | 3bb9abc888338017c27ac6e2347bb35d89084e64 (patch) | |
| tree | 75aa1572c266e7f72add0804fac5c91ea29c3387 /src/config.in | |
| parent | 551ffc2715dbabbd4dbdc59fd806bdaf70db2b22 (diff) | |
| download | emacs-3bb9abc888338017c27ac6e2347bb35d89084e64.tar.gz emacs-3bb9abc888338017c27ac6e2347bb35d89084e64.zip | |
* editfns.c (Voperating_system_release): Added.
(init_editfns): Assign new variable operating-system-release
based on call to uname if available.
* config.h: Regenerated.
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 87e37e65ef2..34ba3a061df 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -598,6 +598,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 598 | /* Define to 1 if you have the <sys/un.h> header file. */ | 598 | /* Define to 1 if you have the <sys/un.h> header file. */ |
| 599 | #undef HAVE_SYS_UN_H | 599 | #undef HAVE_SYS_UN_H |
| 600 | 600 | ||
| 601 | /* Define to 1 if you have the <sys/utsname.h> header file. */ | ||
| 602 | #undef HAVE_SYS_UTSNAME_H | ||
| 603 | |||
| 601 | /* Define to 1 if you have the <sys/vlimit.h> header file. */ | 604 | /* Define to 1 if you have the <sys/vlimit.h> header file. */ |
| 602 | #undef HAVE_SYS_VLIMIT_H | 605 | #undef HAVE_SYS_VLIMIT_H |
| 603 | 606 | ||