# HG changeset patch # User Jim Blandy # Date 740293141 0 # Node ID 84536053a59226c176cfd77701fee9e7eaa8dcaf # Parent 68807e370e9d08a54f2a4d86312593e6f7d350d4 * 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. diff -r 68807e370e9d -r 84536053a592 src/config.in --- a/src/config.in Thu Jun 17 04:58:27 1993 +0000 +++ b/src/config.in Thu Jun 17 04:59:01 1993 +0000 @@ -100,6 +100,7 @@ #undef HAVE_XRMSETDATABASE #undef HAVE_RANDOM #undef HAVE_LIBXBSD +#undef HAVE_CLOSEDIR /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__