diff options
author | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-14 18:48:40 +0000 |
---|---|---|
committer | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-14 18:48:40 +0000 |
commit | fc24370e47de795c93e5be9bcc1bcebf739a0b67 (patch) | |
tree | c7046ad51920089a908abb896eb5fbdda6e55342 /gdb/config.in | |
parent | 24174db0faad54ea0bf4696a946b3541b1bbceb0 (diff) | |
download | binutils-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.in | 3 |
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 |