diff options
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index 349ace6a2ad..f6da8b982c4 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -3,6 +3,9 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD +/* Define to the flags needed for the .section .eh_frame directive. */ +#undef EH_FRAME_FLAGS + /* Define to 1 if you have the `accept4' function. */ #undef HAVE_ACCEPT4 @@ -12,6 +15,15 @@ /* Define to 1 if you have the `asinl' function. */ #undef HAVE_ASINL +/* Define if your assembler supports GNU comdat group syntax. */ +#undef HAVE_AS_COMDAT_GAS + +/* Define if your assembler supports unwind section type. */ +#undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE + +/* Define if your assembler supports PC relative relocs. */ +#undef HAVE_AS_X86_PCREL + /* Define to 1 if you have the `atan2l' function. */ #undef HAVE_ATAN2L @@ -27,6 +39,9 @@ /* Define to 1 if you have the `dl_iterate_phdr' function. */ #undef HAVE_DL_ITERATE_PHDR +/* Define to 1 if you have the `dup3' function. */ +#undef HAVE_DUP3 + /* Define to 1 if you have the `epoll_create1' function. */ #undef HAVE_EPOLL_CREATE1 @@ -54,6 +69,9 @@ /* Define if _Unwind_GetIPInfo is available. */ #undef HAVE_GETIPINFO +/* Define to 1 if you have the `getxattr' function. */ +#undef HAVE_GETXATTR + /* Define to 1 if you have the `inotify_add_watch' function. */ #undef HAVE_INOTIFY_ADD_WATCH @@ -99,6 +117,9 @@ /* Define to 1 if you have the <linux/rtnetlink.h> header file. */ #undef HAVE_LINUX_RTNETLINK_H +/* Define to 1 if you have the `listxattr' function. */ +#undef HAVE_LISTXATTR + /* Define to 1 if the system has the type `loff_t'. */ #undef HAVE_LOFF_T @@ -159,6 +180,9 @@ /* Define to 1 if you have the `pipe2' function. */ #undef HAVE_PIPE2 +/* Define to 1 if you have the `removexattr' function. */ +#undef HAVE_REMOVEXATTR + /* Define to 1 if you have the `renameat' function. */ #undef HAVE_RENAMEAT @@ -168,6 +192,9 @@ /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV +/* Define to 1 if you have the `setxattr' function. */ +#undef HAVE_SETXATTR + /* Define to 1 if you have the `sinl' function. */ #undef HAVE_SINL |