summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMichael Sokolov <msokolov@ivan.harhan.org>2001-02-14 18:48:40 +0000
committerMichael Sokolov <msokolov@ivan.harhan.org>2001-02-14 18:48:40 +0000
commitfc24370e47de795c93e5be9bcc1bcebf739a0b67 (patch)
treec7046ad51920089a908abb896eb5fbdda6e55342 /gdb/config.in
parent24174db0faad54ea0bf4696a946b3541b1bbceb0 (diff)
downloadbinutils-fc24370e47de795c93e5be9bcc1bcebf739a0b67.tar.gz
binutils-fc24370e47de795c93e5be9bcc1bcebf739a0b67.tar.bz2
binutils-fc24370e47de795c93e5be9bcc1bcebf739a0b67.zip
* configure.in (AC_CHECK_HEADERS): Add sys/file.h.
* configure, config.in: Regenerate. * corelow.c: Include <sys/file.h> if present.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 402e9d070f2..b66c7368246 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -309,6 +309,9 @@
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
+/* Define if you have the <sys/file.h> header file. */
+#undef HAVE_SYS_FILE_H
+
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H