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 917674bad6..53e761d57b 100644 --- a/config.h.in +++ b/config.h.in @@ -96,6 +96,9 @@ /* Define if the linker supports the -z combreloc option. */ #undef HAVE_Z_COMBRELOC +/* Define if the assembler supported .protected. */ +#undef HAVE_PROTECTED + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ |