config.h revision 1.1
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: 	NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4
5/* config.h.  Generated from config.in by configure.  */
6/* config.in.  Generated from configure.in by autoheader.  */
7
8/* Check that config.h is #included before system headers
9   (this works only for glibc, but that should be enough).  */
10#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11#  error config.h must be #included before system headers
12#endif
13#define __CONFIG_H__ 1
14
15/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16   systems. This function is required for `alloca.c' support on those systems.
17   */
18/* #undef CRAY_STACKSEG_END */
19
20/* Define to 1 if using `alloca.c'. */
21/* #undef C_ALLOCA */
22
23/* Should ar and ranlib use -D behavior by default? */
24#define DEFAULT_AR_DETERMINISTIC 0
25
26/* Define to 1 if translation of program messages to the user's native
27   language is requested. */
28#define ENABLE_NLS 1
29
30/* Suffix used for executables, if any. */
31#define EXECUTABLE_SUFFIX ""
32
33/* Define to 1 if you have `alloca', as a function or macro. */
34#define HAVE_ALLOCA 1
35
36/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
37   */
38/* #undef HAVE_ALLOCA_H */
39
40/* Define to 1 if you have the declaration of `environ', and to 0 if you
41   don't. */
42#define HAVE_DECL_ENVIRON 0
43
44/* Define to 1 if you have the declaration of `fprintf', and to 0 if you
45   don't. */
46#define HAVE_DECL_FPRINTF 1
47
48/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
49   don't. */
50#define HAVE_DECL_GETC_UNLOCKED 1
51
52/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
53   */
54#define HAVE_DECL_GETENV 1
55
56/* Is the prototype for getopt in <unistd.h> in the expected format? */
57#define HAVE_DECL_GETOPT 1
58
59/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
60   */
61#define HAVE_DECL_SBRK 1
62
63/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
64   don't. */
65#define HAVE_DECL_SNPRINTF 1
66
67/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
68   */
69#define HAVE_DECL_STPCPY 1
70
71/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
72   */
73#define HAVE_DECL_STRSTR 1
74
75/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
76   don't. */
77#define HAVE_DECL_VSNPRINTF 1
78
79/* Define to 1 if you have the <dlfcn.h> header file. */
80#define HAVE_DLFCN_H 1
81
82/* Does the platform use an executable suffix? */
83/* #undef HAVE_EXECUTABLE_SUFFIX */
84
85/* Define to 1 if you have the <fcntl.h> header file. */
86#define HAVE_FCNTL_H 1
87
88/* Define to 1 if you have the `getc_unlocked' function. */
89#define HAVE_GETC_UNLOCKED 1
90
91/* Does <utime.h> define struct utimbuf? */
92#define HAVE_GOOD_UTIME_H 1
93
94/* Define if you have the iconv() function. */
95#define HAVE_ICONV 1
96
97/* Define to 1 if you have the <inttypes.h> header file. */
98#define HAVE_INTTYPES_H 1
99
100/* Define if your <locale.h> file defines LC_MESSAGES. */
101#define HAVE_LC_MESSAGES 1
102
103/* Define to 1 if you have the <limits.h> header file. */
104#define HAVE_LIMITS_H 1
105
106/* Define to 1 if you have the <locale.h> header file. */
107#define HAVE_LOCALE_H 1
108
109/* Define if mbstate_t exists in wchar.h. */
110#define HAVE_MBSTATE_T 1
111
112/* Define to 1 if you have the <memory.h> header file. */
113#define HAVE_MEMORY_H 1
114
115/* Define to 1 if you have the `mkdtemp' function. */
116#define HAVE_MKDTEMP 1
117
118/* Define to 1 if you have the `mkstemp' function. */
119#define HAVE_MKSTEMP 1
120
121/* Define to 1 if you have the `sbrk' function. */
122#define HAVE_SBRK 1
123
124/* Define to 1 if you have the `setlocale' function. */
125#define HAVE_SETLOCALE 1
126
127/* Define to 1 if you have the `setmode' function. */
128#define HAVE_SETMODE 1
129
130/* Define to 1 if you have the <stdint.h> header file. */
131#define HAVE_STDINT_H 1
132
133/* Define to 1 if you have the <stdlib.h> header file. */
134#define HAVE_STDLIB_H 1
135
136/* Define to 1 if you have the `strcoll' function. */
137#define HAVE_STRCOLL 1
138
139/* Define to 1 if you have the <strings.h> header file. */
140#define HAVE_STRINGS_H 1
141
142/* Define to 1 if you have the <string.h> header file. */
143#define HAVE_STRING_H 1
144
145/* Define to 1 if you have the <sys/file.h> header file. */
146#define HAVE_SYS_FILE_H 1
147
148/* Define to 1 if you have the <sys/param.h> header file. */
149#define HAVE_SYS_PARAM_H 1
150
151/* Define to 1 if you have the <sys/stat.h> header file. */
152#define HAVE_SYS_STAT_H 1
153
154/* Define to 1 if you have the <sys/types.h> header file. */
155#define HAVE_SYS_TYPES_H 1
156
157/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
158#define HAVE_SYS_WAIT_H 1
159
160/* Is the type time_t defined in <time.h>? */
161#define HAVE_TIME_T_IN_TIME_H 1
162
163/* Is the type time_t defined in <sys/types.h>? */
164#define HAVE_TIME_T_IN_TYPES_H 1
165
166/* Define to 1 if you have the <unistd.h> header file. */
167#define HAVE_UNISTD_H 1
168
169/* Define to 1 if you have the `utimes' function. */
170#define HAVE_UTIMES 1
171
172/* Define to 1 if you have the <wchar.h> header file. */
173#define HAVE_WCHAR_H 1
174
175/* Define to 1 if you have the <zlib.h> header file. */
176#define HAVE_ZLIB_H 1
177
178/* Define as const if the declaration of iconv() needs const. */
179#define ICONV_CONST const
180
181/* Define to the sub-directory in which libtool stores uninstalled libraries.
182   */
183#define LT_OBJDIR ".libs/"
184
185/* Name of package */
186#define PACKAGE "binutils"
187
188/* Define to the address where bug reports for this package should be sent. */
189#define PACKAGE_BUGREPORT ""
190
191/* Define to the full name of this package. */
192#define PACKAGE_NAME ""
193
194/* Define to the full name and version of this package. */
195#define PACKAGE_STRING ""
196
197/* Define to the one symbol short name of this package. */
198#define PACKAGE_TARNAME ""
199
200/* Define to the home page for this package. */
201#define PACKAGE_URL ""
202
203/* Define to the version of this package. */
204#define PACKAGE_VERSION ""
205
206/* If using the C implementation of alloca, define if you know the
207   direction of stack growth for your system; otherwise it will be
208   automatically deduced at runtime.
209	STACK_DIRECTION > 0 => grows toward higher addresses
210	STACK_DIRECTION < 0 => grows toward lower addresses
211	STACK_DIRECTION = 0 => direction of growth unknown */
212/* #undef STACK_DIRECTION */
213
214/* Define to 1 if you have the ANSI C header files. */
215#define STDC_HEADERS 1
216
217/* Define if you can safely include both <string.h> and <strings.h>. */
218#define STRING_WITH_STRINGS 1
219
220/* Configured target name. */
221#define TARGET "sparc64--netbsd"
222
223/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
224#define TARGET_PREPENDS_UNDERSCORE 0
225
226/* Use b modifier when opening binary files? */
227/* #undef USE_BINARY_FOPEN */
228
229/* Enable extensions on AIX 3, Interix.  */
230#ifndef _ALL_SOURCE
231# define _ALL_SOURCE 1
232#endif
233/* Enable GNU extensions on systems that have them.  */
234#ifndef _GNU_SOURCE
235# define _GNU_SOURCE 1
236#endif
237/* Enable threading extensions on Solaris.  */
238#ifndef _POSIX_PTHREAD_SEMANTICS
239# define _POSIX_PTHREAD_SEMANTICS 1
240#endif
241/* Enable extensions on HP NonStop.  */
242#ifndef _TANDEM_SOURCE
243# define _TANDEM_SOURCE 1
244#endif
245/* Enable general extensions on Solaris.  */
246#ifndef __EXTENSIONS__
247# define __EXTENSIONS__ 1
248#endif
249
250
251/* Version number of package */
252#define VERSION "2.23.2"
253
254/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
255   `char[]'. */
256#define YYTEXT_POINTER 1
257
258/* Number of bits in a file offset, on hosts where this is settable. */
259/* #undef _FILE_OFFSET_BITS */
260
261/* Define for large files, on AIX-style hosts. */
262/* #undef _LARGE_FILES */
263
264/* Define to 1 if on MINIX. */
265/* #undef _MINIX */
266
267/* Define to 2 if the system does not provide POSIX.1 features except with
268   this defined. */
269/* #undef _POSIX_1_SOURCE */
270
271/* Define to 1 if you need to in order for `stat' and other things to work. */
272/* #undef _POSIX_SOURCE */
273