1*c03f3e4cSzrj /* config.h. Generated from config.h.in by configure. */ 2*c03f3e4cSzrj /* config.h.in. Generated from configure.ac by autoheader. */ 3*c03f3e4cSzrj 4*c03f3e4cSzrj /* Define if building universal (internal helper macro) */ 5*c03f3e4cSzrj /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6*c03f3e4cSzrj 7*c03f3e4cSzrj /* Whether libbfd was configured for an ELF target. */ 8*c03f3e4cSzrj #define HAVE_BFD_ELF 1 9*c03f3e4cSzrj 10*c03f3e4cSzrj /* Define to 1 if you have the <byteswap.h> header file. */ 11*c03f3e4cSzrj /* #undef HAVE_BYTESWAP_H */ 12*c03f3e4cSzrj 13*c03f3e4cSzrj /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 14*c03f3e4cSzrj don't. */ 15*c03f3e4cSzrj #define HAVE_DECL_ASPRINTF 1 16*c03f3e4cSzrj 17*c03f3e4cSzrj /* Define to 1 if you have the <dlfcn.h> header file. */ 18*c03f3e4cSzrj #define HAVE_DLFCN_H 1 19*c03f3e4cSzrj 20*c03f3e4cSzrj /* Define to 1 if you have the <endian.h> header file. */ 21*c03f3e4cSzrj /* #undef HAVE_ENDIAN_H */ 22*c03f3e4cSzrj 23*c03f3e4cSzrj /* Define to 1 if you have the `getpagesize' function. */ 24*c03f3e4cSzrj #define HAVE_GETPAGESIZE 1 25*c03f3e4cSzrj 26*c03f3e4cSzrj /* Define to 1 if you have the <inttypes.h> header file. */ 27*c03f3e4cSzrj #define HAVE_INTTYPES_H 1 28*c03f3e4cSzrj 29*c03f3e4cSzrj /* Define to 1 if you have the <memory.h> header file. */ 30*c03f3e4cSzrj #define HAVE_MEMORY_H 1 31*c03f3e4cSzrj 32*c03f3e4cSzrj /* Define to 1 if you have a working `mmap' system call. */ 33*c03f3e4cSzrj #define HAVE_MMAP 1 34*c03f3e4cSzrj 35*c03f3e4cSzrj /* Whether the platform has a definition of O_CLOEXEC. */ 36*c03f3e4cSzrj #define HAVE_O_CLOEXEC 1 37*c03f3e4cSzrj 38*c03f3e4cSzrj /* Define to 1 if you have the `pread' function. */ 39*c03f3e4cSzrj #define HAVE_PREAD 1 40*c03f3e4cSzrj 41*c03f3e4cSzrj /* Define to 1 if you have the `qsort_r' function. */ 42*c03f3e4cSzrj #define HAVE_QSORT_R 1 43*c03f3e4cSzrj 44*c03f3e4cSzrj /* Whether a qsort_r exists with a void *arg as its last arg. */ 45*c03f3e4cSzrj /* #undef HAVE_QSORT_R_ARG_LAST */ 46*c03f3e4cSzrj 47*c03f3e4cSzrj /* Whether a qsort_r exists with the compar function as its last arg. */ 48*c03f3e4cSzrj #define HAVE_QSORT_R_COMPAR_LAST 1 49*c03f3e4cSzrj 50*c03f3e4cSzrj /* Define to 1 if you have the <stdint.h> header file. */ 51*c03f3e4cSzrj #define HAVE_STDINT_H 1 52*c03f3e4cSzrj 53*c03f3e4cSzrj /* Define to 1 if you have the <stdlib.h> header file. */ 54*c03f3e4cSzrj #define HAVE_STDLIB_H 1 55*c03f3e4cSzrj 56*c03f3e4cSzrj /* Define to 1 if you have the <strings.h> header file. */ 57*c03f3e4cSzrj #define HAVE_STRINGS_H 1 58*c03f3e4cSzrj 59*c03f3e4cSzrj /* Define to 1 if you have the <string.h> header file. */ 60*c03f3e4cSzrj #define HAVE_STRING_H 1 61*c03f3e4cSzrj 62*c03f3e4cSzrj /* Define to 1 if you have the <sys/param.h> header file. */ 63*c03f3e4cSzrj #define HAVE_SYS_PARAM_H 1 64*c03f3e4cSzrj 65*c03f3e4cSzrj /* Define to 1 if you have the <sys/stat.h> header file. */ 66*c03f3e4cSzrj #define HAVE_SYS_STAT_H 1 67*c03f3e4cSzrj 68*c03f3e4cSzrj /* Define to 1 if you have the <sys/types.h> header file. */ 69*c03f3e4cSzrj #define HAVE_SYS_TYPES_H 1 70*c03f3e4cSzrj 71*c03f3e4cSzrj /* Define to 1 if you have the <unistd.h> header file. */ 72*c03f3e4cSzrj #define HAVE_UNISTD_H 1 73*c03f3e4cSzrj 74*c03f3e4cSzrj /* Define to the sub-directory in which libtool stores uninstalled libraries. 75*c03f3e4cSzrj */ 76*c03f3e4cSzrj #define LT_OBJDIR ".libs/" 77*c03f3e4cSzrj 78*c03f3e4cSzrj /* Name of package */ 79*c03f3e4cSzrj #define PACKAGE "libctf-library" 80*c03f3e4cSzrj 81*c03f3e4cSzrj /* Define to the address where bug reports for this package should be sent. */ 82*c03f3e4cSzrj #define PACKAGE_BUGREPORT "" 83*c03f3e4cSzrj 84*c03f3e4cSzrj /* Define to the full name of this package. */ 85*c03f3e4cSzrj #define PACKAGE_NAME "libctf library" 86*c03f3e4cSzrj 87*c03f3e4cSzrj /* Define to the full name and version of this package. */ 88*c03f3e4cSzrj #define PACKAGE_STRING "libctf library 1.2.0-pre" 89*c03f3e4cSzrj 90*c03f3e4cSzrj /* Define to the one symbol short name of this package. */ 91*c03f3e4cSzrj #define PACKAGE_TARNAME "libctf-library" 92*c03f3e4cSzrj 93*c03f3e4cSzrj /* Define to the home page for this package. */ 94*c03f3e4cSzrj #define PACKAGE_URL "" 95*c03f3e4cSzrj 96*c03f3e4cSzrj /* Define to the version of this package. */ 97*c03f3e4cSzrj #define PACKAGE_VERSION "1.2.0-pre" 98*c03f3e4cSzrj 99*c03f3e4cSzrj /* Define to 1 if you have the ANSI C header files. */ 100*c03f3e4cSzrj #define STDC_HEADERS 1 101*c03f3e4cSzrj 102*c03f3e4cSzrj /* Enable extensions on AIX 3, Interix. */ 103*c03f3e4cSzrj #ifndef _ALL_SOURCE 104*c03f3e4cSzrj # define _ALL_SOURCE 1 105*c03f3e4cSzrj #endif 106*c03f3e4cSzrj /* Enable GNU extensions on systems that have them. */ 107*c03f3e4cSzrj #ifndef _GNU_SOURCE 108*c03f3e4cSzrj # define _GNU_SOURCE 1 109*c03f3e4cSzrj #endif 110*c03f3e4cSzrj /* Enable threading extensions on Solaris. */ 111*c03f3e4cSzrj #ifndef _POSIX_PTHREAD_SEMANTICS 112*c03f3e4cSzrj # define _POSIX_PTHREAD_SEMANTICS 1 113*c03f3e4cSzrj #endif 114*c03f3e4cSzrj /* Enable extensions on HP NonStop. */ 115*c03f3e4cSzrj #ifndef _TANDEM_SOURCE 116*c03f3e4cSzrj # define _TANDEM_SOURCE 1 117*c03f3e4cSzrj #endif 118*c03f3e4cSzrj /* Enable general extensions on Solaris. */ 119*c03f3e4cSzrj #ifndef __EXTENSIONS__ 120*c03f3e4cSzrj # define __EXTENSIONS__ 1 121*c03f3e4cSzrj #endif 122*c03f3e4cSzrj 123*c03f3e4cSzrj 124*c03f3e4cSzrj /* Version number of package */ 125*c03f3e4cSzrj #define VERSION "1.2.0-pre" 126*c03f3e4cSzrj 127*c03f3e4cSzrj /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 128*c03f3e4cSzrj significant byte first (like Motorola and SPARC, unlike Intel). */ 129*c03f3e4cSzrj #if defined AC_APPLE_UNIVERSAL_BUILD 130*c03f3e4cSzrj # if defined __BIG_ENDIAN__ 131*c03f3e4cSzrj # define WORDS_BIGENDIAN 1 132*c03f3e4cSzrj # endif 133*c03f3e4cSzrj #else 134*c03f3e4cSzrj # ifndef WORDS_BIGENDIAN 135*c03f3e4cSzrj /* # undef WORDS_BIGENDIAN */ 136*c03f3e4cSzrj # endif 137*c03f3e4cSzrj #endif 138*c03f3e4cSzrj 139*c03f3e4cSzrj /* Enable large inode numbers on Mac OS X 10.5. */ 140*c03f3e4cSzrj #ifndef _DARWIN_USE_64_BIT_INODE 141*c03f3e4cSzrj # define _DARWIN_USE_64_BIT_INODE 1 142*c03f3e4cSzrj #endif 143*c03f3e4cSzrj 144*c03f3e4cSzrj /* Number of bits in a file offset, on hosts where this is settable. */ 145*c03f3e4cSzrj /* #undef _FILE_OFFSET_BITS */ 146*c03f3e4cSzrj 147*c03f3e4cSzrj /* Define for large files, on AIX-style hosts. */ 148*c03f3e4cSzrj /* #undef _LARGE_FILES */ 149*c03f3e4cSzrj 150*c03f3e4cSzrj /* Define to 1 if on MINIX. */ 151*c03f3e4cSzrj /* #undef _MINIX */ 152*c03f3e4cSzrj 153*c03f3e4cSzrj /* Define to 2 if the system does not provide POSIX.1 features except with 154*c03f3e4cSzrj this defined. */ 155*c03f3e4cSzrj /* #undef _POSIX_1_SOURCE */ 156*c03f3e4cSzrj 157*c03f3e4cSzrj /* Define to 1 if you need to in order for `stat' and other things to work. */ 158*c03f3e4cSzrj /* #undef _POSIX_SOURCE */ 159