diff options
| author | Richard M. Stallman | 1994-06-23 23:53:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-23 23:53:35 +0000 |
| commit | 01239f72293504374354d89dcc1ecb8297f1929b (patch) | |
| tree | ca69c6f914ce6915687646805d70806318f236e4 /src | |
| parent | 4a02b552f18955eca58e1935334f09b9db49c8f5 (diff) | |
| download | emacs-01239f72293504374354d89dcc1ecb8297f1929b.tar.gz emacs-01239f72293504374354d89dcc1ecb8297f1929b.zip | |
Move #undef HAVE_STRERROR before the #includes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/src/config.in b/src/config.in index 70d2a251ce6..2d7e730fef1 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -140,6 +140,10 @@ and this notice must be preserved on all copies. */ | |||
| 140 | 140 | ||
| 141 | #undef HAVE_AIX_SMT_EXP | 141 | #undef HAVE_AIX_SMT_EXP |
| 142 | 142 | ||
| 143 | /* Define if you have the ANSI `strerror' function. | ||
| 144 | Otherwise you must have the variable `char *sys_errlist[]'. */ | ||
| 145 | #undef HAVE_STRERROR | ||
| 146 | |||
| 143 | /* Define if `sys_siglist' is declared by <signal.h>. */ | 147 | /* Define if `sys_siglist' is declared by <signal.h>. */ |
| 144 | #undef SYS_SIGLIST_DECLARED | 148 | #undef SYS_SIGLIST_DECLARED |
| 145 | 149 | ||
| @@ -247,10 +251,6 @@ typedef unsigned long EMACS_UINT; | |||
| 247 | #define BSTRING | 251 | #define BSTRING |
| 248 | #endif | 252 | #endif |
| 249 | 253 | ||
| 250 | /* Define if you have the ANSI `strerror' function. | ||
| 251 | Otherwise you must have the variable `char *sys_errlist[]'. */ | ||
| 252 | #undef HAVE_STRERROR | ||
| 253 | |||
| 254 | /* Non-ANSI C compilers usually don't have volatile. */ | 254 | /* Non-ANSI C compilers usually don't have volatile. */ |
| 255 | #ifndef HAVE_VOLATILE | 255 | #ifndef HAVE_VOLATILE |
| 256 | #ifndef __STDC__ | 256 | #ifndef __STDC__ |
| @@ -258,19 +258,6 @@ typedef unsigned long EMACS_UINT; | |||
| 258 | #endif | 258 | #endif |
| 259 | #endif | 259 | #endif |
| 260 | 260 | ||
| 261 | #if 0 /* This should be taken care of by autoconf now. */ | ||
| 262 | /* joe@zircon.uucp says that in order to use XFree386, you have to | ||
| 263 | link against -lXbsd, which insists on defining the random | ||
| 264 | function. | ||
| 265 | faith@cs.unc.edu says this is bogus for Linux and several other OS's. | ||
| 266 | Eventually, we should have autoconf test for this. Anyone want to | ||
| 267 | submit a patch? */ | ||
| 268 | #if defined (HAVE_XFREE386) && !defined (LINUX) | ||
| 269 | #define LIBX11_SYSTEM -lXbsd | ||
| 270 | #define HAVE_RANDOM | ||
| 271 | #endif | ||
| 272 | #endif | ||
| 273 | |||
| 274 | /* Some of the files of Emacs which are intended for use with other | 261 | /* Some of the files of Emacs which are intended for use with other |
| 275 | programs assume that if you have a config.h file, you must declare | 262 | programs assume that if you have a config.h file, you must declare |
| 276 | the type of getenv. | 263 | the type of getenv. |