changeset 3798:84536053a592

* 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.
author Jim Blandy <jimb@redhat.com>
date Thu, 17 Jun 1993 04:59:01 +0000
parents 68807e370e9d
children 1c2303940681
files src/config.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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__