• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 /* Define to 1 if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9 
10 /* Define to 1 if you have the <memory.h> header file. */
11 #define HAVE_MEMORY_H 1
12 
13 /* Define to 1 if you have the <stdint.h> header file. */
14 #define HAVE_STDINT_H 1
15 
16 /* Define to 1 if you have the <stdlib.h> header file. */
17 #define HAVE_STDLIB_H 1
18 
19 /* Define to 1 if you have the <strings.h> header file. */
20 #define HAVE_STRINGS_H 1
21 
22 /* Define to 1 if you have the <string.h> header file. */
23 #define HAVE_STRING_H 1
24 
25 /* Define to 1 if you have the <sys/stat.h> header file. */
26 #define HAVE_SYS_STAT_H 1
27 
28 /* Define to 1 if you have the <sys/types.h> header file. */
29 #define HAVE_SYS_TYPES_H 1
30 
31 /* Define to 1 if <sys/user.h> defines struct user_regs_struct */
32 #define HAVE_SYS_USER_REGS 1
33 
34 /* Define to 1 if you have the <unistd.h> header file. */
35 #define HAVE_UNISTD_H 1
36 
37 /* $libdir subdirectory containing libebl modules. */
38 #define LIBEBL_SUBDIR "elfutils"
39 
40 /* Identifier for modules in the build. */
41 #define MODVERSION "Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800"
42 
43 /* Define to 32 or 64 if a specific implementation is wanted. */
44 /* #undef NATIVE_ELF */
45 
46 /* Name of package */
47 #define PACKAGE "elfutils"
48 
49 /* Define to the address where bug reports for this package should be sent. */
50 #define PACKAGE_BUGREPORT "https://bugzilla.redhat.com/"
51 
52 /* Define to the full name of this package. */
53 #define PACKAGE_NAME "elfutils"
54 
55 /* Define to the full name and version of this package. */
56 #define PACKAGE_STRING "elfutils 0.161"
57 
58 /* Define to the one symbol short name of this package. */
59 #define PACKAGE_TARNAME "elfutils"
60 
61 /* Define to the home page for this package. */
62 #define PACKAGE_URL ""
63 
64 /* Define to the version of this package. */
65 #define PACKAGE_VERSION "0.161"
66 
67 /* The size of `long', as computed by sizeof. */
68 #if __LP64__
69 #define SIZEOF_LONG 8
70 #else
71 #define SIZEOF_LONG 4
72 #endif
73 
74 /* Define to 1 if you have the ANSI C header files. */
75 #define STDC_HEADERS 1
76 
77 /* Support bzip2 decompression via -lbz2. */
78 /* #undef USE_BZLIB */
79 
80 /* Defined if demangling is enabled */
81 #define USE_DEMANGLE 1
82 
83 /* Defined if libraries should be thread-safe. */
84 /* #undef USE_LOCKS */
85 
86 /* Support LZMA (xz) decompression via -llzma. */
87 /* #undef USE_LZMA */
88 
89 /* Support gzip decompression via -lz. */
90 #define USE_ZLIB 1
91 
92 /* Version number of package */
93 #define VERSION "0.161"
94 
95 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
96    `char[]'. */
97 #define YYTEXT_POINTER 1
98 
99 /* Enable large inode numbers on Mac OS X 10.5.  */
100 #ifndef _DARWIN_USE_64_BIT_INODE
101 # define _DARWIN_USE_64_BIT_INODE 1
102 #endif
103 
104 /* Number of bits in a file offset, on hosts where this is settable. */
105 /* #undef _FILE_OFFSET_BITS */
106 
107 /* Define for large files, on AIX-style hosts. */
108 /* #undef _LARGE_FILES */
109 
110 #include <eu-config.h>
111