diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a02094a599..e928eacecf 100644 --- a/config.h.in +++ b/config.h.in @@ -35,6 +35,14 @@ This is defined by configure under --enable-libio. */ #undef USE_IN_LIBIO +/* Define if using ELF and the assembler supports the `.previous' + directive. */ +#undef HAVE_ASM_PREVIOUS_DIRECTIVE + +/* Define if using ELF and the assembler supports the `.popsection' + directive. */ +#undef HAVE_ASM_POPSECTION_DIRECTIVE + /* */ |