1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* $libdir subdirectory containing libebl modules. */
5#define LIBEBL_SUBDIR "elfutils"
6
7/* Directory to place translation files in. */
8#define LOCALEDIR "${datarootdir}"
9
10/* Identifier for modules in the build. */
11#define MODVERSION "Build on bencheng.mtv.corp.google.com 2012-02-28T15:09:22-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.138"
27
28/* Define to the one symbol short name of this package. */
29#define PACKAGE_TARNAME "elfutils"
30
31/* Define to the version of this package. */
32#define PACKAGE_VERSION "0.138"
33
34/* Defined if thread local storage should be used. */
35/* #undef USE_TLS */
36
37/* Version number of package */
38#define VERSION "0.138"
39
40/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
41   `char[]'. */
42#define YYTEXT_POINTER 1
43
44/* Number of bits in a file offset, on hosts where this is settable. */
45/* #undef _FILE_OFFSET_BITS */
46
47/* Define for large files, on AIX-style hosts. */
48/* #undef _LARGE_FILES */
49
50#include <eu-config.h>
51