Home | History | Annotate | Download | only in elfutils
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Building with -fsanitize=undefined or not */
      5 #define CHECK_UNDEFINED 0
      6 
      7 /* Should ar and ranlib use -D behavior by default? */
      8 #define DEFAULT_AR_DETERMINISTIC false
      9 
     10 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
     11    don't. */
     12 #define HAVE_DECL_MEMPCPY 1
     13 
     14 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
     15    don't. */
     16 #define HAVE_DECL_MEMRCHR 1
     17 
     18 /* Define to 1 if you have the declaration of `powerof2', and to 0 if you
     19    don't. */
     20 #define HAVE_DECL_POWEROF2 1
     21 
     22 /* Define to 1 if you have the declaration of `rawmemchr', and to 0 if you
     23    don't. */
     24 #define HAVE_DECL_RAWMEMCHR 1
     25 
     26 /* Defined if __attribute__((fallthrough)) is supported */
     27 /* #undef HAVE_FALLTHROUGH  */
     28 
     29 /* Defined if __attribute__((gcc_struct)) is supported */
     30 /* #undef HAVE_GCC_STRUCT */
     31 
     32 /* Define to 1 if you have the <inttypes.h> header file. */
     33 #define HAVE_INTTYPES_H 1
     34 
     35 /* Define to 1 if you have the <memory.h> header file. */
     36 #define HAVE_MEMORY_H 1
     37 
     38 /* Define to 1 if you have the `process_vm_readv' function. */
     39 #define HAVE_PROCESS_VM_READV 1
     40 
     41 /* Define to 1 if you have the <stdint.h> header file. */
     42 #define HAVE_STDINT_H 1
     43 
     44 /* Define to 1 if you have the <stdlib.h> header file. */
     45 #define HAVE_STDLIB_H 1
     46 
     47 /* Define to 1 if you have the <strings.h> header file. */
     48 #define HAVE_STRINGS_H 1
     49 
     50 /* Define to 1 if you have the <string.h> header file. */
     51 #define HAVE_STRING_H 1
     52 
     53 /* Define to 1 if you have the <sys/stat.h> header file. */
     54 #define HAVE_SYS_STAT_H 1
     55 
     56 /* Define to 1 if you have the <sys/types.h> header file. */
     57 #define HAVE_SYS_TYPES_H 1
     58 
     59 /* Define to 1 if <sys/user.h> defines struct user_regs_struct */
     60 #define HAVE_SYS_USER_REGS 1
     61 
     62 /* Define to 1 if you have the <unistd.h> header file. */
     63 #define HAVE_UNISTD_H 1
     64 
     65 /* Defined if __attribute__((visibility())) is supported */
     66 #define HAVE_VISIBILITY 1
     67 
     68 /* $libdir subdirectory containing libebl modules. */
     69 #define LIBEBL_SUBDIR "elfutils"
     70 
     71 /* Identifier for modules in the build. */
     72 #define MODVERSION "Build for elfutils 173 x86_64-pc-linux-gnu"
     73 
     74 /* Name of package */
     75 #define PACKAGE "elfutils"
     76 
     77 /* Define to the address where bug reports for this package should be sent. */
     78 #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla"
     79 
     80 /* Define to the full name of this package. */
     81 #define PACKAGE_NAME "elfutils"
     82 
     83 /* Define to the full name and version of this package. */
     84 #define PACKAGE_STRING "elfutils 0.173"
     85 
     86 /* Define to the one symbol short name of this package. */
     87 #define PACKAGE_TARNAME "elfutils"
     88 
     89 /* Define to the home page for this package. */
     90 #define PACKAGE_URL "http://elfutils.org/"
     91 
     92 /* Define to the version of this package. */
     93 #define PACKAGE_VERSION "0.173"
     94 
     95 /* The size of `long', as computed by sizeof. */
     96 #if __LP64__
     97 #define SIZEOF_LONG 8
     98 #else
     99 #define SIZEOF_LONG 4
    100 #endif
    101 
    102 /* Define to 1 if you have the ANSI C header files. */
    103 #define STDC_HEADERS 1
    104 
    105 /* Support bzip2 decompression via -lbz2. */
    106 /* #undef USE_BZLIB */
    107 
    108 /* Defined if demangling is enabled */
    109 #define USE_DEMANGLE 1
    110 
    111 /* Defined if libraries should be thread-safe. */
    112 /* #undef USE_LOCKS */
    113 
    114 /* Support LZMA (xz) decompression via -llzma. */
    115 /* #undef USE_LZMA */
    116 
    117 /* Support gzip decompression via -lz. */
    118 #define USE_ZLIB 1
    119 
    120 /* Version number of package */
    121 #define VERSION "0.173"
    122 
    123 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    124    `char[]'. */
    125 #define YYTEXT_POINTER 1
    126 
    127 /* Enable large inode numbers on Mac OS X 10.5.  */
    128 #ifndef _DARWIN_USE_64_BIT_INODE
    129 # define _DARWIN_USE_64_BIT_INODE 1
    130 #endif
    131 
    132 /* Number of bits in a file offset, on hosts where this is settable. */
    133 /* #undef _FILE_OFFSET_BITS */
    134 
    135 /* Define for large files, on AIX-style hosts. */
    136 /* #undef _LARGE_FILES */
    137 
    138 #include <eu-config.h>
    139