xref: /dragonfly/gnu/usr.bin/gdb/libbfd/config.h (revision c33252af)
1f17ea84bSSimon Schubert /* config.h.  Generated from config.in by configure.  */
20c3d4888SSimon Schubert /* config.in.  Generated from configure.in by autoheader.  */
3b6fca148SJoerg Sonnenberger 
4*c33252afSJohn Marino #define __CONFIG_H__ 1
5*c33252afSJohn Marino 
60c3d3a6fSJohn Marino /* Name of host specific core header file to include in elf.c. */
70c3d3a6fSJohn Marino /* #undef CORE_HEADER */
80c3d3a6fSJohn Marino 
90c3d4888SSimon Schubert /* Define to 1 if translation of program messages to the user's native
100c3d4888SSimon Schubert    language is requested. */
11b6fca148SJoerg Sonnenberger /* #undef ENABLE_NLS */
12b6fca148SJoerg Sonnenberger 
13f17ea84bSSimon Schubert /* Define to 1 if you have the <alloca.h> header file. */
14f17ea84bSSimon Schubert /* #undef HAVE_ALLOCA_H */
15f17ea84bSSimon Schubert 
160c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `basename', and to 0 if you
170c3d4888SSimon Schubert    don't. */
180c3d4888SSimon Schubert #define HAVE_DECL_BASENAME 0
19b6fca148SJoerg Sonnenberger 
200c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
210c3d4888SSimon Schubert #define HAVE_DECL_FFS 1
22b6fca148SJoerg Sonnenberger 
230c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
240c3d4888SSimon Schubert    */
250c3d4888SSimon Schubert #define HAVE_DECL_FREE 1
26b6fca148SJoerg Sonnenberger 
270c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
280c3d4888SSimon Schubert    */
290c3d4888SSimon Schubert #define HAVE_DECL_FSEEKO 1
30b6fca148SJoerg Sonnenberger 
310c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
320c3d4888SSimon Schubert    don't. */
330c3d4888SSimon Schubert #define HAVE_DECL_FSEEKO64 0
34b6fca148SJoerg Sonnenberger 
350c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
360c3d4888SSimon Schubert    */
370c3d4888SSimon Schubert #define HAVE_DECL_FTELLO 1
38b6fca148SJoerg Sonnenberger 
390c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
400c3d4888SSimon Schubert    don't. */
410c3d4888SSimon Schubert #define HAVE_DECL_FTELLO64 0
42b6fca148SJoerg Sonnenberger 
430c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
440c3d4888SSimon Schubert    */
450c3d4888SSimon Schubert #define HAVE_DECL_GETENV 1
46b6fca148SJoerg Sonnenberger 
470c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
480c3d4888SSimon Schubert    */
490c3d4888SSimon Schubert #define HAVE_DECL_MALLOC 1
50b6fca148SJoerg Sonnenberger 
510c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `realloc', and to 0 if you
520c3d4888SSimon Schubert    don't. */
530c3d4888SSimon Schubert #define HAVE_DECL_REALLOC 1
54b6fca148SJoerg Sonnenberger 
550c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
560c3d4888SSimon Schubert    don't. */
570c3d4888SSimon Schubert #define HAVE_DECL_SNPRINTF 1
58b6fca148SJoerg Sonnenberger 
590c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
600c3d4888SSimon Schubert    */
61f17ea84bSSimon Schubert #define HAVE_DECL_STPCPY 1
62b6fca148SJoerg Sonnenberger 
630c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
640c3d4888SSimon Schubert    */
650c3d4888SSimon Schubert #define HAVE_DECL_STRSTR 1
66b6fca148SJoerg Sonnenberger 
670c3d4888SSimon Schubert /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
680c3d4888SSimon Schubert    don't. */
690c3d4888SSimon Schubert #define HAVE_DECL_VSNPRINTF 1
70b6fca148SJoerg Sonnenberger 
710c3d4888SSimon Schubert /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
720c3d4888SSimon Schubert    */
730c3d4888SSimon Schubert #define HAVE_DIRENT_H 1
74b6fca148SJoerg Sonnenberger 
750c3d4888SSimon Schubert /* Define to 1 if you have the <dlfcn.h> header file. */
760c3d4888SSimon Schubert #define HAVE_DLFCN_H 1
77b6fca148SJoerg Sonnenberger 
780c3d4888SSimon Schubert /* Define to 1 if you have the `fcntl' function. */
790c3d4888SSimon Schubert #define HAVE_FCNTL 1
80b6fca148SJoerg Sonnenberger 
810c3d4888SSimon Schubert /* Define to 1 if you have the <fcntl.h> header file. */
820c3d4888SSimon Schubert #define HAVE_FCNTL_H 1
83b6fca148SJoerg Sonnenberger 
840c3d4888SSimon Schubert /* Define to 1 if you have the `fdopen' function. */
850c3d4888SSimon Schubert #define HAVE_FDOPEN 1
86b6fca148SJoerg Sonnenberger 
87f17ea84bSSimon Schubert /* Define to 1 if you have the `fileno' function. */
88f17ea84bSSimon Schubert #define HAVE_FILENO 1
89f17ea84bSSimon Schubert 
900c3d4888SSimon Schubert /* Define to 1 if you have the `fopen64' function. */
910c3d4888SSimon Schubert /* #undef HAVE_FOPEN64 */
92b6fca148SJoerg Sonnenberger 
930c3d4888SSimon Schubert /* Define to 1 if you have the `fseeko' function. */
940c3d4888SSimon Schubert #define HAVE_FSEEKO 1
950c3d4888SSimon Schubert 
960c3d4888SSimon Schubert /* Define to 1 if you have the `fseeko64' function. */
970c3d4888SSimon Schubert /* #undef HAVE_FSEEKO64 */
980c3d4888SSimon Schubert 
990c3d4888SSimon Schubert /* Define to 1 if you have the `ftello' function. */
1000c3d4888SSimon Schubert #define HAVE_FTELLO 1
1010c3d4888SSimon Schubert 
1020c3d4888SSimon Schubert /* Define to 1 if you have the `ftello64' function. */
1030c3d4888SSimon Schubert /* #undef HAVE_FTELLO64 */
1040c3d4888SSimon Schubert 
1050c3d4888SSimon Schubert /* Define to 1 if you have the `getgid' function. */
1060c3d4888SSimon Schubert #define HAVE_GETGID 1
1070c3d4888SSimon Schubert 
1080c3d4888SSimon Schubert /* Define to 1 if you have the `getpagesize' function. */
1090c3d4888SSimon Schubert #define HAVE_GETPAGESIZE 1
1100c3d4888SSimon Schubert 
1110c3d4888SSimon Schubert /* Define to 1 if you have the `getuid' function. */
1120c3d4888SSimon Schubert #define HAVE_GETUID 1
1130c3d4888SSimon Schubert 
1140c3d4888SSimon Schubert /* Define to 1 if you have the <inttypes.h> header file. */
1150c3d4888SSimon Schubert #define HAVE_INTTYPES_H 1
116b6fca148SJoerg Sonnenberger 
117b6fca148SJoerg Sonnenberger /* Define if <sys/procfs.h> has lwpstatus_t. */
118b6fca148SJoerg Sonnenberger /* #undef HAVE_LWPSTATUS_T */
119b6fca148SJoerg Sonnenberger 
120b6fca148SJoerg Sonnenberger /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
121b6fca148SJoerg Sonnenberger /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
122b6fca148SJoerg Sonnenberger 
1230c3d3a6fSJohn Marino /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
1240c3d3a6fSJohn Marino /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
1250c3d3a6fSJohn Marino 
126b6fca148SJoerg Sonnenberger /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
127b6fca148SJoerg Sonnenberger /* #undef HAVE_LWPSTATUS_T_PR_REG */
128b6fca148SJoerg Sonnenberger 
1290c3d4888SSimon Schubert /* Define if <sys/procfs.h> has lwpxstatus_t. */
1300c3d4888SSimon Schubert /* #undef HAVE_LWPXSTATUS_T */
1310c3d4888SSimon Schubert 
1320c3d4888SSimon Schubert /* Define to 1 if you have the `madvise' function. */
1330c3d4888SSimon Schubert #define HAVE_MADVISE 1
1340c3d4888SSimon Schubert 
1350c3d4888SSimon Schubert /* Define to 1 if you have the <memory.h> header file. */
1360c3d4888SSimon Schubert #define HAVE_MEMORY_H 1
1370c3d4888SSimon Schubert 
1380c3d4888SSimon Schubert /* Define to 1 if you have a working `mmap' system call. */
1390c3d4888SSimon Schubert #define HAVE_MMAP 1
1400c3d4888SSimon Schubert 
1410c3d4888SSimon Schubert /* Define to 1 if you have the `mprotect' function. */
1420c3d4888SSimon Schubert #define HAVE_MPROTECT 1
1430c3d4888SSimon Schubert 
1440c3d4888SSimon Schubert /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1450c3d4888SSimon Schubert /* #undef HAVE_NDIR_H */
1460c3d4888SSimon Schubert 
1470c3d4888SSimon Schubert /* Define if <sys/procfs.h> has prpsinfo32_t. */
1480c3d4888SSimon Schubert /* #undef HAVE_PRPSINFO32_T */
1490c3d4888SSimon Schubert 
150e9e05faaSJohn Marino /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
151e9e05faaSJohn Marino /* #undef HAVE_PRPSINFO32_T_PR_PID */
152e9e05faaSJohn Marino 
1530c3d4888SSimon Schubert /* Define if <sys/procfs.h> has prpsinfo_t. */
1540c3d4888SSimon Schubert #define HAVE_PRPSINFO_T 1
1550c3d4888SSimon Schubert 
156e9e05faaSJohn Marino /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
157e9e05faaSJohn Marino /* #undef HAVE_PRPSINFO_T_PR_PID */
158e9e05faaSJohn Marino 
1590c3d4888SSimon Schubert /* Define if <sys/procfs.h> has prstatus32_t. */
1600c3d4888SSimon Schubert /* #undef HAVE_PRSTATUS32_T */
1610c3d4888SSimon Schubert 
1620c3d4888SSimon Schubert /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
1630c3d4888SSimon Schubert /* #undef HAVE_PRSTATUS32_T_PR_WHO */
1640c3d4888SSimon Schubert 
1650c3d4888SSimon Schubert /* Define if <sys/procfs.h> has prstatus_t. */
1660c3d4888SSimon Schubert #define HAVE_PRSTATUS_T 1
1670c3d4888SSimon Schubert 
1680c3d4888SSimon Schubert /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
1690c3d4888SSimon Schubert /* #undef HAVE_PRSTATUS_T_PR_WHO */
1700c3d4888SSimon Schubert 
1710c3d4888SSimon Schubert /* Define if <sys/procfs.h> has psinfo32_t. */
1720c3d4888SSimon Schubert /* #undef HAVE_PSINFO32_T */
1730c3d4888SSimon Schubert 
174e9e05faaSJohn Marino /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
175e9e05faaSJohn Marino /* #undef HAVE_PSINFO32_T_PR_PID */
176e9e05faaSJohn Marino 
1770c3d4888SSimon Schubert /* Define if <sys/procfs.h> has psinfo_t. */
1780c3d4888SSimon Schubert /* #undef HAVE_PSINFO_T */
1790c3d4888SSimon Schubert 
180e9e05faaSJohn Marino /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
181e9e05faaSJohn Marino /* #undef HAVE_PSINFO_T_PR_PID */
182e9e05faaSJohn Marino 
1830c3d4888SSimon Schubert /* Define if <sys/procfs.h> has pstatus32_t. */
1840c3d4888SSimon Schubert /* #undef HAVE_PSTATUS32_T */
1850c3d4888SSimon Schubert 
1860c3d4888SSimon Schubert /* Define if <sys/procfs.h> has pstatus_t. */
1870c3d4888SSimon Schubert /* #undef HAVE_PSTATUS_T */
1880c3d4888SSimon Schubert 
1890c3d4888SSimon Schubert /* Define if <sys/procfs.h> has pxstatus_t. */
1900c3d4888SSimon Schubert /* #undef HAVE_PXSTATUS_T */
1910c3d4888SSimon Schubert 
1920c3d4888SSimon Schubert /* Define to 1 if you have the `setitimer' function. */
1930c3d4888SSimon Schubert #define HAVE_SETITIMER 1
1940c3d4888SSimon Schubert 
1950c3d4888SSimon Schubert /* Define to 1 if you have the <stddef.h> header file. */
1960c3d4888SSimon Schubert #define HAVE_STDDEF_H 1
1970c3d4888SSimon Schubert 
1980c3d4888SSimon Schubert /* Define to 1 if you have the <stdint.h> header file. */
1990c3d4888SSimon Schubert #define HAVE_STDINT_H 1
2000c3d4888SSimon Schubert 
2010c3d4888SSimon Schubert /* Define to 1 if you have the <stdlib.h> header file. */
2020c3d4888SSimon Schubert #define HAVE_STDLIB_H 1
2030c3d4888SSimon Schubert 
2040c3d4888SSimon Schubert /* Define to 1 if you have the <strings.h> header file. */
2050c3d4888SSimon Schubert #define HAVE_STRINGS_H 1
2060c3d4888SSimon Schubert 
2070c3d4888SSimon Schubert /* Define to 1 if you have the <string.h> header file. */
2080c3d4888SSimon Schubert #define HAVE_STRING_H 1
2090c3d4888SSimon Schubert 
2100c3d4888SSimon Schubert /* Define to 1 if you have the `strtoull' function. */
2110c3d4888SSimon Schubert #define HAVE_STRTOULL 1
2120c3d4888SSimon Schubert 
2130c3d4888SSimon Schubert /* Define if struct core_dumpx has member c_impl */
2140c3d4888SSimon Schubert /* #undef HAVE_ST_C_IMPL */
2150c3d4888SSimon Schubert 
2160c3d4888SSimon Schubert /* Define to 1 if you have the `sysconf' function. */
2170c3d4888SSimon Schubert #define HAVE_SYSCONF 1
2180c3d4888SSimon Schubert 
2190c3d4888SSimon Schubert /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
2200c3d4888SSimon Schubert    */
2210c3d4888SSimon Schubert /* #undef HAVE_SYS_DIR_H */
2220c3d4888SSimon Schubert 
2230c3d4888SSimon Schubert /* Define to 1 if you have the <sys/file.h> header file. */
2240c3d4888SSimon Schubert #define HAVE_SYS_FILE_H 1
2250c3d4888SSimon Schubert 
2260c3d4888SSimon Schubert /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
2270c3d4888SSimon Schubert    */
2280c3d4888SSimon Schubert /* #undef HAVE_SYS_NDIR_H */
2290c3d4888SSimon Schubert 
2300c3d4888SSimon Schubert /* Define to 1 if you have the <sys/procfs.h> header file. */
2310c3d4888SSimon Schubert #define HAVE_SYS_PROCFS_H 1
2320c3d4888SSimon Schubert 
2330c3d4888SSimon Schubert /* Define to 1 if you have the <sys/stat.h> header file. */
2340c3d4888SSimon Schubert #define HAVE_SYS_STAT_H 1
2350c3d4888SSimon Schubert 
2360c3d4888SSimon Schubert /* Define to 1 if you have the <sys/time.h> header file. */
2370c3d4888SSimon Schubert #define HAVE_SYS_TIME_H 1
2380c3d4888SSimon Schubert 
2390c3d4888SSimon Schubert /* Define to 1 if you have the <sys/types.h> header file. */
2400c3d4888SSimon Schubert #define HAVE_SYS_TYPES_H 1
2410c3d4888SSimon Schubert 
2420c3d4888SSimon Schubert /* Define to 1 if you have the <time.h> header file. */
2430c3d4888SSimon Schubert #define HAVE_TIME_H 1
2440c3d4888SSimon Schubert 
2450c3d4888SSimon Schubert /* Define to 1 if you have the <unistd.h> header file. */
2460c3d4888SSimon Schubert #define HAVE_UNISTD_H 1
2470c3d4888SSimon Schubert 
248b6fca148SJoerg Sonnenberger /* Define if <sys/procfs.h> has win32_pstatus_t. */
249b6fca148SJoerg Sonnenberger /* #undef HAVE_WIN32_PSTATUS_T */
250b6fca148SJoerg Sonnenberger 
251*c33252afSJohn Marino /* Define to 1 if you have the <windows.h> header file. */
252*c33252afSJohn Marino /* #undef HAVE_WINDOWS_H */
253*c33252afSJohn Marino 
254f17ea84bSSimon Schubert /* Define to 1 if you have the <zlib.h> header file. */
255f17ea84bSSimon Schubert #define HAVE_ZLIB_H 1
256f17ea84bSSimon Schubert 
2570c3d4888SSimon Schubert /* Define to the sub-directory in which libtool stores uninstalled libraries.
2580c3d4888SSimon Schubert    */
2590c3d4888SSimon Schubert #define LT_OBJDIR ".libs/"
2600c3d4888SSimon Schubert 
2610c3d4888SSimon Schubert /* Name of package */
2620c3d4888SSimon Schubert #define PACKAGE "bfd"
2630c3d4888SSimon Schubert 
2640c3d4888SSimon Schubert /* Define to the address where bug reports for this package should be sent. */
2650c3d4888SSimon Schubert #define PACKAGE_BUGREPORT ""
2660c3d4888SSimon Schubert 
2670c3d4888SSimon Schubert /* Define to the full name of this package. */
268*c33252afSJohn Marino #define PACKAGE_NAME "bfd"
2690c3d4888SSimon Schubert 
2700c3d4888SSimon Schubert /* Define to the full name and version of this package. */
271*c33252afSJohn Marino #define PACKAGE_STRING "bfd 2.23.52"
2720c3d4888SSimon Schubert 
2730c3d4888SSimon Schubert /* Define to the one symbol short name of this package. */
274*c33252afSJohn Marino #define PACKAGE_TARNAME "bfd"
2750c3d4888SSimon Schubert 
276f17ea84bSSimon Schubert /* Define to the home page for this package. */
277f17ea84bSSimon Schubert #define PACKAGE_URL ""
278f17ea84bSSimon Schubert 
2790c3d4888SSimon Schubert /* Define to the version of this package. */
280*c33252afSJohn Marino #define PACKAGE_VERSION "2.23.52"
2810c3d4888SSimon Schubert 
282f17ea84bSSimon Schubert /* The size of `char', as computed by sizeof. */
2830c3d4888SSimon Schubert /* #undef SIZEOF_CHAR */
2840c3d4888SSimon Schubert 
285f17ea84bSSimon Schubert /* The size of `int', as computed by sizeof. */
2860c3d4888SSimon Schubert /* #undef SIZEOF_INT */
2870c3d4888SSimon Schubert 
288f17ea84bSSimon Schubert /* The size of `long', as computed by sizeof. */
289f17ea84bSSimon Schubert #if defined(__i386__)
2900c3d4888SSimon Schubert #define SIZEOF_LONG 4
291b2b3ffcdSSimon Schubert #elif defined(__x86_64__)
292f17ea84bSSimon Schubert #define SIZEOF_LONG 8
293f17ea84bSSimon Schubert #else
294f17ea84bSSimon Schubert #error Unsupported platform
295f17ea84bSSimon Schubert #endif
2960c3d4888SSimon Schubert 
297f17ea84bSSimon Schubert /* The size of `long long', as computed by sizeof. */
2980c3d4888SSimon Schubert #define SIZEOF_LONG_LONG 8
2990c3d4888SSimon Schubert 
300f17ea84bSSimon Schubert /* The size of `off_t', as computed by sizeof. */
3010c3d4888SSimon Schubert #define SIZEOF_OFF_T 8
3020c3d4888SSimon Schubert 
303f17ea84bSSimon Schubert /* The size of `short', as computed by sizeof. */
3040c3d4888SSimon Schubert /* #undef SIZEOF_SHORT */
3050c3d4888SSimon Schubert 
306f17ea84bSSimon Schubert /* The size of `void *', as computed by sizeof. */
307f17ea84bSSimon Schubert #if defined(__i386__)
308f17ea84bSSimon Schubert #define SIZEOF_VOID_P 4
309b2b3ffcdSSimon Schubert #elif defined(__x86_64__)
310f17ea84bSSimon Schubert #define SIZEOF_VOID_P 8
311f17ea84bSSimon Schubert #endif
3120c3d4888SSimon Schubert 
3130c3d4888SSimon Schubert /* Define to 1 if you have the ANSI C header files. */
3140c3d4888SSimon Schubert #define STDC_HEADERS 1
3150c3d4888SSimon Schubert 
3160c3d4888SSimon Schubert /* Define if you can safely include both <string.h> and <strings.h>. */
3170c3d4888SSimon Schubert #define STRING_WITH_STRINGS 1
3180c3d4888SSimon Schubert 
3190c3d4888SSimon Schubert /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
3200c3d4888SSimon Schubert #define TIME_WITH_SYS_TIME 1
3210c3d4888SSimon Schubert 
322b6fca148SJoerg Sonnenberger /* Name of host specific header file to include in trad-core.c. */
323e9e05faaSJohn Marino #define TRAD_HEADER "hosts/i386bsd.h"
324b6fca148SJoerg Sonnenberger 
3250c3d4888SSimon Schubert /* Use b modifier when opening binary files? */
3260c3d4888SSimon Schubert /* #undef USE_BINARY_FOPEN */
327b6fca148SJoerg Sonnenberger 
3280c3d3a6fSJohn Marino /* Define if we should use leading underscore on 64 bit mingw targets */
3290c3d3a6fSJohn Marino /* #undef USE_MINGW64_LEADING_UNDERSCORES */
3300c3d3a6fSJohn Marino 
331b6fca148SJoerg Sonnenberger /* Use mmap if it's available? */
332b6fca148SJoerg Sonnenberger /* #undef USE_MMAP */
333b6fca148SJoerg Sonnenberger 
3340c3d4888SSimon Schubert /* Define if we should default to creating read-only plt entries */
3350c3d4888SSimon Schubert /* #undef USE_SECUREPLT */
3360c3d4888SSimon Schubert 
337f17ea84bSSimon Schubert /* Define if we may generate symbols with ELF's STT_COMMON type */
338f17ea84bSSimon Schubert /* #undef USE_STT_COMMON */
3390c3d4888SSimon Schubert 
340f17ea84bSSimon Schubert /* Enable extensions on AIX 3, Interix.  */
341f17ea84bSSimon Schubert #ifndef _ALL_SOURCE
342f17ea84bSSimon Schubert # define _ALL_SOURCE 1
343f17ea84bSSimon Schubert #endif
3440c3d4888SSimon Schubert /* Enable GNU extensions on systems that have them.  */
3450c3d4888SSimon Schubert #ifndef _GNU_SOURCE
3460c3d4888SSimon Schubert # define _GNU_SOURCE 1
3470c3d4888SSimon Schubert #endif
348f17ea84bSSimon Schubert /* Enable threading extensions on Solaris.  */
349f17ea84bSSimon Schubert #ifndef _POSIX_PTHREAD_SEMANTICS
350f17ea84bSSimon Schubert # define _POSIX_PTHREAD_SEMANTICS 1
351f17ea84bSSimon Schubert #endif
352f17ea84bSSimon Schubert /* Enable extensions on HP NonStop.  */
353f17ea84bSSimon Schubert #ifndef _TANDEM_SOURCE
354f17ea84bSSimon Schubert # define _TANDEM_SOURCE 1
355f17ea84bSSimon Schubert #endif
356f17ea84bSSimon Schubert /* Enable general extensions on Solaris.  */
357f17ea84bSSimon Schubert #ifndef __EXTENSIONS__
358f17ea84bSSimon Schubert # define __EXTENSIONS__ 1
359f17ea84bSSimon Schubert #endif
360f17ea84bSSimon Schubert 
361f17ea84bSSimon Schubert 
362f17ea84bSSimon Schubert /* Version number of package */
363*c33252afSJohn Marino #define VERSION "2.23.52"
364f17ea84bSSimon Schubert 
365f17ea84bSSimon Schubert /* Number of bits in a file offset, on hosts where this is settable. */
366f17ea84bSSimon Schubert /* #undef _FILE_OFFSET_BITS */
367f17ea84bSSimon Schubert 
368f17ea84bSSimon Schubert /* Define for large files, on AIX-style hosts. */
369f17ea84bSSimon Schubert /* #undef _LARGE_FILES */
370f17ea84bSSimon Schubert 
371f17ea84bSSimon Schubert /* Define to 1 if on MINIX. */
372f17ea84bSSimon Schubert /* #undef _MINIX */
373f17ea84bSSimon Schubert 
374f17ea84bSSimon Schubert /* Define to 2 if the system does not provide POSIX.1 features except with
375f17ea84bSSimon Schubert    this defined. */
376f17ea84bSSimon Schubert /* #undef _POSIX_1_SOURCE */
377f17ea84bSSimon Schubert 
378f17ea84bSSimon Schubert /* Define to 1 if you need to in order for `stat' and other things to work. */
379f17ea84bSSimon Schubert /* #undef _POSIX_SOURCE */
380