link: LoadLibrary is not needed.
[gnulib.git] / m4 / dirent_h.m4
index 93cfbdc..16d8a02 100644 (file)
@@ -1,5 +1,5 @@
-# dirent_h.m4 serial 1
-dnl Copyright (C) 2008 Free Software Foundation, Inc.
+# dirent_h.m4 serial 5
+dnl Copyright (C) 2008-2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -32,6 +32,16 @@ AC_DEFUN([gl_DIRENT_MODULE_INDICATOR],
 AC_DEFUN([gl_DIRENT_H_DEFAULTS],
 [
   AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) dnl for REPLACE_FCHDIR
+  GNULIB_DIRFD=0;     AC_SUBST([GNULIB_DIRFD])
+  GNULIB_FDOPENDIR=0; AC_SUBST([GNULIB_FDOPENDIR])
+  GNULIB_SCANDIR=0;   AC_SUBST([GNULIB_SCANDIR])
+  GNULIB_ALPHASORT=0; AC_SUBST([GNULIB_ALPHASORT])
   dnl Assume proper GNU behavior unless another module says otherwise.
-  DIRENT_H='';      AC_SUBST([DIRENT_H])
+  HAVE_DECL_DIRFD=1;  AC_SUBST([HAVE_DECL_DIRFD])
+  HAVE_FDOPENDIR=1;   AC_SUBST([HAVE_FDOPENDIR])
+  HAVE_SCANDIR=1;     AC_SUBST([HAVE_SCANDIR])
+  HAVE_ALPHASORT=1;   AC_SUBST([HAVE_ALPHASORT])
+  REPLACE_CLOSEDIR=0; AC_SUBST([REPLACE_CLOSEDIR])
+  REPLACE_OPENDIR=0;  AC_SUBST([REPLACE_OPENDIR])
+  DIRENT_H='';        AC_SUBST([DIRENT_H])
 ])