blob: 8ceb0f98c8716c8d2e4f5b67795ef0f644b1fa0d [file] [log] [blame]
Ben Cheng25b3c042013-11-20 14:45:36 -08001/* 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
Elliott Hughes03333822015-02-18 22:19:45 -08006/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define to 1 if you have the <memory.h> header file. */
10#undef HAVE_MEMORY_H
11
12/* Define to 1 if you have the <stdint.h> header file. */
13#undef HAVE_STDINT_H
14
15/* Define to 1 if you have the <stdlib.h> header file. */
16#undef HAVE_STDLIB_H
17
18/* Define to 1 if you have the <strings.h> header file. */
19#undef HAVE_STRINGS_H
20
21/* Define to 1 if you have the <string.h> header file. */
22#undef HAVE_STRING_H
23
24/* Define to 1 if you have the <sys/stat.h> header file. */
25#undef HAVE_SYS_STAT_H
26
27/* Define to 1 if you have the <sys/types.h> header file. */
28#undef HAVE_SYS_TYPES_H
29
30/* Define to 1 if <sys/user.h> defines struct user_regs_struct */
31#undef HAVE_SYS_USER_REGS
32
33/* Define to 1 if you have the <unistd.h> header file. */
34#undef HAVE_UNISTD_H
35
Ben Cheng25b3c042013-11-20 14:45:36 -080036/* $libdir subdirectory containing libebl modules. */
37#undef LIBEBL_SUBDIR
38
39/* Identifier for modules in the build. */
40#undef MODVERSION
41
42/* Define to 32 or 64 if a specific implementation is wanted. */
43#undef NATIVE_ELF
44
45/* Name of package */
46#undef PACKAGE
47
48/* Define to the address where bug reports for this package should be sent. */
49#undef PACKAGE_BUGREPORT
50
51/* Define to the full name of this package. */
52#undef PACKAGE_NAME
53
54/* Define to the full name and version of this package. */
55#undef PACKAGE_STRING
56
57/* Define to the one symbol short name of this package. */
58#undef PACKAGE_TARNAME
59
60/* Define to the home page for this package. */
61#undef PACKAGE_URL
62
63/* Define to the version of this package. */
64#undef PACKAGE_VERSION
65
Elliott Hughes03333822015-02-18 22:19:45 -080066/* The size of `long', as computed by sizeof. */
67#undef SIZEOF_LONG
68
69/* Define to 1 if you have the ANSI C header files. */
70#undef STDC_HEADERS
71
Ben Cheng25b3c042013-11-20 14:45:36 -080072/* Support bzip2 decompression via -lbz2. */
73#undef USE_BZLIB
74
75/* Defined if demangling is enabled */
76#undef USE_DEMANGLE
77
78/* Defined if libraries should be thread-safe. */
79#undef USE_LOCKS
80
81/* Support LZMA (xz) decompression via -llzma. */
82#undef USE_LZMA
83
84/* Support gzip decompression via -lz. */
85#undef USE_ZLIB
86
87/* Version number of package */
88#undef VERSION
89
90/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
91 `char[]'. */
92#undef YYTEXT_POINTER
93
Elliott Hughes03333822015-02-18 22:19:45 -080094/* Enable large inode numbers on Mac OS X 10.5. */
95#ifndef _DARWIN_USE_64_BIT_INODE
96# define _DARWIN_USE_64_BIT_INODE 1
97#endif
98
Ben Cheng25b3c042013-11-20 14:45:36 -080099/* Number of bits in a file offset, on hosts where this is settable. */
100#undef _FILE_OFFSET_BITS
101
102/* Define for large files, on AIX-style hosts. */
103#undef _LARGE_FILES
104
105#include <eu-config.h>