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