* elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert
[binutils.git] / ld / config.in
blobe3d4f71f6f4779b30ab699442679e68d974c1293
1 /* config.in.  Generated from configure.in by autoheader.  */
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
7 /* Additional extension a shared object might have. */
8 #undef EXTRA_SHLIB_EXTENSION
10 /* Define to choose default GOT handling scheme */
11 #undef GOT_HANDLING_DEFAULT
13 /* Define to 1 if you have the declaration of `environ', and to 0 if you
14    don't. */
15 #undef HAVE_DECL_ENVIRON
17 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
18    */
19 #undef HAVE_DECL_FREE
21 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
22    */
23 #undef HAVE_DECL_GETENV
25 /* Is the prototype for getopt in <unistd.h> in the expected format? */
26 #undef HAVE_DECL_GETOPT
28 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
29    */
30 #undef HAVE_DECL_SBRK
32 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
33    */
34 #undef HAVE_DECL_STRSTR
36 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
37    */
38 #undef HAVE_DIRENT_H
40 /* Define to 1 if you have the <dlfcn.h> header file. */
41 #undef HAVE_DLFCN_H
43 /* Define to 1 if you have the <elf-hints.h> header file. */
44 #undef HAVE_ELF_HINTS_H
46 /* Define to 1 if you have the `glob' function. */
47 #undef HAVE_GLOB
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #undef HAVE_INTTYPES_H
52 /* Define to 1 if you have the <limits.h> header file. */
53 #undef HAVE_LIMITS_H
55 /* Define to 1 if you have the <memory.h> header file. */
56 #undef HAVE_MEMORY_H
58 /* Define to 1 if you have the `mkstemp' function. */
59 #undef HAVE_MKSTEMP
61 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
62 #undef HAVE_NDIR_H
64 /* Define to 1 if you have the `realpath' function. */
65 #undef HAVE_REALPATH
67 /* Define to 1 if you have the `sbrk' function. */
68 #undef HAVE_SBRK
70 /* Define to 1 if you have the <stdint.h> header file. */
71 #undef HAVE_STDINT_H
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #undef HAVE_STDLIB_H
76 /* Define to 1 if you have the <strings.h> header file. */
77 #undef HAVE_STRINGS_H
79 /* Define to 1 if you have the <string.h> header file. */
80 #undef HAVE_STRING_H
82 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
83    */
84 #undef HAVE_SYS_DIR_H
86 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
87    */
88 #undef HAVE_SYS_NDIR_H
90 /* Define to 1 if you have the <sys/param.h> header file. */
91 #undef HAVE_SYS_PARAM_H
93 /* Define to 1 if you have the <sys/stat.h> header file. */
94 #undef HAVE_SYS_STAT_H
96 /* Define to 1 if you have the <sys/types.h> header file. */
97 #undef HAVE_SYS_TYPES_H
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #undef HAVE_UNISTD_H
102 /* Define to 1 if you have the `waitpid' function. */
103 #undef HAVE_WAITPID
105 /* Define to 1 if you have the <zlib.h> header file. */
106 #undef HAVE_ZLIB_H
108 /* Define to the sub-directory in which libtool stores uninstalled libraries.
109    */
110 #undef LT_OBJDIR
112 /* Name of package */
113 #undef PACKAGE
115 /* Define to the address where bug reports for this package should be sent. */
116 #undef PACKAGE_BUGREPORT
118 /* Define to the full name of this package. */
119 #undef PACKAGE_NAME
121 /* Define to the full name and version of this package. */
122 #undef PACKAGE_STRING
124 /* Define to the one symbol short name of this package. */
125 #undef PACKAGE_TARNAME
127 /* Define to the version of this package. */
128 #undef PACKAGE_VERSION
130 /* The size of a `long', as computed by sizeof. */
131 #undef SIZEOF_LONG
133 /* Define to 1 if you have the ANSI C header files. */
134 #undef STDC_HEADERS
136 /* Use b modifier when opening binary files? */
137 #undef USE_BINARY_FOPEN
139 /* Version number of package */
140 #undef VERSION
142 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
143    `char[]'. */
144 #undef YYTEXT_POINTER
146 /* Number of bits in a file offset, on hosts where this is settable. */
147 #undef _FILE_OFFSET_BITS
149 /* Enable GNU extensions on systems that have them.  */
150 #ifndef _GNU_SOURCE
151 # undef _GNU_SOURCE
152 #endif
154 /* Define for large files, on AIX-style hosts. */
155 #undef _LARGE_FILES
157 /* Define to 1 if on MINIX. */
158 #undef _MINIX
160 /* Define to 2 if the system does not provide POSIX.1 features except with
161    this defined. */
162 #undef _POSIX_1_SOURCE
164 /* Define to 1 if you need to in order for `stat' and other things to work. */
165 #undef _POSIX_SOURCE
167 /* Enable extensions on AIX 3, Interix.  */
168 #ifndef _ALL_SOURCE
169 # undef _ALL_SOURCE
170 #endif
171 /* Enable GNU extensions on systems that have them.  */
172 #ifndef _GNU_SOURCE
173 # undef _GNU_SOURCE
174 #endif
175 /* Enable threading extensions on Solaris.  */
176 #ifndef _POSIX_PTHREAD_SEMANTICS
177 # undef _POSIX_PTHREAD_SEMANTICS
178 #endif
179 /* Enable extensions on HP NonStop.  */
180 #ifndef _TANDEM_SOURCE
181 # undef _TANDEM_SOURCE
182 #endif
183 /* Enable general extensions on Solaris.  */
184 #ifndef __EXTENSIONS__
185 # undef __EXTENSIONS__
186 #endif