blob: 5642f46da385e514ab33423347bcb43991f6c53d [file] [log] [blame]
Ben Cheng65b38192013-11-20 15:54:16 -08001/* 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
Elliott Hughes03333822015-02-18 22:19:45 -08007/* 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
Ben Cheng65b38192013-11-20 15:54:16 -080037/* $libdir subdirectory containing libebl modules. */
38#define LIBEBL_SUBDIR "elfutils"
39
40/* Identifier for modules in the build. */
Elliott Hughes03333822015-02-18 22:19:45 -080041#define MODVERSION "Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800"
Ben Cheng65b38192013-11-20 15:54:16 -080042
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. */
Elliott Hughes03333822015-02-18 22:19:45 -080050#define PACKAGE_BUGREPORT "https://bugzilla.redhat.com/"
Ben Cheng65b38192013-11-20 15:54:16 -080051
52/* Define to the full name of this package. */
Elliott Hughes03333822015-02-18 22:19:45 -080053#define PACKAGE_NAME "elfutils"
Ben Cheng65b38192013-11-20 15:54:16 -080054
55/* Define to the full name and version of this package. */
Elliott Hughes03333822015-02-18 22:19:45 -080056#define PACKAGE_STRING "elfutils 0.161"
Ben Cheng65b38192013-11-20 15:54:16 -080057
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. */
Elliott Hughes03333822015-02-18 22:19:45 -080065#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
Ben Cheng65b38192013-11-20 15:54:16 -080076
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. */
Elliott Hughes03333822015-02-18 22:19:45 -080090#define USE_ZLIB 1
Ben Cheng65b38192013-11-20 15:54:16 -080091
92/* Version number of package */
Elliott Hughes03333822015-02-18 22:19:45 -080093#define VERSION "0.161"
Ben Cheng65b38192013-11-20 15:54:16 -080094
95/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
96 `char[]'. */
97#define YYTEXT_POINTER 1
98
Elliott Hughes03333822015-02-18 22:19:45 -080099/* 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
Ben Cheng65b38192013-11-20 15:54:16 -0800104/* 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>