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/acconfig.h | |
parent | 2f09097b734af8840d2141a26a53b9c67e67fcf2 (diff) | |
download | gdb-6abadcf80ea7ffe581cc04ddd2658faff5ac4a07.zip gdb-6abadcf80ea7ffe581cc04ddd2658faff5ac4a07.tar.gz gdb-6abadcf80ea7ffe581cc04ddd2658faff5ac4a07.tar.bz2 |
* 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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index f541987..27b4d21 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -1,3 +1,6 @@ +/* Define if compiling on Solaris 7. */ +#undef _MSE_INT_H + /* Define if pstatus_t type is available */ #undef HAVE_PSTATUS_T |