1
Fork 0
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:
Jim Blandy 1993-06-17 04:59:01 +00:00
parent 65aa44ac9b
commit 5925bf38e1

View file

@ -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__