diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-03 23:04:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-03 23:04:10 +0000 |
commit | 5af3245a41d958c326c02e23473d44bb474602fb (patch) | |
tree | e6a145da16298ba18b815da27fb5da9c7adacf94 /config.h.in | |
parent | db2d05f93ce7a790a1f50ed5b082539b566801e2 (diff) | |
download | glibc-5af3245a41d958c326c02e23473d44bb474602fb.tar glibc-5af3245a41d958c326c02e23473d44bb474602fb.tar.gz glibc-5af3245a41d958c326c02e23473d44bb474602fb.tar.bz2 glibc-5af3245a41d958c326c02e23473d44bb474602fb.zip |
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.in | 3 |
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 |