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