diff options
author | Martin Hunt <hunt@redhat.com> | 2001-12-07 17:57:05 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2001-12-07 17:57:05 +0000 |
commit | 0cf3e697e4236ec4baabbc7aac766580ee30d202 (patch) | |
tree | 1f93be94f9b602c58912c79b4418fc45b4318012 /gdb/configure.in | |
parent | bafdd3b3f6cad9754b1ee83a0f14839b59a0a188 (diff) | |
download | gdb-0cf3e697e4236ec4baabbc7aac766580ee30d202.zip gdb-0cf3e697e4236ec4baabbc7aac766580ee30d202.tar.gz gdb-0cf3e697e4236ec4baabbc7aac766580ee30d202.tar.bz2 |
2001-12-07 Martin M. Hunt <hunt@redhat.com>
* configure.in: Check for sys/filio.h
* configure: Rebuild.
* config.in: Add HAVE_SYS_FILIO_H
* ser-tcp.c: Conditionally include sys/filio.h.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index b3ac702..8df5c87 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -124,7 +124,7 @@ AC_CHECK_HEADERS(ctype.h endian.h nlist.h link.h thread_db.h proc_service.h \ term.h termio.h termios.h unistd.h wait.h sys/wait.h \ wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \ time.h sys/file.h sys/ioctl.h sys/user.h sys/fault.h sys/syscall.h \ - dirent.h sys/ndir.h sys/dir.h ndir.h \ + dirent.h sys/ndir.h sys/dir.h ndir.h sys/filio.h \ curses.h ncurses.h \ poll.h sys/poll.h) AC_HEADER_STAT |