Remove building with NOCRYPTO option
[minix.git] / external / gpl3 / gcc / lib / libmudflap / config.h
blobc16ddf8fcf8e8113f887b2c669e35820f3641822
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to the name of the symbol used for the entry point. */
5 #define ENTRY_POINT _start
7 /* Define to 1 if you have the `addmntent' function. */
8 /* #undef HAVE_ADDMNTENT */
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 #define HAVE_ARPA_INET_H 1
13 /* Define to 1 if you have the `backtrace' function. */
14 /* #undef HAVE_BACKTRACE */
16 /* Define to 1 if you have the `backtrace_symbols' function. */
17 /* #undef HAVE_BACKTRACE_SYMBOLS */
19 /* Define to 1 if the target assembler supports thread-local storage. */
20 #define HAVE_CC_TLS 1
22 /* Define to 1 if you have the <ctype.h> header file. */
23 #define HAVE_CTYPE_H 1
25 /* Define to 1 if you have the `cuserid' function. */
26 /* #undef HAVE_CUSERID */
28 /* Define to 1 if you have the <dirent.h> header file. */
29 #define HAVE_DIRENT_H 1
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #define HAVE_DLFCN_H 1
34 /* Define to 1 if you have the `dlvsym' function. */
35 #define HAVE_DLVSYM 1
37 /* Define to 1 if you have the <execinfo.h> header file. */
38 /* #undef HAVE_EXECINFO_H */
40 /* Define to 1 if you have the `fopen64' function. */
41 /* #undef HAVE_FOPEN64 */
43 /* Define to 1 if you have the `freopen64' function. */
44 /* #undef HAVE_FREOPEN64 */
46 /* Define to 1 if you have the `fseeko64' function. */
47 /* #undef HAVE_FSEEKO64 */
49 /* Define to 1 if you have the `ftello64' function. */
50 /* #undef HAVE_FTELLO64 */
52 /* Define to 1 if you have the `gai_strerror' function. */
53 #define HAVE_GAI_STRERROR 1
55 /* Define to 1 if you have the `getaddrinfo' function. */
56 #define HAVE_GETADDRINFO 1
58 /* Define to 1 if you have the `getgrent' function. */
59 #define HAVE_GETGRENT 1
61 /* Define to 1 if you have the `getgrgid' function. */
62 #define HAVE_GETGRGID 1
64 /* Define to 1 if you have the `getgrgid_r' function. */
65 #define HAVE_GETGRGID_R 1
67 /* Define to 1 if you have the `getgrnam' function. */
68 #define HAVE_GETGRNAM 1
70 /* Define to 1 if you have the `getgrnam_r' function. */
71 #define HAVE_GETGRNAM_R 1
73 /* Define to 1 if you have the `getlogin' function. */
74 #define HAVE_GETLOGIN 1
76 /* Define to 1 if you have the `getlogin_r' function. */
77 #define HAVE_GETLOGIN_R 1
79 /* Define to 1 if you have the `getmntent' function. */
80 /* #undef HAVE_GETMNTENT */
82 /* Define to 1 if you have the `getprotobyname' function. */
83 #define HAVE_GETPROTOBYNAME 1
85 /* Define to 1 if you have the `getprotobynumber' function. */
86 #define HAVE_GETPROTOBYNUMBER 1
88 /* Define to 1 if you have the `getprotoent' function. */
89 #define HAVE_GETPROTOENT 1
91 /* Define to 1 if you have the `getpwent' function. */
92 #define HAVE_GETPWENT 1
94 /* Define to 1 if you have the `getpwnam' function. */
95 #define HAVE_GETPWNAM 1
97 /* Define to 1 if you have the `getpwnam_r' function. */
98 #define HAVE_GETPWNAM_R 1
100 /* Define to 1 if you have the `getpwuid' function. */
101 #define HAVE_GETPWUID 1
103 /* Define to 1 if you have the `getpwuid_r' function. */
104 #define HAVE_GETPWUID_R 1
106 /* Define to 1 if you have the `getservbyname' function. */
107 #define HAVE_GETSERVBYNAME 1
109 /* Define to 1 if you have the `getservbyport' function. */
110 #define HAVE_GETSERVBYPORT 1
112 /* Define to 1 if you have the `getservent' function. */
113 #define HAVE_GETSERVENT 1
115 /* Define to 1 if you have the `gettimeofday' function. */
116 #define HAVE_GETTIMEOFDAY 1
118 /* Define to 1 if you have the <grp.h> header file. */
119 #define HAVE_GRP_H 1
121 /* Define to 1 if you have the `inet_ntoa' function. */
122 #define HAVE_INET_NTOA 1
124 /* Define to 1 if you have the <inttypes.h> header file. */
125 #define HAVE_INTTYPES_H 1
127 /* Define to 1 if you have the `dl' library (-ldl). */
128 /* #undef HAVE_LIBDL */
130 /* Define to 1 if you have the `memmem' function. */
131 #define HAVE_MEMMEM 1
133 /* Define to 1 if you have the <memory.h> header file. */
134 #define HAVE_MEMORY_H 1
136 /* Define to 1 if you have the `memrchr' function. */
137 #define HAVE_MEMRCHR 1
139 /* Define to 1 if you have the `mmap' function. */
140 #define HAVE_MMAP 1
142 /* Define to 1 if you have the <mntent.h> header file. */
143 /* #undef HAVE_MNTENT_H */
145 /* Define to 1 if you have the `munmap' function. */
146 #define HAVE_MUNMAP 1
148 /* Define to 1 if you have the <netdb.h> header file. */
149 #define HAVE_NETDB_H 1
151 /* Define to 1 if you have the <netinet/in.h> header file. */
152 #define HAVE_NETINET_IN_H 1
154 /* Define to 1 if you have the <pthread.h> header file. */
155 #define HAVE_PTHREAD_H 1
157 /* Define to 1 if you have the <pwd.h> header file. */
158 #define HAVE_PWD_H 1
160 /* Define to 1 if you have the `setbuf' function. */
161 #define HAVE_SETBUF 1
163 /* Define to 1 if you have the `setbuffer' function. */
164 #define HAVE_SETBUFFER 1
166 /* Define to 1 if you have the `sethostname' function. */
167 #define HAVE_SETHOSTNAME 1
169 /* Define to 1 if you have the `setlinebuf' function. */
170 #define HAVE_SETLINEBUF 1
172 /* Define to 1 if you have the `setmntent' function. */
173 /* #undef HAVE_SETMNTENT */
175 /* Define to 1 if you have the `setvbuf' function. */
176 #define HAVE_SETVBUF 1
178 /* Define to 1 if you have the `signal' function. */
179 #define HAVE_SIGNAL 1
181 /* Define to 1 if you have the <signal.h> header file. */
182 #define HAVE_SIGNAL_H 1
184 /* Define it socklen_t typedef is in sys/socket.h. */
185 #define HAVE_SOCKLEN_T 1
187 /* Define to 1 if you have the `stat64' function. */
188 /* #undef HAVE_STAT64 */
190 /* Define to 1 if you have the <stdint.h> header file. */
191 #define HAVE_STDINT_H 1
193 /* Define to 1 if you have the <stdlib.h> header file. */
194 #define HAVE_STDLIB_H 1
196 /* Define to 1 if you have the <strings.h> header file. */
197 #define HAVE_STRINGS_H 1
199 /* Define to 1 if you have the <string.h> header file. */
200 #define HAVE_STRING_H 1
202 /* Define to 1 if you have the `strncpy' function. */
203 #define HAVE_STRNCPY 1
205 /* Define to 1 if you have the `strnlen' function. */
206 #define HAVE_STRNLEN 1
208 /* Define to 1 if you have the <sys/ipc.h> header file. */
209 #define HAVE_SYS_IPC_H 1
211 /* Define to 1 if you have the <sys/mman.h> header file. */
212 #define HAVE_SYS_MMAN_H 1
214 /* Define to 1 if you have the <sys/sem.h> header file. */
215 #define HAVE_SYS_SEM_H 1
217 /* Define to 1 if you have the <sys/shm.h> header file. */
218 #define HAVE_SYS_SHM_H 1
220 /* Define to 1 if you have the <sys/socket.h> header file. */
221 #define HAVE_SYS_SOCKET_H 1
223 /* Define to 1 if you have the <sys/stat.h> header file. */
224 #define HAVE_SYS_STAT_H 1
226 /* Define to 1 if you have the <sys/types.h> header file. */
227 #define HAVE_SYS_TYPES_H 1
229 /* Define to 1 if you have the <sys/wait.h> header file. */
230 #define HAVE_SYS_WAIT_H 1
232 /* Define to 1 if the target supports thread-local storage. */
233 #define HAVE_TLS 1
235 /* union semun defined in sys/ipc.h or sys/sem.h */
236 /* #undef HAVE_UNION_SEMUN */
238 /* Define to 1 if you have the <unistd.h> header file. */
239 #define HAVE_UNISTD_H 1
241 /* Define to 1 if you have the `__ctype_b_loc' function. */
242 /* #undef HAVE___CTYPE_B_LOC */
244 /* Define to 1 if you have the `__ctype_tolower_loc' function. */
245 /* #undef HAVE___CTYPE_TOLOWER_LOC */
247 /* Define to 1 if you have the `__ctype_toupper_loc' function. */
248 /* #undef HAVE___CTYPE_TOUPPER_LOC */
250 /* Define to 1 if you have the `__libc_freeres' function. */
251 /* #undef HAVE___LIBC_FREERES */
253 /* Define to the sub-directory in which libtool stores uninstalled libraries.
255 #define LT_OBJDIR ".libs/"
257 /* Name of package */
258 #define PACKAGE "libmudflap"
260 /* Define to the address where bug reports for this package should be sent. */
261 #define PACKAGE_BUGREPORT ""
263 /* Define to the full name of this package. */
264 #define PACKAGE_NAME "libmudflap"
266 /* Define to the full name and version of this package. */
267 #define PACKAGE_STRING "libmudflap 1.0"
269 /* Define to the one symbol short name of this package. */
270 #define PACKAGE_TARNAME "libmudflap"
272 /* Define to the home page for this package. */
273 #define PACKAGE_URL ""
275 /* Define to the version of this package. */
276 #define PACKAGE_VERSION "1.0"
278 /* pthread_create symbol version */
279 #define PTHREAD_CREATE_VERSION ""
281 /* Define to 1 if you have the ANSI C header files. */
282 #define STDC_HEADERS 1
284 /* Define to 1 if the target use emutls for thread-local storage. */
285 /* #undef USE_EMUTLS */
287 /* Version number of package */
288 #define VERSION "1.0"