xref: /minix3/external/gpl3/binutils/lib/libbfd/arch/i386/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
118a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
218a5822eSThomas Veerman /* Generated from: 	NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */
318a5822eSThomas Veerman /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
418a5822eSThomas Veerman 
518a5822eSThomas Veerman /* config.h.  Generated from config.in by configure.  */
618a5822eSThomas Veerman /* config.in.  Generated from configure.in by autoheader.  */
718a5822eSThomas Veerman 
8c9ea9e7aSLionel Sambuc /* Check that config.h is #included before system headers
9c9ea9e7aSLionel Sambuc     (this works only for glibc, but that should be enough).  */
10c9ea9e7aSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11c9ea9e7aSLionel Sambuc #  error config.h must be #included before system headers
12c9ea9e7aSLionel Sambuc #endif
13c9ea9e7aSLionel Sambuc #define __CONFIG_H__ 1
14c9ea9e7aSLionel Sambuc 
1518a5822eSThomas Veerman /* Name of host specific core header file to include in elf.c. */
1618a5822eSThomas Veerman /* #undef CORE_HEADER */
1718a5822eSThomas Veerman 
18*0a6a1f1dSLionel Sambuc #if !defined(__minix)
1918a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native
2018a5822eSThomas Veerman    language is requested. */
21*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1
22*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */
2318a5822eSThomas Veerman 
2418a5822eSThomas Veerman /* Define to 1 if you have the <alloca.h> header file. */
2518a5822eSThomas Veerman /* #undef HAVE_ALLOCA_H */
2618a5822eSThomas Veerman 
2718a5822eSThomas Veerman /* Define to 1 if you have the declaration of `basename', and to 0 if you
2818a5822eSThomas Veerman    don't. */
2918a5822eSThomas Veerman #define HAVE_DECL_BASENAME 0
3018a5822eSThomas Veerman 
3118a5822eSThomas Veerman /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
3218a5822eSThomas Veerman #define HAVE_DECL_FFS 1
3318a5822eSThomas Veerman 
3418a5822eSThomas Veerman /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
3518a5822eSThomas Veerman    */
3618a5822eSThomas Veerman #define HAVE_DECL_FREE 1
3718a5822eSThomas Veerman 
3818a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
3918a5822eSThomas Veerman    */
4018a5822eSThomas Veerman #define HAVE_DECL_FSEEKO 1
4118a5822eSThomas Veerman 
4218a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
4318a5822eSThomas Veerman    don't. */
4418a5822eSThomas Veerman #define HAVE_DECL_FSEEKO64 0
4518a5822eSThomas Veerman 
4618a5822eSThomas Veerman /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
4718a5822eSThomas Veerman    */
4818a5822eSThomas Veerman #define HAVE_DECL_FTELLO 1
4918a5822eSThomas Veerman 
5018a5822eSThomas Veerman /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
5118a5822eSThomas Veerman    don't. */
5218a5822eSThomas Veerman #define HAVE_DECL_FTELLO64 0
5318a5822eSThomas Veerman 
5418a5822eSThomas Veerman /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
5518a5822eSThomas Veerman    */
5618a5822eSThomas Veerman #define HAVE_DECL_GETENV 1
5718a5822eSThomas Veerman 
5818a5822eSThomas Veerman /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
5918a5822eSThomas Veerman    */
6018a5822eSThomas Veerman #define HAVE_DECL_MALLOC 1
6118a5822eSThomas Veerman 
6218a5822eSThomas Veerman /* Define to 1 if you have the declaration of `realloc', and to 0 if you
6318a5822eSThomas Veerman    don't. */
6418a5822eSThomas Veerman #define HAVE_DECL_REALLOC 1
6518a5822eSThomas Veerman 
6618a5822eSThomas Veerman /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
6718a5822eSThomas Veerman    don't. */
6818a5822eSThomas Veerman #define HAVE_DECL_SNPRINTF 1
6918a5822eSThomas Veerman 
7018a5822eSThomas Veerman /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
7118a5822eSThomas Veerman    */
7218a5822eSThomas Veerman #define HAVE_DECL_STPCPY 1
7318a5822eSThomas Veerman 
7418a5822eSThomas Veerman /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
7518a5822eSThomas Veerman    */
7618a5822eSThomas Veerman #define HAVE_DECL_STRSTR 1
7718a5822eSThomas Veerman 
7818a5822eSThomas Veerman /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
7918a5822eSThomas Veerman    don't. */
8018a5822eSThomas Veerman #define HAVE_DECL_VSNPRINTF 1
8118a5822eSThomas Veerman 
8218a5822eSThomas Veerman /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
8318a5822eSThomas Veerman    */
8418a5822eSThomas Veerman #define HAVE_DIRENT_H 1
8518a5822eSThomas Veerman 
8618a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */
8718a5822eSThomas Veerman #define HAVE_DLFCN_H 1
8818a5822eSThomas Veerman 
8918a5822eSThomas Veerman /* Define to 1 if you have the `fcntl' function. */
9018a5822eSThomas Veerman #define HAVE_FCNTL 1
9118a5822eSThomas Veerman 
9218a5822eSThomas Veerman /* Define to 1 if you have the <fcntl.h> header file. */
9318a5822eSThomas Veerman #define HAVE_FCNTL_H 1
9418a5822eSThomas Veerman 
9518a5822eSThomas Veerman /* Define to 1 if you have the `fdopen' function. */
9618a5822eSThomas Veerman #define HAVE_FDOPEN 1
9718a5822eSThomas Veerman 
9818a5822eSThomas Veerman /* Define to 1 if you have the `fileno' function. */
9918a5822eSThomas Veerman #define HAVE_FILENO 1
10018a5822eSThomas Veerman 
10118a5822eSThomas Veerman /* Define to 1 if you have the `fopen64' function. */
10218a5822eSThomas Veerman /* #undef HAVE_FOPEN64 */
10318a5822eSThomas Veerman 
10418a5822eSThomas Veerman /* Define to 1 if you have the `fseeko' function. */
10518a5822eSThomas Veerman #define HAVE_FSEEKO 1
10618a5822eSThomas Veerman 
10718a5822eSThomas Veerman /* Define to 1 if you have the `fseeko64' function. */
10818a5822eSThomas Veerman /* #undef HAVE_FSEEKO64 */
10918a5822eSThomas Veerman 
11018a5822eSThomas Veerman /* Define to 1 if you have the `ftello' function. */
11118a5822eSThomas Veerman #define HAVE_FTELLO 1
11218a5822eSThomas Veerman 
11318a5822eSThomas Veerman /* Define to 1 if you have the `ftello64' function. */
11418a5822eSThomas Veerman /* #undef HAVE_FTELLO64 */
11518a5822eSThomas Veerman 
11618a5822eSThomas Veerman /* Define to 1 if you have the `getgid' function. */
11718a5822eSThomas Veerman #define HAVE_GETGID 1
11818a5822eSThomas Veerman 
11918a5822eSThomas Veerman /* Define to 1 if you have the `getpagesize' function. */
12018a5822eSThomas Veerman #define HAVE_GETPAGESIZE 1
12118a5822eSThomas Veerman 
12218a5822eSThomas Veerman /* Define to 1 if you have the `getuid' function. */
12318a5822eSThomas Veerman #define HAVE_GETUID 1
12418a5822eSThomas Veerman 
12518a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */
12618a5822eSThomas Veerman #define HAVE_INTTYPES_H 1
12718a5822eSThomas Veerman 
12818a5822eSThomas Veerman /* Define if <sys/procfs.h> has lwpstatus_t. */
12918a5822eSThomas Veerman /* #undef HAVE_LWPSTATUS_T */
13018a5822eSThomas Veerman 
13118a5822eSThomas Veerman /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
13218a5822eSThomas Veerman /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
13318a5822eSThomas Veerman 
13418a5822eSThomas Veerman /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
13518a5822eSThomas Veerman /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
13618a5822eSThomas Veerman 
13718a5822eSThomas Veerman /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
13818a5822eSThomas Veerman /* #undef HAVE_LWPSTATUS_T_PR_REG */
13918a5822eSThomas Veerman 
14018a5822eSThomas Veerman /* Define if <sys/procfs.h> has lwpxstatus_t. */
14118a5822eSThomas Veerman /* #undef HAVE_LWPXSTATUS_T */
14218a5822eSThomas Veerman 
143*0a6a1f1dSLionel Sambuc #if !defined(__minix)
14418a5822eSThomas Veerman /* Define to 1 if you have the `madvise' function. */
145*0a6a1f1dSLionel Sambuc #define HAVE_MADVISE 1
146*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */
14718a5822eSThomas Veerman 
14818a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */
14918a5822eSThomas Veerman #define HAVE_MEMORY_H 1
15018a5822eSThomas Veerman 
15118a5822eSThomas Veerman /* Define to 1 if you have a working `mmap' system call. */
152c9ea9e7aSLionel Sambuc #define HAVE_MMAP 1
15318a5822eSThomas Veerman 
154*0a6a1f1dSLionel Sambuc #if !defined(__minix)
15518a5822eSThomas Veerman /* Define to 1 if you have the `mprotect' function. */
156*0a6a1f1dSLionel Sambuc #define HAVE_MPROTECT 1
157*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */
15818a5822eSThomas Veerman 
15918a5822eSThomas Veerman /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
16018a5822eSThomas Veerman /* #undef HAVE_NDIR_H */
16118a5822eSThomas Veerman 
16218a5822eSThomas Veerman /* Define if <sys/procfs.h> has prpsinfo32_t. */
16318a5822eSThomas Veerman /* #undef HAVE_PRPSINFO32_T */
16418a5822eSThomas Veerman 
16518a5822eSThomas Veerman /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
16618a5822eSThomas Veerman /* #undef HAVE_PRPSINFO32_T_PR_PID */
16718a5822eSThomas Veerman 
16818a5822eSThomas Veerman /* Define if <sys/procfs.h> has prpsinfo_t. */
169c9ea9e7aSLionel Sambuc /* #undef HAVE_PRPSINFO_T */
17018a5822eSThomas Veerman 
17118a5822eSThomas Veerman /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
17218a5822eSThomas Veerman /* #undef HAVE_PRPSINFO_T_PR_PID */
17318a5822eSThomas Veerman 
17418a5822eSThomas Veerman /* Define if <sys/procfs.h> has prstatus32_t. */
17518a5822eSThomas Veerman /* #undef HAVE_PRSTATUS32_T */
17618a5822eSThomas Veerman 
17718a5822eSThomas Veerman /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
17818a5822eSThomas Veerman /* #undef HAVE_PRSTATUS32_T_PR_WHO */
17918a5822eSThomas Veerman 
18018a5822eSThomas Veerman /* Define if <sys/procfs.h> has prstatus_t. */
181c9ea9e7aSLionel Sambuc /* #undef HAVE_PRSTATUS_T */
18218a5822eSThomas Veerman 
18318a5822eSThomas Veerman /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
18418a5822eSThomas Veerman /* #undef HAVE_PRSTATUS_T_PR_WHO */
18518a5822eSThomas Veerman 
18618a5822eSThomas Veerman /* Define if <sys/procfs.h> has psinfo32_t. */
18718a5822eSThomas Veerman /* #undef HAVE_PSINFO32_T */
18818a5822eSThomas Veerman 
18918a5822eSThomas Veerman /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
19018a5822eSThomas Veerman /* #undef HAVE_PSINFO32_T_PR_PID */
19118a5822eSThomas Veerman 
19218a5822eSThomas Veerman /* Define if <sys/procfs.h> has psinfo_t. */
19318a5822eSThomas Veerman /* #undef HAVE_PSINFO_T */
19418a5822eSThomas Veerman 
19518a5822eSThomas Veerman /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
19618a5822eSThomas Veerman /* #undef HAVE_PSINFO_T_PR_PID */
19718a5822eSThomas Veerman 
19818a5822eSThomas Veerman /* Define if <sys/procfs.h> has pstatus32_t. */
19918a5822eSThomas Veerman /* #undef HAVE_PSTATUS32_T */
20018a5822eSThomas Veerman 
20118a5822eSThomas Veerman /* Define if <sys/procfs.h> has pstatus_t. */
20218a5822eSThomas Veerman /* #undef HAVE_PSTATUS_T */
20318a5822eSThomas Veerman 
20418a5822eSThomas Veerman /* Define if <sys/procfs.h> has pxstatus_t. */
20518a5822eSThomas Veerman /* #undef HAVE_PXSTATUS_T */
20618a5822eSThomas Veerman 
20718a5822eSThomas Veerman /* Define to 1 if you have the `setitimer' function. */
20818a5822eSThomas Veerman #define HAVE_SETITIMER 1
20918a5822eSThomas Veerman 
21018a5822eSThomas Veerman /* Define to 1 if you have the <stddef.h> header file. */
21118a5822eSThomas Veerman #define HAVE_STDDEF_H 1
21218a5822eSThomas Veerman 
21318a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */
21418a5822eSThomas Veerman #define HAVE_STDINT_H 1
21518a5822eSThomas Veerman 
21618a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */
21718a5822eSThomas Veerman #define HAVE_STDLIB_H 1
21818a5822eSThomas Veerman 
21918a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */
22018a5822eSThomas Veerman #define HAVE_STRINGS_H 1
22118a5822eSThomas Veerman 
22218a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */
22318a5822eSThomas Veerman #define HAVE_STRING_H 1
22418a5822eSThomas Veerman 
22518a5822eSThomas Veerman /* Define to 1 if you have the `strtoull' function. */
22618a5822eSThomas Veerman #define HAVE_STRTOULL 1
22718a5822eSThomas Veerman 
22818a5822eSThomas Veerman /* Define if struct core_dumpx has member c_impl */
22918a5822eSThomas Veerman /* #undef HAVE_ST_C_IMPL */
23018a5822eSThomas Veerman 
23118a5822eSThomas Veerman /* Define to 1 if you have the `sysconf' function. */
23218a5822eSThomas Veerman #define HAVE_SYSCONF 1
23318a5822eSThomas Veerman 
23418a5822eSThomas Veerman /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
23518a5822eSThomas Veerman    */
23618a5822eSThomas Veerman /* #undef HAVE_SYS_DIR_H */
23718a5822eSThomas Veerman 
23818a5822eSThomas Veerman /* Define to 1 if you have the <sys/file.h> header file. */
23918a5822eSThomas Veerman #define HAVE_SYS_FILE_H 1
24018a5822eSThomas Veerman 
24118a5822eSThomas Veerman /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
24218a5822eSThomas Veerman    */
24318a5822eSThomas Veerman /* #undef HAVE_SYS_NDIR_H */
24418a5822eSThomas Veerman 
24518a5822eSThomas Veerman /* Define to 1 if you have the <sys/procfs.h> header file. */
246c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_PROCFS_H */
24718a5822eSThomas Veerman 
24818a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */
24918a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1
25018a5822eSThomas Veerman 
25118a5822eSThomas Veerman /* Define to 1 if you have the <sys/time.h> header file. */
25218a5822eSThomas Veerman #define HAVE_SYS_TIME_H 1
25318a5822eSThomas Veerman 
25418a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */
25518a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1
25618a5822eSThomas Veerman 
25718a5822eSThomas Veerman /* Define to 1 if you have the <time.h> header file. */
25818a5822eSThomas Veerman #define HAVE_TIME_H 1
25918a5822eSThomas Veerman 
26018a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */
26118a5822eSThomas Veerman #define HAVE_UNISTD_H 1
26218a5822eSThomas Veerman 
26318a5822eSThomas Veerman /* Define if <sys/procfs.h> has win32_pstatus_t. */
26418a5822eSThomas Veerman /* #undef HAVE_WIN32_PSTATUS_T */
26518a5822eSThomas Veerman 
266c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <windows.h> header file. */
267c9ea9e7aSLionel Sambuc /* #undef HAVE_WINDOWS_H */
268c9ea9e7aSLionel Sambuc 
26918a5822eSThomas Veerman /* Define to 1 if you have the <zlib.h> header file. */
27018a5822eSThomas Veerman #define HAVE_ZLIB_H 1
27118a5822eSThomas Veerman 
27218a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries.
27318a5822eSThomas Veerman    */
27418a5822eSThomas Veerman #define LT_OBJDIR ".libs/"
27518a5822eSThomas Veerman 
27618a5822eSThomas Veerman /* Name of package */
27718a5822eSThomas Veerman #define PACKAGE "bfd"
27818a5822eSThomas Veerman 
27918a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */
28018a5822eSThomas Veerman #define PACKAGE_BUGREPORT ""
28118a5822eSThomas Veerman 
28218a5822eSThomas Veerman /* Define to the full name of this package. */
28318a5822eSThomas Veerman #define PACKAGE_NAME ""
28418a5822eSThomas Veerman 
28518a5822eSThomas Veerman /* Define to the full name and version of this package. */
28618a5822eSThomas Veerman #define PACKAGE_STRING ""
28718a5822eSThomas Veerman 
28818a5822eSThomas Veerman /* Define to the one symbol short name of this package. */
28918a5822eSThomas Veerman #define PACKAGE_TARNAME ""
29018a5822eSThomas Veerman 
29118a5822eSThomas Veerman /* Define to the home page for this package. */
29218a5822eSThomas Veerman #define PACKAGE_URL ""
29318a5822eSThomas Veerman 
29418a5822eSThomas Veerman /* Define to the version of this package. */
29518a5822eSThomas Veerman #define PACKAGE_VERSION ""
29618a5822eSThomas Veerman 
29718a5822eSThomas Veerman /* The size of `char', as computed by sizeof. */
29818a5822eSThomas Veerman /* #undef SIZEOF_CHAR */
29918a5822eSThomas Veerman 
30018a5822eSThomas Veerman /* The size of `int', as computed by sizeof. */
30118a5822eSThomas Veerman /* #undef SIZEOF_INT */
30218a5822eSThomas Veerman 
30318a5822eSThomas Veerman /* The size of `long', as computed by sizeof. */
30418a5822eSThomas Veerman #define SIZEOF_LONG 4
30518a5822eSThomas Veerman 
30618a5822eSThomas Veerman /* The size of `long long', as computed by sizeof. */
30718a5822eSThomas Veerman #define SIZEOF_LONG_LONG 8
30818a5822eSThomas Veerman 
30918a5822eSThomas Veerman /* The size of `off_t', as computed by sizeof. */
310c9ea9e7aSLionel Sambuc #define SIZEOF_OFF_T 8
31118a5822eSThomas Veerman 
31218a5822eSThomas Veerman /* The size of `short', as computed by sizeof. */
31318a5822eSThomas Veerman /* #undef SIZEOF_SHORT */
31418a5822eSThomas Veerman 
31518a5822eSThomas Veerman /* The size of `void *', as computed by sizeof. */
31618a5822eSThomas Veerman #define SIZEOF_VOID_P 4
31718a5822eSThomas Veerman 
31818a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */
31918a5822eSThomas Veerman #define STDC_HEADERS 1
32018a5822eSThomas Veerman 
32118a5822eSThomas Veerman /* Define if you can safely include both <string.h> and <strings.h>. */
32218a5822eSThomas Veerman #define STRING_WITH_STRINGS 1
32318a5822eSThomas Veerman 
32418a5822eSThomas Veerman /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
32518a5822eSThomas Veerman #define TIME_WITH_SYS_TIME 1
32618a5822eSThomas Veerman 
32718a5822eSThomas Veerman /* Name of host specific header file to include in trad-core.c. */
32818a5822eSThomas Veerman /* #undef TRAD_HEADER */
32918a5822eSThomas Veerman 
33018a5822eSThomas Veerman /* Use b modifier when opening binary files? */
33118a5822eSThomas Veerman /* #undef USE_BINARY_FOPEN */
33218a5822eSThomas Veerman 
33318a5822eSThomas Veerman /* Define if we should use leading underscore on 64 bit mingw targets */
33418a5822eSThomas Veerman /* #undef USE_MINGW64_LEADING_UNDERSCORES */
33518a5822eSThomas Veerman 
33618a5822eSThomas Veerman /* Use mmap if it's available? */
33718a5822eSThomas Veerman /* #undef USE_MMAP */
33818a5822eSThomas Veerman 
33918a5822eSThomas Veerman /* Define if we should default to creating read-only plt entries */
34018a5822eSThomas Veerman /* #undef USE_SECUREPLT */
34118a5822eSThomas Veerman 
34218a5822eSThomas Veerman /* Define if we may generate symbols with ELF's STT_COMMON type */
34318a5822eSThomas Veerman /* #undef USE_STT_COMMON */
34418a5822eSThomas Veerman 
34518a5822eSThomas Veerman /* Enable extensions on AIX 3, Interix.  */
34618a5822eSThomas Veerman #ifndef _ALL_SOURCE
34718a5822eSThomas Veerman # define _ALL_SOURCE 1
34818a5822eSThomas Veerman #endif
34918a5822eSThomas Veerman /* Enable GNU extensions on systems that have them.  */
35018a5822eSThomas Veerman #ifndef _GNU_SOURCE
35118a5822eSThomas Veerman # define _GNU_SOURCE 1
35218a5822eSThomas Veerman #endif
35318a5822eSThomas Veerman /* Enable threading extensions on Solaris.  */
35418a5822eSThomas Veerman #ifndef _POSIX_PTHREAD_SEMANTICS
35518a5822eSThomas Veerman # define _POSIX_PTHREAD_SEMANTICS 1
35618a5822eSThomas Veerman #endif
35718a5822eSThomas Veerman /* Enable extensions on HP NonStop.  */
35818a5822eSThomas Veerman #ifndef _TANDEM_SOURCE
35918a5822eSThomas Veerman # define _TANDEM_SOURCE 1
36018a5822eSThomas Veerman #endif
36118a5822eSThomas Veerman /* Enable general extensions on Solaris.  */
36218a5822eSThomas Veerman #ifndef __EXTENSIONS__
36318a5822eSThomas Veerman # define __EXTENSIONS__ 1
36418a5822eSThomas Veerman #endif
36518a5822eSThomas Veerman 
36618a5822eSThomas Veerman 
36718a5822eSThomas Veerman /* Version number of package */
368c9ea9e7aSLionel Sambuc #define VERSION "2.23.2"
36918a5822eSThomas Veerman 
37018a5822eSThomas Veerman /* Number of bits in a file offset, on hosts where this is settable. */
37118a5822eSThomas Veerman /* #undef _FILE_OFFSET_BITS */
37218a5822eSThomas Veerman 
37318a5822eSThomas Veerman /* Define for large files, on AIX-style hosts. */
37418a5822eSThomas Veerman /* #undef _LARGE_FILES */
37518a5822eSThomas Veerman 
37618a5822eSThomas Veerman /* Define to 1 if on MINIX. */
377*0a6a1f1dSLionel Sambuc /* #undef _MINIX */
37818a5822eSThomas Veerman 
37918a5822eSThomas Veerman /* Define to 2 if the system does not provide POSIX.1 features except with
38018a5822eSThomas Veerman    this defined. */
381*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */
38218a5822eSThomas Veerman 
38318a5822eSThomas Veerman /* Define to 1 if you need to in order for `stat' and other things to work. */
384*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */
385