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