comparison src/config.in @ 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 e1380814a454
children 646af96bba7b
comparison
equal deleted inserted replaced
3797:68807e370e9d 3798:84536053a592
98 #undef UNEXEC_SRC 98 #undef UNEXEC_SRC
99 #undef HAVE_LIBDNET 99 #undef HAVE_LIBDNET
100 #undef HAVE_XRMSETDATABASE 100 #undef HAVE_XRMSETDATABASE
101 #undef HAVE_RANDOM 101 #undef HAVE_RANDOM
102 #undef HAVE_LIBXBSD 102 #undef HAVE_LIBXBSD
103 #undef HAVE_CLOSEDIR
103 104
104 /* If using GNU, then support inline function declarations. */ 105 /* If using GNU, then support inline function declarations. */
105 #ifdef __GNUC__ 106 #ifdef __GNUC__
106 #define INLINE __inline__ 107 #define INLINE __inline__
107 #else 108 #else