diff options
author | Nicholas Duffek <nsd@redhat.com> | 2000-04-07 01:16:17 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2000-04-07 01:16:17 +0000 |
commit | 6abadcf80ea7ffe581cc04ddd2658faff5ac4a07 (patch) | |
tree | 39d0c9cbd896aeb96abcced83af7e0b9e8067a8d /gdb/config.in | |
parent | 2f09097b734af8840d2141a26a53b9c67e67fcf2 (diff) | |
download | binutils-gdb-6abadcf80ea7ffe581cc04ddd2658faff5ac4a07.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.in | 3 |
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 |