aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-03-20 02:57:42 +0000
committerKevin Buettner <kevinb@redhat.com>2001-03-20 02:57:42 +0000
commit486363b69b062711ab7e542b7f5ae6d3d9f4bbde (patch)
tree938867b70c0adac938f13116bd47b7b86097b0f0 /gdb/config.in
parent087bb2e2400e97d4aec5bec747e9fcf7d5af6826 (diff)
downloadgdb-486363b69b062711ab7e542b7f5ae6d3d9f4bbde.zip
gdb-486363b69b062711ab7e542b7f5ae6d3d9f4bbde.tar.gz
gdb-486363b69b062711ab7e542b7f5ae6d3d9f4bbde.tar.bz2
Conditionally include nlist.h in solib-legacy.c for older *BSD systems.
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 db4f525..2d6e84a 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -289,6 +289,9 @@
/* Define if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H
+/* Define if you have the <nlist.h> header file. */
+#undef HAVE_NLIST_H
+
/* Define if you have the <objlist.h> header file. */
#undef HAVE_OBJLIST_H