diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 11:14:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 11:14:33 +0000 |
commit | 5ee754fce11ec4c92da6dcddec4a3c6bfae08424 (patch) | |
tree | 7191441feee3084616811fc2cff07eeea634db11 /gdb/acconfig.h | |
parent | 1c43e6e58a36981a75ffd2cff92335759765f966 (diff) | |
download | gdb-5ee754fce11ec4c92da6dcddec4a3c6bfae08424.zip gdb-5ee754fce11ec4c92da6dcddec4a3c6bfae08424.tar.gz gdb-5ee754fce11ec4c92da6dcddec4a3c6bfae08424.tar.bz2 |
* acconfig.h (_MSE_INT_H): Remove.
* configure.in: Create "Checks for header files" section, and move
appropriate tests there. Don't check for objlist.h, wchar.h,
wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
misdetection fix. Also add "Checks for types", "Checks for
compiler characteristics" and "Checks for library functions"
sections.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 88c15e1..c9dc0d1 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -1,6 +1,3 @@ -/* Define if compiling on Solaris 7. */ -#undef _MSE_INT_H - /* Define if your struct reg has r_fs. */ #undef HAVE_STRUCT_REG_R_FS |