add some utils
[libelf-compat.git] / config.h.in
bloba63f1ae30e47a07579903b68d62e01dc27c934ec
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* $libdir subdirectory containing libebl modules. */
4 #undef LIBEBL_SUBDIR
6 /* Identifier for modules in the build. */
7 #undef MODVERSION
9 /* Define to 32 or 64 if a specific implementation is wanted. */
10 #undef NATIVE_ELF
12 /* Name of package */
13 #undef PACKAGE
15 /* Define to the address where bug reports for this package should be sent. */
16 #undef PACKAGE_BUGREPORT
18 /* Define to the full name of this package. */
19 #undef PACKAGE_NAME
21 /* Define to the full name and version of this package. */
22 #undef PACKAGE_STRING
24 /* Define to the one symbol short name of this package. */
25 #undef PACKAGE_TARNAME
27 /* Define to the home page for this package. */
28 #undef PACKAGE_URL
30 /* Define to the version of this package. */
31 #undef PACKAGE_VERSION
33 /* Support bzip2 decompression via -lbz2. */
34 #undef USE_BZLIB
36 /* Defined if libraries should be thread-safe. */
37 #undef USE_LOCKS
39 /* Support LZMA (xz) decompression via -llzma. */
40 #undef USE_LZMA
42 /* Support gzip decompression via -lz. */
43 #undef USE_ZLIB
45 /* Version number of package */
46 #undef VERSION
48 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
49 `char[]'. */
50 #undef YYTEXT_POINTER
52 /* Number of bits in a file offset, on hosts where this is settable. */
53 #undef _FILE_OFFSET_BITS
55 /* Define for large files, on AIX-style hosts. */
56 #undef _LARGE_FILES
58 #include <eu-config.h>