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 | 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/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 f5419878c59..27b4d21cf19 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 |