From 5af3245a41d958c326c02e23473d44bb474602fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Aug 2001 23:04:10 +0000 Subject: Update. 2001-08-03 Tom Rix * config.h.in: Add HAVE_XCOFF for AIX. * configure.in: Add --with-xcoff option. * include/libc-symbols.h: Disable the .stabs macros. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') 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 -- cgit 1.4.1