diff options
Diffstat (limited to 'libitm/config.h.in')
-rw-r--r-- | libitm/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libitm/config.h.in b/libitm/config.h.in index 10de95ba02a..26972c7e43e 100644 --- a/libitm/config.h.in +++ b/libitm/config.h.in @@ -12,6 +12,9 @@ /* Define if your assembler supports .cfi_* directives. */ #undef HAVE_AS_CFI_PSEUDO_OP +/* Define to 1 if the assembler supports HTM. */ +#undef HAVE_AS_HTM + /* Define to 1 if the assembler supports RTM. */ #undef HAVE_AS_RTM @@ -36,6 +39,9 @@ /* Define to 1 if target has a weakref that works like the ELF one. */ #undef HAVE_ELF_STYLE_WEAKREF +/* Define to 1 if you have the `getauxval' function. */ +#undef HAVE_GETAUXVAL + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -81,6 +87,9 @@ /* Define to 1 if the target supports __sync_*_compare_and_swap */ #undef HAVE_SYNC_BUILTINS +/* Define to 1 if you have the <sys/auxv.h> header file. */ +#undef HAVE_SYS_AUXV_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |