diff options
| author | Jim Blandy | 1993-06-17 04:59:01 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-17 04:59:01 +0000 |
| commit | 5925bf38e186fdf5f24bc1d85bb22968d1a4e1d8 (patch) | |
| tree | b35e6f1dd32719326ee599ac8e922bb0e6112d59 /src | |
| parent | 65aa44ac9b20a10aba7061b7e6758257697d5e5a (diff) | |
| download | emacs-5925bf38e186fdf5f24bc1d85bb22968d1a4e1d8.tar.gz emacs-5925bf38e186fdf5f24bc1d85bb22968d1a4e1d8.zip | |
* config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf to
change.
* sysdep.c (closedir): Only define this if autoconf can't find
HAVE_CLOSEDIR. If we're running under solaris (defined (sun) &&
defined (USG5_4)), then don't free the buffer separately.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index fe34dda65c4..0eba46124d7 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -100,6 +100,7 @@ and this notice must be preserved on all copies. */ | |||
| 100 | #undef HAVE_XRMSETDATABASE | 100 | #undef HAVE_XRMSETDATABASE |
| 101 | #undef HAVE_RANDOM | 101 | #undef HAVE_RANDOM |
| 102 | #undef HAVE_LIBXBSD | 102 | #undef HAVE_LIBXBSD |
| 103 | #undef HAVE_CLOSEDIR | ||
| 103 | 104 | ||
| 104 | /* If using GNU, then support inline function declarations. */ | 105 | /* If using GNU, then support inline function declarations. */ |
| 105 | #ifdef __GNUC__ | 106 | #ifdef __GNUC__ |