summaryrefslogtreecommitdiff
path: root/m4/dirent_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-19 12:47:52 +0200
committerBruno Haible <bruno@clisp.org>2008-10-19 12:47:52 +0200
commit2cf6b078ffb5955943be20eec0a1d6742b118c5e (patch)
treec4e0c192f121d65c81c346744d361fa4421e03e1 /m4/dirent_h.m4
parentcded3d983ba2d3e0c76bc1c721c78333fa31b385 (diff)
downloadgnulib-2cf6b078ffb5955943be20eec0a1d6742b118c5e.tar.gz
Move the dirfd() declaration to <dirent.h>.
Diffstat (limited to 'm4/dirent_h.m4')
-rw-r--r--m4/dirent_h.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/dirent_h.m4 b/m4/dirent_h.m4
index 93cfbdc1f4..a72fc36297 100644
--- a/m4/dirent_h.m4
+++ b/m4/dirent_h.m4
@@ -1,4 +1,4 @@
-# dirent_h.m4 serial 1
+# dirent_h.m4 serial 2
dnl Copyright (C) 2008 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -32,6 +32,8 @@ 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])
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])
+ DIRENT_H=''; AC_SUBST([DIRENT_H])
])