Sync usage with man page.
[netbsd-mini2440.git] / external / gpl3 / binutils / usr.bin / ld / arch / mipseb / config.h
blobeb7c327416a834db2430048b53713d5f4fb42c73
1 /* This file is automatically generated. DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
5 /* config.h. Generated by configure. */
6 /* config.in. Generated from configure.in by autoheader. */
8 /* Define to 1 if translation of program messages to the user's native
9 language is requested. */
10 #define ENABLE_NLS 1
12 /* Additional extension a shared object might have. */
13 /* #undef EXTRA_SHLIB_EXTENSION */
15 /* Define to choose default GOT handling scheme */
16 #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
18 /* Define to 1 if you have the declaration of `environ', and to 0 if you
19 don't. */
20 #define HAVE_DECL_ENVIRON 0
22 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
24 #define HAVE_DECL_FREE 1
26 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
28 #define HAVE_DECL_GETENV 1
30 /* Is the prototype for getopt in <unistd.h> in the expected format? */
31 #define HAVE_DECL_GETOPT 1
33 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
35 #define HAVE_DECL_SBRK 1
37 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
39 #define HAVE_DECL_STRSTR 1
41 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
43 #define HAVE_DIRENT_H 1
45 /* Define to 1 if you have the <dlfcn.h> header file. */
46 #define HAVE_DLFCN_H 1
48 /* Define to 1 if you have the <elf-hints.h> header file. */
49 /* #undef HAVE_ELF_HINTS_H */
51 /* Define to 1 if you have the `glob' function. */
52 #define HAVE_GLOB 1
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #define HAVE_INTTYPES_H 1
57 /* Define to 1 if you have the <limits.h> header file. */
58 #define HAVE_LIMITS_H 1
60 /* Define to 1 if you have the <memory.h> header file. */
61 #define HAVE_MEMORY_H 1
63 /* Define to 1 if you have the `mkstemp' function. */
64 #define HAVE_MKSTEMP 1
66 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
67 /* #undef HAVE_NDIR_H */
69 /* Define to 1 if you have the `realpath' function. */
70 #define HAVE_REALPATH 1
72 /* Define to 1 if you have the `sbrk' function. */
73 #define HAVE_SBRK 1
75 /* Define to 1 if you have the <stdint.h> header file. */
76 #define HAVE_STDINT_H 1
78 /* Define to 1 if you have the <stdlib.h> header file. */
79 #define HAVE_STDLIB_H 1
81 /* Define to 1 if you have the <strings.h> header file. */
82 #define HAVE_STRINGS_H 1
84 /* Define to 1 if you have the <string.h> header file. */
85 #define HAVE_STRING_H 1
87 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
89 /* #undef HAVE_SYS_DIR_H */
91 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
93 /* #undef HAVE_SYS_NDIR_H */
95 /* Define to 1 if you have the <sys/param.h> header file. */
96 #define HAVE_SYS_PARAM_H 1
98 /* Define to 1 if you have the <sys/stat.h> header file. */
99 #define HAVE_SYS_STAT_H 1
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #define HAVE_UNISTD_H 1
107 /* Define to 1 if you have the `waitpid' function. */
108 #define HAVE_WAITPID 1
110 /* Define to 1 if you have the <zlib.h> header file. */
111 #define HAVE_ZLIB_H 1
113 /* Define to the sub-directory in which libtool stores uninstalled libraries.
115 #define LT_OBJDIR ".libs/"
117 /* Name of package */
118 #define PACKAGE "ld"
120 /* Define to the address where bug reports for this package should be sent. */
121 #define PACKAGE_BUGREPORT ""
123 /* Define to the full name of this package. */
124 #define PACKAGE_NAME ""
126 /* Define to the full name and version of this package. */
127 #define PACKAGE_STRING ""
129 /* Define to the one symbol short name of this package. */
130 #define PACKAGE_TARNAME ""
132 /* Define to the version of this package. */
133 #define PACKAGE_VERSION ""
135 /* The size of a `long', as computed by sizeof. */
136 /* #undef SIZEOF_LONG */
138 /* Define to 1 if you have the ANSI C header files. */
139 #define STDC_HEADERS 1
141 /* Use b modifier when opening binary files? */
142 /* #undef USE_BINARY_FOPEN */
144 /* Version number of package */
145 #define VERSION "2.19.1"
147 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
148 `char[]'. */
149 #define YYTEXT_POINTER 1
151 /* Enable GNU extensions on systems that have them. */
152 #ifndef _GNU_SOURCE
153 # define _GNU_SOURCE 1
154 #endif
156 /* Define to 1 if on MINIX. */
157 /* #undef _MINIX */
159 /* Define to 2 if the system does not provide POSIX.1 features except with
160 this defined. */
161 /* #undef _POSIX_1_SOURCE */
163 /* Define to 1 if you need to in order for `stat' and other things to work. */
164 /* #undef _POSIX_SOURCE */
166 /* Enable extensions on AIX 3, Interix. */
167 #ifndef _ALL_SOURCE
168 # define _ALL_SOURCE 1
169 #endif
170 /* Enable GNU extensions on systems that have them. */
171 #ifndef _GNU_SOURCE
172 # define _GNU_SOURCE 1
173 #endif
174 /* Enable threading extensions on Solaris. */
175 #ifndef _POSIX_PTHREAD_SEMANTICS
176 # define _POSIX_PTHREAD_SEMANTICS 1
177 #endif
178 /* Enable extensions on HP NonStop. */
179 #ifndef _TANDEM_SOURCE
180 # define _TANDEM_SOURCE 1
181 #endif
182 /* Enable general extensions on Solaris. */
183 #ifndef __EXTENSIONS__
184 # define __EXTENSIONS__ 1
185 #endif