summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-25 06:49:01 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-25 06:49:01 +0000
commitce2bb7644788327e2445d883a95753b9d53d1fda (patch)
tree1f5a9ce92ff23e368429696040b65e26de321cab /gdb/config.in
parent76426319be624f6718215b2d1ebc613c7ea15400 (diff)
downloadgdb-ce2bb7644788327e2445d883a95753b9d53d1fda.tar.gz
Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h".
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 8716472879a..8ef156b3ea4 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -210,6 +210,9 @@
/* Define if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
+/* Define if you have the <dirent.h> header file. */
+#undef HAVE_DIRENT_H
+
/* Define if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
@@ -228,6 +231,9 @@
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define if you have the <ndir.h> header file. */
+#undef HAVE_NDIR_H
+
/* Define if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H
@@ -258,9 +264,15 @@
/* Define if you have the <sys/debugreg.h> header file. */
#undef HAVE_SYS_DEBUGREG_H
+/* Define if you have the <sys/dir.h> header file. */
+#undef HAVE_SYS_DIR_H
+
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
+/* Define if you have the <sys/ndir.h> header file. */
+#undef HAVE_SYS_NDIR_H
+
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H