1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Should ar and ranlib use -D behavior by default? */
4#undef DEFAULT_AR_DETERMINISTIC
5
6/* $libdir subdirectory containing libebl modules. */
7#undef LIBEBL_SUBDIR
8
9/* Identifier for modules in the build. */
10#undef MODVERSION
11
12/* Define to 32 or 64 if a specific implementation is wanted. */
13#undef NATIVE_ELF
14
15/* Name of package */
16#undef PACKAGE
17
18/* Define to the address where bug reports for this package should be sent. */
19#undef PACKAGE_BUGREPORT
20
21/* Define to the full name of this package. */
22#undef PACKAGE_NAME
23
24/* Define to the full name and version of this package. */
25#undef PACKAGE_STRING
26
27/* Define to the one symbol short name of this package. */
28#undef PACKAGE_TARNAME
29
30/* Define to the home page for this package. */
31#undef PACKAGE_URL
32
33/* Define to the version of this package. */
34#undef PACKAGE_VERSION
35
36/* Support bzip2 decompression via -lbz2. */
37#undef USE_BZLIB
38
39/* Defined if demangling is enabled */
40#undef USE_DEMANGLE
41
42/* Defined if libraries should be thread-safe. */
43#undef USE_LOCKS
44
45/* Support LZMA (xz) decompression via -llzma. */
46#undef USE_LZMA
47
48/* Support gzip decompression via -lz. */
49#undef USE_ZLIB
50
51/* Version number of package */
52#undef VERSION
53
54/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
55   `char[]'. */
56#undef YYTEXT_POINTER
57
58/* Number of bits in a file offset, on hosts where this is settable. */
59#undef _FILE_OFFSET_BITS
60
61/* Define for large files, on AIX-style hosts. */
62#undef _LARGE_FILES
63
64#include <eu-config.h>
65