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