aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.h.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-03-17 06:28:57 +0000
committerFred Fish <fnf@specifix.com>1996-03-17 06:28:57 +0000
commit315206699f300748d5491b2d45e3c859300b7afa (patch)
tree4439ec47942fadb4fdc7d6e8f233cc7475aca158 /gdb/config.h.in
parentd58ffc6cc6c304e25d46536469701a20cb67180f (diff)
downloadgdb-315206699f300748d5491b2d45e3c859300b7afa.zip
gdb-315206699f300748d5491b2d45e3c859300b7afa.tar.gz
gdb-315206699f300748d5491b2d45e3c859300b7afa.tar.bz2
* configure.in: Add fragment to create stamp-h.
From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> * configure.in (AC_CHECK_HEADERS): Check for link.h. * configure: Regenerate with autoconf. * config.h.in: Regenerate with autoheader. * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H is defined. * solib.c: Exclude most of the code if HAVE_LINK_H is not defined. * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for older a.out based systems.
Diffstat (limited to 'gdb/config.h.in')
-rw-r--r--gdb/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.h.in b/gdb/config.h.in
index a4cf239..98cda61 100644
--- a/gdb/config.h.in
+++ b/gdb/config.h.in
@@ -44,6 +44,9 @@
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define if you have the <link.h> header file. */
+#undef HAVE_LINK_H
+
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H