[project @ 2002-01-04 10:54:20 by sof]
authorsof <unknown>
Fri, 4 Jan 2002 10:54:21 +0000 (10:54 +0000)
committersof <unknown>
Fri, 4 Jan 2002 10:54:21 +0000 (10:54 +0000)
add feature test for readdir_r()

configure.in
mk/config.h.in

index 0f124a6..f995010 100644 (file)
@@ -862,7 +862,7 @@ AC_CHECK_FUNCS(pclose    _pclose )
 
 
 dnl ** check for specific library functions that we are interested in
-AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat lstat symlink sysconf timelocal times vadvise vfork localtime_r gmtime_r)
+AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat lstat symlink sysconf timelocal times vadvise vfork localtime_r gmtime_r readdir_r)
 
 dnl ** check whether this machine has gmp3 installed
 AC_CHECK_LIB(gmp,  __gmpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp,
index bc74c01..9c53896 100644 (file)
 /* Define if you have the <pwd.h> header file. */
 #undef HAVE_PWD_H
 
+/* Define if you have the `readdir_r' function. */
+#undef HAVE_READDIR_R
+
 /* Define if you have the `readlink' function. */
 #undef HAVE_READLINK