1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Should ar and ranlib use -D behavior by default? */ 5 #define DEFAULT_AR_DETERMINISTIC false 6 7 /* $libdir subdirectory containing libebl modules. */ 8 #define LIBEBL_SUBDIR "elfutils" 9 10 /* Identifier for modules in the build. */ 11 #define MODVERSION "Build on bccheng.mtv.corp.google.com 2013-11-20T14:06:10-0800" 12 13 /* Define to 32 or 64 if a specific implementation is wanted. */ 14 /* #undef NATIVE_ELF */ 15 16 /* Name of package */ 17 #define PACKAGE "elfutils" 18 19 /* Define to the address where bug reports for this package should be sent. */ 20 #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/" 21 22 /* Define to the full name of this package. */ 23 #define PACKAGE_NAME "Red Hat elfutils" 24 25 /* Define to the full name and version of this package. */ 26 #define PACKAGE_STRING "Red Hat elfutils 0.153" 27 28 /* Define to the one symbol short name of this package. */ 29 #define PACKAGE_TARNAME "elfutils" 30 31 /* Define to the home page for this package. */ 32 #define PACKAGE_URL "" 33 34 /* Define to the version of this package. */ 35 #define PACKAGE_VERSION "0.153" 36 37 /* Support bzip2 decompression via -lbz2. */ 38 /* #undef USE_BZLIB */ 39 40 /* Defined if demangling is enabled */ 41 #define USE_DEMANGLE 1 42 43 /* Defined if libraries should be thread-safe. */ 44 /* #undef USE_LOCKS */ 45 46 /* Support LZMA (xz) decompression via -llzma. */ 47 /* #undef USE_LZMA */ 48 49 /* Support gzip decompression via -lz. */ 50 /* #undef USE_ZLIB */ 51 52 /* Version number of package */ 53 #define VERSION "0.153" 54 55 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 56 `char[]'. */ 57 #define YYTEXT_POINTER 1 58 59 /* Number of bits in a file offset, on hosts where this is settable. */ 60 /* #undef _FILE_OFFSET_BITS */ 61 62 /* Define for large files, on AIX-style hosts. */ 63 /* #undef _LARGE_FILES */ 64 65 #include <eu-config.h> 66