aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-03-13 20:39:56 +0000
committerTom Tromey <tromey@redhat.com>1997-03-13 20:39:56 +0000
commitf02156cf49e8f9cb3b47bd5c7c06377f90060309 (patch)
tree86879a2f5e50c1b9bb7899d1da0f896c1ff44365 /gdb/config.in
parent499aa7921ce26ff636d79526c6aa73e4bbfffc09 (diff)
downloadfsf-binutils-gdb-f02156cf49e8f9cb3b47bd5c7c06377f90060309.zip
fsf-binutils-gdb-f02156cf49e8f9cb3b47bd5c7c06377f90060309.tar.gz
fsf-binutils-gdb-f02156cf49e8f9cb3b47bd5c7c06377f90060309.tar.bz2
* configure: Regenerated.
* configure.in: Run AC_CONFIG_AUX_DIR before AC_CANONICAL_SYSTEM. * config.in: Regenerated. * acconfig.h (START_INFERIOR_TRAPS_EXPECTED, sys_quotactl, HAVE_HPUX_THREAD_SUPPORT): Define. * gdbtk.c (x_event): Use Tcl_DoOneEvent, TCL_DONT_WAIT, TCL_ALL_EVENTS. * configure: Regenerated. * configure.in (ENABLE_GDBTK): Put TCL_LIBS after TK_LIBS in LIBS.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in33
1 files changed, 20 insertions, 13 deletions
diff --git a/gdb/config.in b/gdb/config.in
index cd24079..9678df4 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -59,18 +59,28 @@
/* Define if using Solaris thread debugging. */
#undef HAVE_THREAD_DB_LIB
+/* Define on a Linux system to work around problems in sys/procfs.h. */
+#undef START_INFERIOR_TRAPS_EXPECTED
+#undef sys_quotactl
+
+/* Define if you have HPUX threads */
+#undef HAVE_HPUX_THREAD_SUPPORT
+
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
+/* Define if you have the poll function. */
+#undef HAVE_POLL
+
/* Define if you have the sbrk function. */
#undef HAVE_SBRK
+/* Define if you have the select function. */
+#undef HAVE_SELECT
+
/* Define if you have the setpgid function. */
#undef HAVE_SETPGID
-/* Define if you have the valloc function. */
-#undef HAVE_VALLOC
-
/* Define if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
@@ -83,6 +93,9 @@
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define if you have the <objlist.h> header file. */
+#undef HAVE_OBJLIST_H
+
/* Define if you have the <sgtty.h> header file. */
#undef HAVE_SGTTY_H
@@ -110,14 +123,8 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define if you have the <objlist.h> header file. */
-#undef HAVE_OBJLIST_H
-
-/* Define if you have the select function. */
-#undef HAVE_SELECT
-
-/* Define if you have the poll function. */
-#undef HAVE_POLL
+/* Define if you have the dl library (-ldl). */
+#undef HAVE_LIBDL
-/* Define if you have HPUX threads */
-#undef HAVE_HPUX_THREAD_SUPPORT
+/* Define if you have the m library (-lm). */
+#undef HAVE_LIBM