From 5925bf38e186fdf5f24bc1d85bb22968d1a4e1d8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 17 Jun 1993 04:59:01 +0000 Subject: [PATCH] * 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. --- src/config.in | 1 + 1 file changed, 1 insertion(+) 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. */ #undef HAVE_XRMSETDATABASE #undef HAVE_RANDOM #undef HAVE_LIBXBSD +#undef HAVE_CLOSEDIR /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__