summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-01-02 11:14:33 +0000
committerMark Kettenis <kettenis@gnu.org>2003-01-02 11:14:33 +0000
commit5ee754fce11ec4c92da6dcddec4a3c6bfae08424 (patch)
tree7191441feee3084616811fc2cff07eeea634db11 /gdb/config.in
parent1c43e6e58a36981a75ffd2cff92335759765f966 (diff)
downloadbinutils-gdb-5ee754fce11ec4c92da6dcddec4a3c6bfae08424.tar.gz
* 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/config.in')
-rw-r--r--gdb/config.in25
1 files changed, 7 insertions, 18 deletions
diff --git a/gdb/config.in b/gdb/config.in
index dbc4a5fdad6..037aade4bc5 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -71,9 +71,6 @@
/* Define vfork as fork if vfork does not work. */
#undef vfork
-/* Define if compiling on Solaris 7. */
-#undef _MSE_INT_H
-
/* Define if your struct reg has r_fs. */
#undef HAVE_STRUCT_REG_R_FS
@@ -271,9 +268,6 @@
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
-/* Define if you have the <asm/debugreg.h> header file. */
-#undef HAVE_ASM_DEBUGREG_H
-
/* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
@@ -310,9 +304,6 @@
/* Define if you have the <nlist.h> header file. */
#undef HAVE_NLIST_H
-/* Define if you have the <objlist.h> header file. */
-#undef HAVE_OBJLIST_H
-
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H
@@ -337,6 +328,9 @@
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
/* Define if you have the <sys/debugreg.h> header file. */
#undef HAVE_SYS_DEBUGREG_H
@@ -412,21 +406,12 @@
/* Define if you have the <wait.h> header file. */
#undef HAVE_WAIT_H
-/* Define if you have the <wchar.h> header file. */
-#undef HAVE_WCHAR_H
-
-/* Define if you have the <wctype.h> header file. */
-#undef HAVE_WCTYPE_H
-
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM
-/* Define if you have the socket library (-lsocket). */
-#undef HAVE_LIBSOCKET
-
/* Define if you have the w library (-lw). */
#undef HAVE_LIBW
@@ -445,6 +430,10 @@
/* Name of this package. */
#undef PACKAGE
+/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
+ Solaris 2.[78] when using GCC. */
+#undef _MSE_INT_H
+
/* Define if sigsetjmp is available. */
#undef HAVE_SIGSETJMP