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