summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-03 23:04:10 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-03 23:04:10 +0000
commit5af3245a41d958c326c02e23473d44bb474602fb (patch)
treee6a145da16298ba18b815da27fb5da9c7adacf94 /config.h.in
parentdb2d05f93ce7a790a1f50ed5b082539b566801e2 (diff)
Update.
2001-08-03 Tom Rix <trix@redhat.com> * config.h.in: Add HAVE_XCOFF for AIX. * configure.in: Add --with-xcoff option. * include/libc-symbols.h: Disable the .stabs macros.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 14e15505dd..edd3cac643 100644
--- a/config.h.in
+++ b/config.h.in
@@ -8,6 +8,9 @@
--with-elf. */
#undef HAVE_ELF
+/* Define if using XCOFF. Set by --with-xcoff. */
+#undef HAVE_XCOFF
+
/* Define if C symbols are asm symbols. Don't define if C symbols
have a `_' prepended to make the asm symbol. */
#undef NO_UNDERSCORES