summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-09-13 00:51:46 +0100
committerColin Watson <cjwatson@debian.org>2014-09-13 00:51:46 +0100
commitaccd83638f8faf5b17546cce6aad6fcbc2304061 (patch)
tree3f49071c784a5b1cd557d7fe87020dff429f1aed /config.h.in
parent35a280ca70be4ead48a57cdb4aa1edbab04b46b5 (diff)
Simplify <dirent.h> handling using Gnulib
* gnulib: Import dirent module. * configure.ac: Remove obsolescent AC_HEADER_DIRENT macro. * src/check_mandirs.c: Simplify a large conditional block to "#include <dirent.h>". * src/straycats.c: Likewise. * src/ult_src.c: Likewise.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/config.h.in b/config.h.in
index 4c0a6820..a8d7c6db 100644
--- a/config.h.in
+++ b/config.h.in
@@ -561,8 +561,7 @@
don't. */
#undef HAVE_DECL__SNPRINTF
-/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
- */
+/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the `dirfd' function. */
@@ -798,9 +797,6 @@
/* Define to 1 if you have the 'nanotime' function. */
#undef HAVE_NANOTIME
-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
-#undef HAVE_NDIR_H
-
/* Define if you have neqn. */
#undef HAVE_NEQN
@@ -1603,10 +1599,6 @@
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#undef HAVE_SYS_CDEFS_H
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
- */
-#undef HAVE_SYS_DIR_H
-
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
@@ -1616,10 +1608,6 @@
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
-#undef HAVE_SYS_NDIR_H
-
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H