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