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