summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorNicholas Duffek <nsd@redhat.com>2000-04-07 01:16:17 +0000
committerNicholas Duffek <nsd@redhat.com>2000-04-07 01:16:17 +0000
commite9a02431589b8b61c396326bb7a9894d36d6ece9 (patch)
treeb0610e92de71c3770f6f396e03d3202b35f17c1d /gdb/config.in
parent8bddcf98b7053ce760e83bef04b824ab2c6e79be (diff)
downloadgdb-e9a02431589b8b61c396326bb7a9894d36d6ece9.tar.gz
* configure.in (_MSE_INT_H): Define on Solaris 7.
(NEW_PROC_API): Define on Solaris 7 and 8 as well as 6. * acconfig.h (_MSE_INT_H): Define on Solaris 7. * configure: Regenerate. * config.in: Regenerate.
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 486b7f5934d..ea43988390f 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -59,6 +59,9 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Define if compiling on Solaris 7. */
+#undef _MSE_INT_H
+
/* Define if you want to use new multi-fd /proc interface
(replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
#undef NEW_PROC_API