diff options
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 |