xref: /minix3/external/gpl3/binutils/lib/libbfd/arch/coldfire/config.h (revision c9ea9e7af84fcba485b32ccd2c85edb945b1f323)
1*c9ea9e7aSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*c9ea9e7aSLionel Sambuc /* Generated from: 	NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */
3*c9ea9e7aSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4*c9ea9e7aSLionel Sambuc 
5*c9ea9e7aSLionel Sambuc /* config.h.  Generated from config.in by configure.  */
6*c9ea9e7aSLionel Sambuc /* config.in.  Generated from configure.in by autoheader.  */
7*c9ea9e7aSLionel Sambuc 
8*c9ea9e7aSLionel Sambuc /* Check that config.h is #included before system headers
9*c9ea9e7aSLionel Sambuc     (this works only for glibc, but that should be enough).  */
10*c9ea9e7aSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11*c9ea9e7aSLionel Sambuc #  error config.h must be #included before system headers
12*c9ea9e7aSLionel Sambuc #endif
13*c9ea9e7aSLionel Sambuc #define __CONFIG_H__ 1
14*c9ea9e7aSLionel Sambuc 
15*c9ea9e7aSLionel Sambuc /* Name of host specific core header file to include in elf.c. */
16*c9ea9e7aSLionel Sambuc /* #undef CORE_HEADER */
17*c9ea9e7aSLionel Sambuc 
18*c9ea9e7aSLionel Sambuc /* Define to 1 if translation of program messages to the user's native
19*c9ea9e7aSLionel Sambuc    language is requested. */
20*c9ea9e7aSLionel Sambuc #define ENABLE_NLS 1
21*c9ea9e7aSLionel Sambuc 
22*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <alloca.h> header file. */
23*c9ea9e7aSLionel Sambuc /* #undef HAVE_ALLOCA_H */
24*c9ea9e7aSLionel Sambuc 
25*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `basename', and to 0 if you
26*c9ea9e7aSLionel Sambuc    don't. */
27*c9ea9e7aSLionel Sambuc #define HAVE_DECL_BASENAME 0
28*c9ea9e7aSLionel Sambuc 
29*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
30*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FFS 1
31*c9ea9e7aSLionel Sambuc 
32*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
33*c9ea9e7aSLionel Sambuc    */
34*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FREE 1
35*c9ea9e7aSLionel Sambuc 
36*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
37*c9ea9e7aSLionel Sambuc    */
38*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FSEEKO 1
39*c9ea9e7aSLionel Sambuc 
40*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
41*c9ea9e7aSLionel Sambuc    don't. */
42*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FSEEKO64 0
43*c9ea9e7aSLionel Sambuc 
44*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
45*c9ea9e7aSLionel Sambuc    */
46*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FTELLO 1
47*c9ea9e7aSLionel Sambuc 
48*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
49*c9ea9e7aSLionel Sambuc    don't. */
50*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FTELLO64 0
51*c9ea9e7aSLionel Sambuc 
52*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
53*c9ea9e7aSLionel Sambuc    */
54*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETENV 1
55*c9ea9e7aSLionel Sambuc 
56*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
57*c9ea9e7aSLionel Sambuc    */
58*c9ea9e7aSLionel Sambuc #define HAVE_DECL_MALLOC 1
59*c9ea9e7aSLionel Sambuc 
60*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `realloc', and to 0 if you
61*c9ea9e7aSLionel Sambuc    don't. */
62*c9ea9e7aSLionel Sambuc #define HAVE_DECL_REALLOC 1
63*c9ea9e7aSLionel Sambuc 
64*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
65*c9ea9e7aSLionel Sambuc    don't. */
66*c9ea9e7aSLionel Sambuc #define HAVE_DECL_SNPRINTF 1
67*c9ea9e7aSLionel Sambuc 
68*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
69*c9ea9e7aSLionel Sambuc    */
70*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STPCPY 1
71*c9ea9e7aSLionel Sambuc 
72*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
73*c9ea9e7aSLionel Sambuc    */
74*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STRSTR 1
75*c9ea9e7aSLionel Sambuc 
76*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
77*c9ea9e7aSLionel Sambuc    don't. */
78*c9ea9e7aSLionel Sambuc #define HAVE_DECL_VSNPRINTF 1
79*c9ea9e7aSLionel Sambuc 
80*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
81*c9ea9e7aSLionel Sambuc    */
82*c9ea9e7aSLionel Sambuc #define HAVE_DIRENT_H 1
83*c9ea9e7aSLionel Sambuc 
84*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
85*c9ea9e7aSLionel Sambuc #define HAVE_DLFCN_H 1
86*c9ea9e7aSLionel Sambuc 
87*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `fcntl' function. */
88*c9ea9e7aSLionel Sambuc #define HAVE_FCNTL 1
89*c9ea9e7aSLionel Sambuc 
90*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */
91*c9ea9e7aSLionel Sambuc #define HAVE_FCNTL_H 1
92*c9ea9e7aSLionel Sambuc 
93*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `fdopen' function. */
94*c9ea9e7aSLionel Sambuc #define HAVE_FDOPEN 1
95*c9ea9e7aSLionel Sambuc 
96*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `fileno' function. */
97*c9ea9e7aSLionel Sambuc #define HAVE_FILENO 1
98*c9ea9e7aSLionel Sambuc 
99*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `fopen64' function. */
100*c9ea9e7aSLionel Sambuc /* #undef HAVE_FOPEN64 */
101*c9ea9e7aSLionel Sambuc 
102*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `fseeko' function. */
103*c9ea9e7aSLionel Sambuc #define HAVE_FSEEKO 1
104*c9ea9e7aSLionel Sambuc 
105*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `fseeko64' function. */
106*c9ea9e7aSLionel Sambuc /* #undef HAVE_FSEEKO64 */
107*c9ea9e7aSLionel Sambuc 
108*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `ftello' function. */
109*c9ea9e7aSLionel Sambuc #define HAVE_FTELLO 1
110*c9ea9e7aSLionel Sambuc 
111*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `ftello64' function. */
112*c9ea9e7aSLionel Sambuc /* #undef HAVE_FTELLO64 */
113*c9ea9e7aSLionel Sambuc 
114*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getgid' function. */
115*c9ea9e7aSLionel Sambuc #define HAVE_GETGID 1
116*c9ea9e7aSLionel Sambuc 
117*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getpagesize' function. */
118*c9ea9e7aSLionel Sambuc #define HAVE_GETPAGESIZE 1
119*c9ea9e7aSLionel Sambuc 
120*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getuid' function. */
121*c9ea9e7aSLionel Sambuc #define HAVE_GETUID 1
122*c9ea9e7aSLionel Sambuc 
123*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
124*c9ea9e7aSLionel Sambuc #define HAVE_INTTYPES_H 1
125*c9ea9e7aSLionel Sambuc 
126*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has lwpstatus_t. */
127*c9ea9e7aSLionel Sambuc /* #undef HAVE_LWPSTATUS_T */
128*c9ea9e7aSLionel Sambuc 
129*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
130*c9ea9e7aSLionel Sambuc /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
131*c9ea9e7aSLionel Sambuc 
132*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
133*c9ea9e7aSLionel Sambuc /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
134*c9ea9e7aSLionel Sambuc 
135*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
136*c9ea9e7aSLionel Sambuc /* #undef HAVE_LWPSTATUS_T_PR_REG */
137*c9ea9e7aSLionel Sambuc 
138*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has lwpxstatus_t. */
139*c9ea9e7aSLionel Sambuc /* #undef HAVE_LWPXSTATUS_T */
140*c9ea9e7aSLionel Sambuc 
141*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `madvise' function. */
142*c9ea9e7aSLionel Sambuc #define HAVE_MADVISE 1
143*c9ea9e7aSLionel Sambuc 
144*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
145*c9ea9e7aSLionel Sambuc #define HAVE_MEMORY_H 1
146*c9ea9e7aSLionel Sambuc 
147*c9ea9e7aSLionel Sambuc /* Define to 1 if you have a working `mmap' system call. */
148*c9ea9e7aSLionel Sambuc #define HAVE_MMAP 1
149*c9ea9e7aSLionel Sambuc 
150*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `mprotect' function. */
151*c9ea9e7aSLionel Sambuc #define HAVE_MPROTECT 1
152*c9ea9e7aSLionel Sambuc 
153*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
154*c9ea9e7aSLionel Sambuc /* #undef HAVE_NDIR_H */
155*c9ea9e7aSLionel Sambuc 
156*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prpsinfo32_t. */
157*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRPSINFO32_T */
158*c9ea9e7aSLionel Sambuc 
159*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
160*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRPSINFO32_T_PR_PID */
161*c9ea9e7aSLionel Sambuc 
162*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prpsinfo_t. */
163*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRPSINFO_T */
164*c9ea9e7aSLionel Sambuc 
165*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
166*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRPSINFO_T_PR_PID */
167*c9ea9e7aSLionel Sambuc 
168*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prstatus32_t. */
169*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRSTATUS32_T */
170*c9ea9e7aSLionel Sambuc 
171*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
172*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRSTATUS32_T_PR_WHO */
173*c9ea9e7aSLionel Sambuc 
174*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prstatus_t. */
175*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRSTATUS_T */
176*c9ea9e7aSLionel Sambuc 
177*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
178*c9ea9e7aSLionel Sambuc /* #undef HAVE_PRSTATUS_T_PR_WHO */
179*c9ea9e7aSLionel Sambuc 
180*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has psinfo32_t. */
181*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSINFO32_T */
182*c9ea9e7aSLionel Sambuc 
183*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
184*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSINFO32_T_PR_PID */
185*c9ea9e7aSLionel Sambuc 
186*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has psinfo_t. */
187*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSINFO_T */
188*c9ea9e7aSLionel Sambuc 
189*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
190*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSINFO_T_PR_PID */
191*c9ea9e7aSLionel Sambuc 
192*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has pstatus32_t. */
193*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSTATUS32_T */
194*c9ea9e7aSLionel Sambuc 
195*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has pstatus_t. */
196*c9ea9e7aSLionel Sambuc /* #undef HAVE_PSTATUS_T */
197*c9ea9e7aSLionel Sambuc 
198*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has pxstatus_t. */
199*c9ea9e7aSLionel Sambuc /* #undef HAVE_PXSTATUS_T */
200*c9ea9e7aSLionel Sambuc 
201*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setitimer' function. */
202*c9ea9e7aSLionel Sambuc #define HAVE_SETITIMER 1
203*c9ea9e7aSLionel Sambuc 
204*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stddef.h> header file. */
205*c9ea9e7aSLionel Sambuc #define HAVE_STDDEF_H 1
206*c9ea9e7aSLionel Sambuc 
207*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
208*c9ea9e7aSLionel Sambuc #define HAVE_STDINT_H 1
209*c9ea9e7aSLionel Sambuc 
210*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
211*c9ea9e7aSLionel Sambuc #define HAVE_STDLIB_H 1
212*c9ea9e7aSLionel Sambuc 
213*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
214*c9ea9e7aSLionel Sambuc #define HAVE_STRINGS_H 1
215*c9ea9e7aSLionel Sambuc 
216*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
217*c9ea9e7aSLionel Sambuc #define HAVE_STRING_H 1
218*c9ea9e7aSLionel Sambuc 
219*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strtoull' function. */
220*c9ea9e7aSLionel Sambuc #define HAVE_STRTOULL 1
221*c9ea9e7aSLionel Sambuc 
222*c9ea9e7aSLionel Sambuc /* Define if struct core_dumpx has member c_impl */
223*c9ea9e7aSLionel Sambuc /* #undef HAVE_ST_C_IMPL */
224*c9ea9e7aSLionel Sambuc 
225*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sysconf' function. */
226*c9ea9e7aSLionel Sambuc #define HAVE_SYSCONF 1
227*c9ea9e7aSLionel Sambuc 
228*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
229*c9ea9e7aSLionel Sambuc    */
230*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_DIR_H */
231*c9ea9e7aSLionel Sambuc 
232*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */
233*c9ea9e7aSLionel Sambuc #define HAVE_SYS_FILE_H 1
234*c9ea9e7aSLionel Sambuc 
235*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
236*c9ea9e7aSLionel Sambuc    */
237*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_NDIR_H */
238*c9ea9e7aSLionel Sambuc 
239*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/procfs.h> header file. */
240*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_PROCFS_H */
241*c9ea9e7aSLionel Sambuc 
242*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
243*c9ea9e7aSLionel Sambuc #define HAVE_SYS_STAT_H 1
244*c9ea9e7aSLionel Sambuc 
245*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/time.h> header file. */
246*c9ea9e7aSLionel Sambuc #define HAVE_SYS_TIME_H 1
247*c9ea9e7aSLionel Sambuc 
248*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
249*c9ea9e7aSLionel Sambuc #define HAVE_SYS_TYPES_H 1
250*c9ea9e7aSLionel Sambuc 
251*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <time.h> header file. */
252*c9ea9e7aSLionel Sambuc #define HAVE_TIME_H 1
253*c9ea9e7aSLionel Sambuc 
254*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
255*c9ea9e7aSLionel Sambuc #define HAVE_UNISTD_H 1
256*c9ea9e7aSLionel Sambuc 
257*c9ea9e7aSLionel Sambuc /* Define if <sys/procfs.h> has win32_pstatus_t. */
258*c9ea9e7aSLionel Sambuc /* #undef HAVE_WIN32_PSTATUS_T */
259*c9ea9e7aSLionel Sambuc 
260*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <windows.h> header file. */
261*c9ea9e7aSLionel Sambuc /* #undef HAVE_WINDOWS_H */
262*c9ea9e7aSLionel Sambuc 
263*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <zlib.h> header file. */
264*c9ea9e7aSLionel Sambuc #define HAVE_ZLIB_H 1
265*c9ea9e7aSLionel Sambuc 
266*c9ea9e7aSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
267*c9ea9e7aSLionel Sambuc    */
268*c9ea9e7aSLionel Sambuc #define LT_OBJDIR ".libs/"
269*c9ea9e7aSLionel Sambuc 
270*c9ea9e7aSLionel Sambuc /* Name of package */
271*c9ea9e7aSLionel Sambuc #define PACKAGE "bfd"
272*c9ea9e7aSLionel Sambuc 
273*c9ea9e7aSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
274*c9ea9e7aSLionel Sambuc #define PACKAGE_BUGREPORT ""
275*c9ea9e7aSLionel Sambuc 
276*c9ea9e7aSLionel Sambuc /* Define to the full name of this package. */
277*c9ea9e7aSLionel Sambuc #define PACKAGE_NAME ""
278*c9ea9e7aSLionel Sambuc 
279*c9ea9e7aSLionel Sambuc /* Define to the full name and version of this package. */
280*c9ea9e7aSLionel Sambuc #define PACKAGE_STRING ""
281*c9ea9e7aSLionel Sambuc 
282*c9ea9e7aSLionel Sambuc /* Define to the one symbol short name of this package. */
283*c9ea9e7aSLionel Sambuc #define PACKAGE_TARNAME ""
284*c9ea9e7aSLionel Sambuc 
285*c9ea9e7aSLionel Sambuc /* Define to the home page for this package. */
286*c9ea9e7aSLionel Sambuc #define PACKAGE_URL ""
287*c9ea9e7aSLionel Sambuc 
288*c9ea9e7aSLionel Sambuc /* Define to the version of this package. */
289*c9ea9e7aSLionel Sambuc #define PACKAGE_VERSION ""
290*c9ea9e7aSLionel Sambuc 
291*c9ea9e7aSLionel Sambuc /* The size of `char', as computed by sizeof. */
292*c9ea9e7aSLionel Sambuc /* #undef SIZEOF_CHAR */
293*c9ea9e7aSLionel Sambuc 
294*c9ea9e7aSLionel Sambuc /* The size of `int', as computed by sizeof. */
295*c9ea9e7aSLionel Sambuc /* #undef SIZEOF_INT */
296*c9ea9e7aSLionel Sambuc 
297*c9ea9e7aSLionel Sambuc /* The size of `long', as computed by sizeof. */
298*c9ea9e7aSLionel Sambuc #define SIZEOF_LONG 4
299*c9ea9e7aSLionel Sambuc 
300*c9ea9e7aSLionel Sambuc /* The size of `long long', as computed by sizeof. */
301*c9ea9e7aSLionel Sambuc #define SIZEOF_LONG_LONG 8
302*c9ea9e7aSLionel Sambuc 
303*c9ea9e7aSLionel Sambuc /* The size of `off_t', as computed by sizeof. */
304*c9ea9e7aSLionel Sambuc #define SIZEOF_OFF_T 8
305*c9ea9e7aSLionel Sambuc 
306*c9ea9e7aSLionel Sambuc /* The size of `short', as computed by sizeof. */
307*c9ea9e7aSLionel Sambuc /* #undef SIZEOF_SHORT */
308*c9ea9e7aSLionel Sambuc 
309*c9ea9e7aSLionel Sambuc /* The size of `void *', as computed by sizeof. */
310*c9ea9e7aSLionel Sambuc #define SIZEOF_VOID_P 4
311*c9ea9e7aSLionel Sambuc 
312*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
313*c9ea9e7aSLionel Sambuc #define STDC_HEADERS 1
314*c9ea9e7aSLionel Sambuc 
315*c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
316*c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1
317*c9ea9e7aSLionel Sambuc 
318*c9ea9e7aSLionel Sambuc /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
319*c9ea9e7aSLionel Sambuc #define TIME_WITH_SYS_TIME 1
320*c9ea9e7aSLionel Sambuc 
321*c9ea9e7aSLionel Sambuc /* Name of host specific header file to include in trad-core.c. */
322*c9ea9e7aSLionel Sambuc /* #undef TRAD_HEADER */
323*c9ea9e7aSLionel Sambuc 
324*c9ea9e7aSLionel Sambuc /* Use b modifier when opening binary files? */
325*c9ea9e7aSLionel Sambuc /* #undef USE_BINARY_FOPEN */
326*c9ea9e7aSLionel Sambuc 
327*c9ea9e7aSLionel Sambuc /* Define if we should use leading underscore on 64 bit mingw targets */
328*c9ea9e7aSLionel Sambuc /* #undef USE_MINGW64_LEADING_UNDERSCORES */
329*c9ea9e7aSLionel Sambuc 
330*c9ea9e7aSLionel Sambuc /* Use mmap if it's available? */
331*c9ea9e7aSLionel Sambuc /* #undef USE_MMAP */
332*c9ea9e7aSLionel Sambuc 
333*c9ea9e7aSLionel Sambuc /* Define if we should default to creating read-only plt entries */
334*c9ea9e7aSLionel Sambuc /* #undef USE_SECUREPLT */
335*c9ea9e7aSLionel Sambuc 
336*c9ea9e7aSLionel Sambuc /* Define if we may generate symbols with ELF's STT_COMMON type */
337*c9ea9e7aSLionel Sambuc /* #undef USE_STT_COMMON */
338*c9ea9e7aSLionel Sambuc 
339*c9ea9e7aSLionel Sambuc /* Enable extensions on AIX 3, Interix.  */
340*c9ea9e7aSLionel Sambuc #ifndef _ALL_SOURCE
341*c9ea9e7aSLionel Sambuc # define _ALL_SOURCE 1
342*c9ea9e7aSLionel Sambuc #endif
343*c9ea9e7aSLionel Sambuc /* Enable GNU extensions on systems that have them.  */
344*c9ea9e7aSLionel Sambuc #ifndef _GNU_SOURCE
345*c9ea9e7aSLionel Sambuc # define _GNU_SOURCE 1
346*c9ea9e7aSLionel Sambuc #endif
347*c9ea9e7aSLionel Sambuc /* Enable threading extensions on Solaris.  */
348*c9ea9e7aSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS
349*c9ea9e7aSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1
350*c9ea9e7aSLionel Sambuc #endif
351*c9ea9e7aSLionel Sambuc /* Enable extensions on HP NonStop.  */
352*c9ea9e7aSLionel Sambuc #ifndef _TANDEM_SOURCE
353*c9ea9e7aSLionel Sambuc # define _TANDEM_SOURCE 1
354*c9ea9e7aSLionel Sambuc #endif
355*c9ea9e7aSLionel Sambuc /* Enable general extensions on Solaris.  */
356*c9ea9e7aSLionel Sambuc #ifndef __EXTENSIONS__
357*c9ea9e7aSLionel Sambuc # define __EXTENSIONS__ 1
358*c9ea9e7aSLionel Sambuc #endif
359*c9ea9e7aSLionel Sambuc 
360*c9ea9e7aSLionel Sambuc 
361*c9ea9e7aSLionel Sambuc /* Version number of package */
362*c9ea9e7aSLionel Sambuc #define VERSION "2.23.2"
363*c9ea9e7aSLionel Sambuc 
364*c9ea9e7aSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */
365*c9ea9e7aSLionel Sambuc /* #undef _FILE_OFFSET_BITS */
366*c9ea9e7aSLionel Sambuc 
367*c9ea9e7aSLionel Sambuc /* Define for large files, on AIX-style hosts. */
368*c9ea9e7aSLionel Sambuc /* #undef _LARGE_FILES */
369*c9ea9e7aSLionel Sambuc 
370*c9ea9e7aSLionel Sambuc /* Define to 1 if on MINIX. */
371*c9ea9e7aSLionel Sambuc /* #undef _MINIX */
372*c9ea9e7aSLionel Sambuc 
373*c9ea9e7aSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with
374*c9ea9e7aSLionel Sambuc    this defined. */
375*c9ea9e7aSLionel Sambuc /* #undef _POSIX_1_SOURCE */
376*c9ea9e7aSLionel Sambuc 
377*c9ea9e7aSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */
378*c9ea9e7aSLionel Sambuc /* #undef _POSIX_SOURCE */
379