Daily bump.
[official-gcc.git] / libgo / config.h.in
blob5422bdabd202f0c55bc61b208577ce3c244e8ff9
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 the system has the type `off64_t'. */
19 #undef HAVE_OFF64_T
21 /* Define to 1 if you have the `random' function. */
22 #undef HAVE_RANDOM
24 /* Define to 1 if you have the `srandom' function. */
25 #undef HAVE_SRANDOM
27 /* Define to 1 if you have the <stdint.h> header file. */
28 #undef HAVE_STDINT_H
30 /* Define to 1 if you have the <stdlib.h> header file. */
31 #undef HAVE_STDLIB_H
33 /* Define to 1 if you have the <strings.h> header file. */
34 #undef HAVE_STRINGS_H
36 /* Define to 1 if you have the <string.h> header file. */
37 #undef HAVE_STRING_H
39 /* Define to 1 if you have the `strsignal' function. */
40 #undef HAVE_STRSIGNAL
42 /* Define to 1 if you have the <syscall.h> header file. */
43 #undef HAVE_SYSCALL_H
45 /* Define to 1 if you have the <sys/epoll.h> header file. */
46 #undef HAVE_SYS_EPOLL_H
48 /* Define to 1 if you have the <sys/mman.h> header file. */
49 #undef HAVE_SYS_MMAN_H
51 /* Define to 1 if you have the <sys/ptrace.h> header file. */
52 #undef HAVE_SYS_PTRACE_H
54 /* Define to 1 if you have the <sys/stat.h> header file. */
55 #undef HAVE_SYS_STAT_H
57 /* Define to 1 if you have the <sys/types.h> header file. */
58 #undef HAVE_SYS_TYPES_H
60 /* Define to 1 if you have the <sys/user.h> header file. */
61 #undef HAVE_SYS_USER_H
63 /* Define to 1 if you have the <sys/utsname.h> header file. */
64 #undef HAVE_SYS_UTSNAME_H
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #undef HAVE_UNISTD_H
69 /* Define if the linker support split stack adjustments */
70 #undef LINKER_SUPPORTS_SPLIT_STACK
72 /* Define to the sub-directory in which libtool stores uninstalled libraries.
74 #undef LT_OBJDIR
76 /* Name of package */
77 #undef PACKAGE
79 /* Define to the address where bug reports for this package should be sent. */
80 #undef PACKAGE_BUGREPORT
82 /* Define to the full name of this package. */
83 #undef PACKAGE_NAME
85 /* Define to the full name and version of this package. */
86 #undef PACKAGE_STRING
88 /* Define to the one symbol short name of this package. */
89 #undef PACKAGE_TARNAME
91 /* Define to the home page for this package. */
92 #undef PACKAGE_URL
94 /* Define to the version of this package. */
95 #undef PACKAGE_VERSION
97 /* Define to 1 if you have the ANSI C header files. */
98 #undef STDC_HEADERS
100 /* Define if we're to use libffi. */
101 #undef USE_LIBFFI
103 /* Define if the compiler supports -fsplit-stack */
104 #undef USING_SPLIT_STACK
106 /* Version number of package */
107 #undef VERSION
109 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
110 significant byte first (like Motorola and SPARC, unlike Intel). */
111 #if defined AC_APPLE_UNIVERSAL_BUILD
112 # if defined __BIG_ENDIAN__
113 # define WORDS_BIGENDIAN 1
114 # endif
115 #else
116 # ifndef WORDS_BIGENDIAN
117 # undef WORDS_BIGENDIAN
118 # endif
119 #endif