OSDN Git Service

Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.
[pf3gnuchains/gcc-fork.git] / libgo / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define if _Unwind_GetIPInfo is available. */
10 #undef HAVE_GETIPINFO
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the <memory.h> header file. */
16 #undef HAVE_MEMORY_H
17
18 /* Define to 1 if the system has the type `off64_t'. */
19 #undef HAVE_OFF64_T
20
21 /* Define to 1 if you have the `random' function. */
22 #undef HAVE_RANDOM
23
24 /* Define to 1 if you have the `srandom' function. */
25 #undef HAVE_SRANDOM
26
27 /* Define to 1 if you have the <stdint.h> header file. */
28 #undef HAVE_STDINT_H
29
30 /* Define to 1 if you have the <stdlib.h> header file. */
31 #undef HAVE_STDLIB_H
32
33 /* Define to 1 if you have the <strings.h> header file. */
34 #undef HAVE_STRINGS_H
35
36 /* Define to 1 if you have the <string.h> header file. */
37 #undef HAVE_STRING_H
38
39 /* Define to 1 if you have the `strsignal' function. */
40 #undef HAVE_STRSIGNAL
41
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
45
46 /* Define to 1 if you have the <syscall.h> header file. */
47 #undef HAVE_SYSCALL_H
48
49 /* Define to 1 if you have the <sys/epoll.h> header file. */
50 #undef HAVE_SYS_EPOLL_H
51
52 /* Define to 1 if you have the <sys/mman.h> header file. */
53 #undef HAVE_SYS_MMAN_H
54
55 /* Define to 1 if you have the <sys/ptrace.h> header file. */
56 #undef HAVE_SYS_PTRACE_H
57
58 /* Define to 1 if you have the <sys/stat.h> header file. */
59 #undef HAVE_SYS_STAT_H
60
61 /* Define to 1 if you have the <sys/types.h> header file. */
62 #undef HAVE_SYS_TYPES_H
63
64 /* Define to 1 if you have the <sys/user.h> header file. */
65 #undef HAVE_SYS_USER_H
66
67 /* Define to 1 if you have the <sys/utsname.h> header file. */
68 #undef HAVE_SYS_UTSNAME_H
69
70 /* Define to 1 if you have the <unistd.h> header file. */
71 #undef HAVE_UNISTD_H
72
73 /* Define if the linker support split stack adjustments */
74 #undef LINKER_SUPPORTS_SPLIT_STACK
75
76 /* Define to the sub-directory in which libtool stores uninstalled libraries.
77    */
78 #undef LT_OBJDIR
79
80 /* Name of package */
81 #undef PACKAGE
82
83 /* Define to the address where bug reports for this package should be sent. */
84 #undef PACKAGE_BUGREPORT
85
86 /* Define to the full name of this package. */
87 #undef PACKAGE_NAME
88
89 /* Define to the full name and version of this package. */
90 #undef PACKAGE_STRING
91
92 /* Define to the one symbol short name of this package. */
93 #undef PACKAGE_TARNAME
94
95 /* Define to the home page for this package. */
96 #undef PACKAGE_URL
97
98 /* Define to the version of this package. */
99 #undef PACKAGE_VERSION
100
101 /* Define to 1 if you have the ANSI C header files. */
102 #undef STDC_HEADERS
103
104 /* Define if we're to use libffi. */
105 #undef USE_LIBFFI
106
107 /* Define if the compiler supports -fsplit-stack */
108 #undef USING_SPLIT_STACK
109
110 /* Version number of package */
111 #undef VERSION
112
113 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
114    significant byte first (like Motorola and SPARC, unlike Intel). */
115 #if defined AC_APPLE_UNIVERSAL_BUILD
116 # if defined __BIG_ENDIAN__
117 #  define WORDS_BIGENDIAN 1
118 # endif
119 #else
120 # ifndef WORDS_BIGENDIAN
121 #  undef WORDS_BIGENDIAN
122 # endif
123 #endif