mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 06:01:22 -08:00
* 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.
This commit is contained in:
parent
65aa44ac9b
commit
5925bf38e1
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ and this notice must be preserved on all copies. */
|
|||
#undef HAVE_XRMSETDATABASE
|
||||
#undef HAVE_RANDOM
|
||||
#undef HAVE_LIBXBSD
|
||||
#undef HAVE_CLOSEDIR
|
||||
|
||||
/* If using GNU, then support inline function declarations. */
|
||||
#ifdef __GNUC__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue