aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2001-12-07 17:57:05 +0000
committerMartin Hunt <hunt@redhat.com>2001-12-07 17:57:05 +0000
commit0cf3e697e4236ec4baabbc7aac766580ee30d202 (patch)
tree1f93be94f9b602c58912c79b4418fc45b4318012 /gdb/config.in
parentbafdd3b3f6cad9754b1ee83a0f14839b59a0a188 (diff)
downloadgdb-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/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 d2d03d5..c80d8a8 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -343,6 +343,9 @@
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
+/* Define if you have the <sys/filio.h> header file. */
+#undef HAVE_SYS_FILIO_H
+
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H