1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define if _Unwind_GetIPInfo is available. */
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
15 /* Define to 1 if you have the <memory.h> header file. */
18 /* Define to 1 if the system has the type `off64_t'. */
21 /* Define to 1 if you have the `random' function. */
24 /* Define to 1 if you have the `srandom' function. */
27 /* Define to 1 if you have the <stdint.h> header file. */
30 /* Define to 1 if you have the <stdlib.h> header file. */
33 /* Define to 1 if you have the <strings.h> header file. */
36 /* Define to 1 if you have the <string.h> header file. */
39 /* Define to 1 if you have the `strsignal' function. */
42 /* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
43 function for uint32 */
44 #undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_4
46 /* Define to 1 if the compiler provides the __sync_fetch_and_add function for
48 #undef HAVE_SYNC_FETCH_AND_ADD_4
50 /* Define to 1 if you have the <syscall.h> header file. */
53 /* Define to 1 if you have the <sys/epoll.h> header file. */
54 #undef HAVE_SYS_EPOLL_H
56 /* Define to 1 if you have the <sys/mman.h> header file. */
57 #undef HAVE_SYS_MMAN_H
59 /* Define to 1 if you have the <sys/ptrace.h> header file. */
60 #undef HAVE_SYS_PTRACE_H
62 /* Define to 1 if you have the <sys/stat.h> header file. */
63 #undef HAVE_SYS_STAT_H
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #undef HAVE_SYS_TYPES_H
68 /* Define to 1 if you have the <sys/user.h> header file. */
69 #undef HAVE_SYS_USER_H
71 /* Define to 1 if you have the <sys/utsname.h> header file. */
72 #undef HAVE_SYS_UTSNAME_H
74 /* Define to 1 if you have the <unistd.h> header file. */
77 /* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */
78 #undef LIBGO_SJLJ_EXCEPTIONS
80 /* Define if the linker support split stack adjustments */
81 #undef LINKER_SUPPORTS_SPLIT_STACK
83 /* Define to the sub-directory in which libtool stores uninstalled libraries.
90 /* Define to the address where bug reports for this package should be sent. */
91 #undef PACKAGE_BUGREPORT
93 /* Define to the full name of this package. */
96 /* Define to the full name and version of this package. */
99 /* Define to the one symbol short name of this package. */
100 #undef PACKAGE_TARNAME
102 /* Define to the home page for this package. */
105 /* Define to the version of this package. */
106 #undef PACKAGE_VERSION
108 /* Define to 1 if you have the ANSI C header files. */
111 /* Define if we're to use libffi. */
114 /* Define if the compiler supports -fsplit-stack */
115 #undef USING_SPLIT_STACK
117 /* Version number of package */
120 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
121 significant byte first (like Motorola and SPARC, unlike Intel). */
122 #if defined AC_APPLE_UNIVERSAL_BUILD
123 # if defined __BIG_ENDIAN__
124 # define WORDS_BIGENDIAN 1
127 # ifndef WORDS_BIGENDIAN
128 # undef WORDS_BIGENDIAN