Revert wrong checkin
[official-gcc.git] / libgo / config.h.in
blobd604392323a2ebed0257abfd683c872c3e1736e3
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. */
7 #undef HAVE_DLFCN_H
9 /* Define if _Unwind_GetIPInfo is available. */
10 #undef HAVE_GETIPINFO
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. */
16 #undef HAVE_MEMORY_H
18 /* Define to 1 if you have the `mincore' function. */
19 #undef HAVE_MINCORE
21 /* Define to 1 if the system has the type `off64_t'. */
22 #undef HAVE_OFF64_T
24 /* Define to 1 if you have the `random' function. */
25 #undef HAVE_RANDOM
27 /* Define to 1 if you have the `setenv' function. */
28 #undef HAVE_SETENV
30 /* Define to 1 if you have the `srandom' function. */
31 #undef HAVE_SRANDOM
33 /* Define to 1 if you have the <stdint.h> header file. */
34 #undef HAVE_STDINT_H
36 /* Define to 1 if you have the <stdlib.h> header file. */
37 #undef HAVE_STDLIB_H
39 /* Define to 1 if you have the `strerror_r' function. */
40 #undef HAVE_STRERROR_R
42 /* Define to 1 if you have the <strings.h> header file. */
43 #undef HAVE_STRINGS_H
45 /* Define to 1 if you have the <string.h> header file. */
46 #undef HAVE_STRING_H
48 /* Define to 1 if you have the `strsignal' function. */
49 #undef HAVE_STRSIGNAL
51 /* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
52 function for uint32 */
53 #undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_4
55 /* Define to 1 if the compiler provides the __sync_fetch_and_add function for
56 uint32 */
57 #undef HAVE_SYNC_FETCH_AND_ADD_4
59 /* Define to 1 if you have the <syscall.h> header file. */
60 #undef HAVE_SYSCALL_H
62 /* Define to 1 if you have the <sys/epoll.h> header file. */
63 #undef HAVE_SYS_EPOLL_H
65 /* Define to 1 if you have the <sys/mman.h> header file. */
66 #undef HAVE_SYS_MMAN_H
68 /* Define to 1 if you have the <sys/ptrace.h> header file. */
69 #undef HAVE_SYS_PTRACE_H
71 /* Define to 1 if you have the <sys/select.h> header file. */
72 #undef HAVE_SYS_SELECT_H
74 /* Define to 1 if you have the <sys/stat.h> header file. */
75 #undef HAVE_SYS_STAT_H
77 /* Define to 1 if you have the <sys/syscall.h> header file. */
78 #undef HAVE_SYS_SYSCALL_H
80 /* Define to 1 if you have the <sys/types.h> header file. */
81 #undef HAVE_SYS_TYPES_H
83 /* Define to 1 if you have the <sys/user.h> header file. */
84 #undef HAVE_SYS_USER_H
86 /* Define to 1 if you have the <sys/utsname.h> header file. */
87 #undef HAVE_SYS_UTSNAME_H
89 /* Define to 1 if you have the <unistd.h> header file. */
90 #undef HAVE_UNISTD_H
92 /* Define to 1 if you have the `wait4' function. */
93 #undef HAVE_WAIT4
95 /* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */
96 #undef LIBGO_SJLJ_EXCEPTIONS
98 /* Define if the linker support split stack adjustments */
99 #undef LINKER_SUPPORTS_SPLIT_STACK
101 /* Define to the sub-directory in which libtool stores uninstalled libraries.
103 #undef LT_OBJDIR
105 /* Name of package */
106 #undef PACKAGE
108 /* Define to the address where bug reports for this package should be sent. */
109 #undef PACKAGE_BUGREPORT
111 /* Define to the full name of this package. */
112 #undef PACKAGE_NAME
114 /* Define to the full name and version of this package. */
115 #undef PACKAGE_STRING
117 /* Define to the one symbol short name of this package. */
118 #undef PACKAGE_TARNAME
120 /* Define to the home page for this package. */
121 #undef PACKAGE_URL
123 /* Define to the version of this package. */
124 #undef PACKAGE_VERSION
126 /* Define to 1 if you have the ANSI C header files. */
127 #undef STDC_HEADERS
129 /* Define if we're to use libffi. */
130 #undef USE_LIBFFI
132 /* Define if the compiler supports -fsplit-stack */
133 #undef USING_SPLIT_STACK
135 /* Version number of package */
136 #undef VERSION
138 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
139 significant byte first (like Motorola and SPARC, unlike Intel). */
140 #if defined AC_APPLE_UNIVERSAL_BUILD
141 # if defined __BIG_ENDIAN__
142 # define WORDS_BIGENDIAN 1
143 # endif
144 #else
145 # ifndef WORDS_BIGENDIAN
146 # undef WORDS_BIGENDIAN
147 # endif
148 #endif