xref: /minix3/external/gpl3/binutils/usr.bin/ld/arch/or1k/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*0a6a1f1dSLionel Sambuc 
5*0a6a1f1dSLionel Sambuc /* config.h.  Generated from config.in by configure.  */
6*0a6a1f1dSLionel Sambuc /* config.in.  Generated from configure.in by autoheader.  */
7*0a6a1f1dSLionel Sambuc 
8*0a6a1f1dSLionel Sambuc /* Check that config.h is #included before system headers
9*0a6a1f1dSLionel Sambuc    (this works only for glibc, but that should be enough).  */
10*0a6a1f1dSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11*0a6a1f1dSLionel Sambuc #  error config.h must be #included before system headers
12*0a6a1f1dSLionel Sambuc #endif
13*0a6a1f1dSLionel Sambuc #define __CONFIG_H__ 1
14*0a6a1f1dSLionel Sambuc 
15*0a6a1f1dSLionel Sambuc /* Define to 1 if translation of program messages to the user's native
16*0a6a1f1dSLionel Sambuc    language is requested. */
17*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1
18*0a6a1f1dSLionel Sambuc 
19*0a6a1f1dSLionel Sambuc /* Additional extension a shared object might have. */
20*0a6a1f1dSLionel Sambuc /* #undef EXTRA_SHLIB_EXTENSION */
21*0a6a1f1dSLionel Sambuc 
22*0a6a1f1dSLionel Sambuc /* Define to choose default GOT handling scheme */
23*0a6a1f1dSLionel Sambuc #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
24*0a6a1f1dSLionel Sambuc 
25*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `close' function. */
26*0a6a1f1dSLionel Sambuc #define HAVE_CLOSE 1
27*0a6a1f1dSLionel Sambuc 
28*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `environ', and to 0 if you
29*0a6a1f1dSLionel Sambuc    don't. */
30*0a6a1f1dSLionel Sambuc #define HAVE_DECL_ENVIRON 0
31*0a6a1f1dSLionel Sambuc 
32*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
33*0a6a1f1dSLionel Sambuc    */
34*0a6a1f1dSLionel Sambuc #define HAVE_DECL_FREE 1
35*0a6a1f1dSLionel Sambuc 
36*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
37*0a6a1f1dSLionel Sambuc    */
38*0a6a1f1dSLionel Sambuc #define HAVE_DECL_GETENV 1
39*0a6a1f1dSLionel Sambuc 
40*0a6a1f1dSLionel Sambuc /* Is the prototype for getopt in <unistd.h> in the expected format? */
41*0a6a1f1dSLionel Sambuc #define HAVE_DECL_GETOPT 1
42*0a6a1f1dSLionel Sambuc 
43*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
44*0a6a1f1dSLionel Sambuc    */
45*0a6a1f1dSLionel Sambuc #define HAVE_DECL_SBRK 1
46*0a6a1f1dSLionel Sambuc 
47*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
48*0a6a1f1dSLionel Sambuc    */
49*0a6a1f1dSLionel Sambuc #define HAVE_DECL_STRSTR 1
50*0a6a1f1dSLionel Sambuc 
51*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
52*0a6a1f1dSLionel Sambuc    */
53*0a6a1f1dSLionel Sambuc #define HAVE_DIRENT_H 1
54*0a6a1f1dSLionel Sambuc 
55*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `dlclose' function. */
56*0a6a1f1dSLionel Sambuc #define HAVE_DLCLOSE 1
57*0a6a1f1dSLionel Sambuc 
58*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
59*0a6a1f1dSLionel Sambuc #define HAVE_DLFCN_H 1
60*0a6a1f1dSLionel Sambuc 
61*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `dlopen' function. */
62*0a6a1f1dSLionel Sambuc #define HAVE_DLOPEN 1
63*0a6a1f1dSLionel Sambuc 
64*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `dlsym' function. */
65*0a6a1f1dSLionel Sambuc #define HAVE_DLSYM 1
66*0a6a1f1dSLionel Sambuc 
67*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <elf-hints.h> header file. */
68*0a6a1f1dSLionel Sambuc /* #undef HAVE_ELF_HINTS_H */
69*0a6a1f1dSLionel Sambuc 
70*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */
71*0a6a1f1dSLionel Sambuc #define HAVE_FCNTL_H 1
72*0a6a1f1dSLionel Sambuc 
73*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `glob' function. */
74*0a6a1f1dSLionel Sambuc #define HAVE_GLOB 1
75*0a6a1f1dSLionel Sambuc 
76*0a6a1f1dSLionel Sambuc /* Define .init_array/.fini_array sections are available and working. */
77*0a6a1f1dSLionel Sambuc /* #undef HAVE_INITFINI_ARRAY */
78*0a6a1f1dSLionel Sambuc 
79*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
80*0a6a1f1dSLionel Sambuc #define HAVE_INTTYPES_H 1
81*0a6a1f1dSLionel Sambuc 
82*0a6a1f1dSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */
83*0a6a1f1dSLionel Sambuc #define HAVE_LC_MESSAGES 1
84*0a6a1f1dSLionel Sambuc 
85*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */
86*0a6a1f1dSLionel Sambuc #define HAVE_LIMITS_H 1
87*0a6a1f1dSLionel Sambuc 
88*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */
89*0a6a1f1dSLionel Sambuc #define HAVE_LOCALE_H 1
90*0a6a1f1dSLionel Sambuc 
91*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `lseek' function. */
92*0a6a1f1dSLionel Sambuc #define HAVE_LSEEK 1
93*0a6a1f1dSLionel Sambuc 
94*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
95*0a6a1f1dSLionel Sambuc #define HAVE_MEMORY_H 1
96*0a6a1f1dSLionel Sambuc 
97*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `mkstemp' function. */
98*0a6a1f1dSLionel Sambuc #define HAVE_MKSTEMP 1
99*0a6a1f1dSLionel Sambuc 
100*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
101*0a6a1f1dSLionel Sambuc /* #undef HAVE_NDIR_H */
102*0a6a1f1dSLionel Sambuc 
103*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `open' function. */
104*0a6a1f1dSLionel Sambuc #define HAVE_OPEN 1
105*0a6a1f1dSLionel Sambuc 
106*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `realpath' function. */
107*0a6a1f1dSLionel Sambuc #define HAVE_REALPATH 1
108*0a6a1f1dSLionel Sambuc 
109*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `sbrk' function. */
110*0a6a1f1dSLionel Sambuc #define HAVE_SBRK 1
111*0a6a1f1dSLionel Sambuc 
112*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */
113*0a6a1f1dSLionel Sambuc #define HAVE_SETLOCALE 1
114*0a6a1f1dSLionel Sambuc 
115*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
116*0a6a1f1dSLionel Sambuc #define HAVE_STDINT_H 1
117*0a6a1f1dSLionel Sambuc 
118*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
119*0a6a1f1dSLionel Sambuc #define HAVE_STDLIB_H 1
120*0a6a1f1dSLionel Sambuc 
121*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
122*0a6a1f1dSLionel Sambuc #define HAVE_STRINGS_H 1
123*0a6a1f1dSLionel Sambuc 
124*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
125*0a6a1f1dSLionel Sambuc #define HAVE_STRING_H 1
126*0a6a1f1dSLionel Sambuc 
127*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
128*0a6a1f1dSLionel Sambuc    */
129*0a6a1f1dSLionel Sambuc /* #undef HAVE_SYS_DIR_H */
130*0a6a1f1dSLionel Sambuc 
131*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */
132*0a6a1f1dSLionel Sambuc #define HAVE_SYS_FILE_H 1
133*0a6a1f1dSLionel Sambuc 
134*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
135*0a6a1f1dSLionel Sambuc    */
136*0a6a1f1dSLionel Sambuc /* #undef HAVE_SYS_NDIR_H */
137*0a6a1f1dSLionel Sambuc 
138*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */
139*0a6a1f1dSLionel Sambuc #define HAVE_SYS_PARAM_H 1
140*0a6a1f1dSLionel Sambuc 
141*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
142*0a6a1f1dSLionel Sambuc #define HAVE_SYS_STAT_H 1
143*0a6a1f1dSLionel Sambuc 
144*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/time.h> header file. */
145*0a6a1f1dSLionel Sambuc #define HAVE_SYS_TIME_H 1
146*0a6a1f1dSLionel Sambuc 
147*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
148*0a6a1f1dSLionel Sambuc #define HAVE_SYS_TYPES_H 1
149*0a6a1f1dSLionel Sambuc 
150*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
151*0a6a1f1dSLionel Sambuc #define HAVE_UNISTD_H 1
152*0a6a1f1dSLionel Sambuc 
153*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `waitpid' function. */
154*0a6a1f1dSLionel Sambuc #define HAVE_WAITPID 1
155*0a6a1f1dSLionel Sambuc 
156*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <windows.h> header file. */
157*0a6a1f1dSLionel Sambuc /* #undef HAVE_WINDOWS_H */
158*0a6a1f1dSLionel Sambuc 
159*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <zlib.h> header file. */
160*0a6a1f1dSLionel Sambuc #define HAVE_ZLIB_H 1
161*0a6a1f1dSLionel Sambuc 
162*0a6a1f1dSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
163*0a6a1f1dSLionel Sambuc    */
164*0a6a1f1dSLionel Sambuc #define LT_OBJDIR ".libs/"
165*0a6a1f1dSLionel Sambuc 
166*0a6a1f1dSLionel Sambuc /* Name of package */
167*0a6a1f1dSLionel Sambuc #define PACKAGE "ld"
168*0a6a1f1dSLionel Sambuc 
169*0a6a1f1dSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
170*0a6a1f1dSLionel Sambuc #define PACKAGE_BUGREPORT ""
171*0a6a1f1dSLionel Sambuc 
172*0a6a1f1dSLionel Sambuc /* Define to the full name of this package. */
173*0a6a1f1dSLionel Sambuc #define PACKAGE_NAME ""
174*0a6a1f1dSLionel Sambuc 
175*0a6a1f1dSLionel Sambuc /* Define to the full name and version of this package. */
176*0a6a1f1dSLionel Sambuc #define PACKAGE_STRING ""
177*0a6a1f1dSLionel Sambuc 
178*0a6a1f1dSLionel Sambuc /* Define to the one symbol short name of this package. */
179*0a6a1f1dSLionel Sambuc #define PACKAGE_TARNAME ""
180*0a6a1f1dSLionel Sambuc 
181*0a6a1f1dSLionel Sambuc /* Define to the home page for this package. */
182*0a6a1f1dSLionel Sambuc #define PACKAGE_URL ""
183*0a6a1f1dSLionel Sambuc 
184*0a6a1f1dSLionel Sambuc /* Define to the version of this package. */
185*0a6a1f1dSLionel Sambuc #define PACKAGE_VERSION ""
186*0a6a1f1dSLionel Sambuc 
187*0a6a1f1dSLionel Sambuc /* The size of `void *', as computed by sizeof. */
188*0a6a1f1dSLionel Sambuc #define SIZEOF_VOID_P 4
189*0a6a1f1dSLionel Sambuc 
190*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
191*0a6a1f1dSLionel Sambuc #define STDC_HEADERS 1
192*0a6a1f1dSLionel Sambuc 
193*0a6a1f1dSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
194*0a6a1f1dSLionel Sambuc #define STRING_WITH_STRINGS 1
195*0a6a1f1dSLionel Sambuc 
196*0a6a1f1dSLionel Sambuc /* Use b modifier when opening binary files? */
197*0a6a1f1dSLionel Sambuc /* #undef USE_BINARY_FOPEN */
198*0a6a1f1dSLionel Sambuc 
199*0a6a1f1dSLionel Sambuc /* Enable extensions on AIX 3, Interix.  */
200*0a6a1f1dSLionel Sambuc #ifndef _ALL_SOURCE
201*0a6a1f1dSLionel Sambuc # define _ALL_SOURCE 1
202*0a6a1f1dSLionel Sambuc #endif
203*0a6a1f1dSLionel Sambuc /* Enable GNU extensions on systems that have them.  */
204*0a6a1f1dSLionel Sambuc #ifndef _GNU_SOURCE
205*0a6a1f1dSLionel Sambuc # define _GNU_SOURCE 1
206*0a6a1f1dSLionel Sambuc #endif
207*0a6a1f1dSLionel Sambuc /* Enable threading extensions on Solaris.  */
208*0a6a1f1dSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS
209*0a6a1f1dSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1
210*0a6a1f1dSLionel Sambuc #endif
211*0a6a1f1dSLionel Sambuc /* Enable extensions on HP NonStop.  */
212*0a6a1f1dSLionel Sambuc #ifndef _TANDEM_SOURCE
213*0a6a1f1dSLionel Sambuc # define _TANDEM_SOURCE 1
214*0a6a1f1dSLionel Sambuc #endif
215*0a6a1f1dSLionel Sambuc /* Enable general extensions on Solaris.  */
216*0a6a1f1dSLionel Sambuc #ifndef __EXTENSIONS__
217*0a6a1f1dSLionel Sambuc # define __EXTENSIONS__ 1
218*0a6a1f1dSLionel Sambuc #endif
219*0a6a1f1dSLionel Sambuc 
220*0a6a1f1dSLionel Sambuc 
221*0a6a1f1dSLionel Sambuc /* Version number of package */
222*0a6a1f1dSLionel Sambuc #define VERSION "2.23.2"
223*0a6a1f1dSLionel Sambuc 
224*0a6a1f1dSLionel Sambuc /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
225*0a6a1f1dSLionel Sambuc    `char[]'. */
226*0a6a1f1dSLionel Sambuc /* #undef YYTEXT_POINTER */
227*0a6a1f1dSLionel Sambuc 
228*0a6a1f1dSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */
229*0a6a1f1dSLionel Sambuc /* #undef _FILE_OFFSET_BITS */
230*0a6a1f1dSLionel Sambuc 
231*0a6a1f1dSLionel Sambuc /* Define for large files, on AIX-style hosts. */
232*0a6a1f1dSLionel Sambuc /* #undef _LARGE_FILES */
233*0a6a1f1dSLionel Sambuc 
234*0a6a1f1dSLionel Sambuc /* Define to 1 if on MINIX. */
235*0a6a1f1dSLionel Sambuc /* #undef _MINIX */
236*0a6a1f1dSLionel Sambuc 
237*0a6a1f1dSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with
238*0a6a1f1dSLionel Sambuc    this defined. */
239*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */
240*0a6a1f1dSLionel Sambuc 
241*0a6a1f1dSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */
242*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */
243