blob: cd510c9544b9e5ac7a306e1012041d814774c796 [file] [log] [blame]
Ben Chengcc6695e2012-03-07 23:04:02 -08001/* config.h. Generated from config.h.in by configure. */
The Android Open Source Project441f72d2009-03-03 19:29:28 -08002/* config.h.in. Generated from configure.ac by autoheader. */
3
Ben Chengcc6695e2012-03-07 23:04:02 -08004/* $libdir subdirectory containing libebl modules. */
5#define LIBEBL_SUBDIR "elfutils"
The Android Open Source Project441f72d2009-03-03 19:29:28 -08006
7/* Directory to place translation files in. */
Ben Chengcc6695e2012-03-07 23:04:02 -08008#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"
The Android Open Source Project441f72d2009-03-03 19:29:28 -080012
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. */
Ben Chengcc6695e2012-03-07 23:04:02 -080026#define PACKAGE_STRING "Red Hat elfutils 0.138"
The Android Open Source Project441f72d2009-03-03 19:29:28 -080027
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. */
Ben Chengcc6695e2012-03-07 23:04:02 -080032#define PACKAGE_VERSION "0.138"
The Android Open Source Project441f72d2009-03-03 19:29:28 -080033
34/* Defined if thread local storage should be used. */
35/* #undef USE_TLS */
36
37/* Version number of package */
Ben Chengcc6695e2012-03-07 23:04:02 -080038#define VERSION "0.138"
The Android Open Source Project441f72d2009-03-03 19:29:28 -080039
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. */
Ben Chengcc6695e2012-03-07 23:04:02 -080045/* #undef _FILE_OFFSET_BITS */
The Android Open Source Project441f72d2009-03-03 19:29:28 -080046
47/* Define for large files, on AIX-style hosts. */
48/* #undef _LARGE_FILES */
49
Ben Chengcc6695e2012-03-07 23:04:02 -080050#include <eu-config.h>