Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 1 | /* config.h. Generated from config.h.in by configure. */ |
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | |
Chih-Hung Hsieh | b67d33c | 2015-09-29 13:47:38 -0700 | [diff] [blame] | 4 | /* Building with -fsanitize=undefined or not */ |
| 5 | #define CHECK_UNDEFINED 0 |
| 6 | |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 7 | /* Should ar and ranlib use -D behavior by default? */ |
| 8 | #define DEFAULT_AR_DETERMINISTIC false |
| 9 | |
Matthias Maennich | bdb1bc8 | 2020-09-22 23:08:28 +0100 | [diff] [blame] | 10 | /* Build dummy libdebuginfod */ |
| 11 | /* #undef DUMMY_LIBDEBUGINFOD */ |
| 12 | |
Matthias Maennich | 53ff057 | 2020-07-12 15:14:06 +0200 | [diff] [blame] | 13 | /* Build debuginfod */ |
| 14 | /* #undef ENABLE_DEBUGINFOD */ |
| 15 | |
Matthias Maennich | bdb1bc8 | 2020-09-22 23:08:28 +0100 | [diff] [blame] | 16 | /* Enable libdebuginfod */ |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 17 | /* #undef ENABLE_LIBDEBUGINFOD */ |
| 18 | |
| 19 | /* Define to 1 if translation of program messages to the user's native |
| 20 | language is requested. */ |
| 21 | #define ENABLE_NLS 1 |
| 22 | |
| 23 | /* Define to 1 if you have the Mac OS X function |
| 24 | CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ |
| 25 | /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ |
| 26 | |
| 27 | /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in |
| 28 | the CoreFoundation framework. */ |
| 29 | /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ |
Matthias Maennich | bdb1bc8 | 2020-09-22 23:08:28 +0100 | [diff] [blame] | 30 | |
Matthias Maennich | 53ff057 | 2020-07-12 15:14:06 +0200 | [diff] [blame] | 31 | /* define if the compiler supports basic C++11 syntax */ |
| 32 | #define HAVE_CXX11 1 |
| 33 | |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 34 | /* Define if the GNU dcgettext() function is already present or preinstalled. |
| 35 | */ |
| 36 | #define HAVE_DCGETTEXT 1 |
| 37 | |
Haibo Huang | f571474 | 2018-07-02 16:38:42 -0700 | [diff] [blame] | 38 | /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you |
| 39 | don't. */ |
| 40 | #define HAVE_DECL_MEMPCPY 1 |
| 41 | |
| 42 | /* Define to 1 if you have the declaration of `memrchr', and to 0 if you |
| 43 | don't. */ |
| 44 | #define HAVE_DECL_MEMRCHR 1 |
| 45 | |
| 46 | /* Define to 1 if you have the declaration of `powerof2', and to 0 if you |
| 47 | don't. */ |
| 48 | #define HAVE_DECL_POWEROF2 1 |
| 49 | |
| 50 | /* Define to 1 if you have the declaration of `rawmemchr', and to 0 if you |
| 51 | don't. */ |
| 52 | #define HAVE_DECL_RAWMEMCHR 1 |
| 53 | |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 54 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you |
| 55 | don't. */ |
| 56 | #define HAVE_DECL_STRERROR_R 1 |
| 57 | |
Haibo Huang | f571474 | 2018-07-02 16:38:42 -0700 | [diff] [blame] | 58 | /* Defined if __attribute__((fallthrough)) is supported */ |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 59 | #define HAVE_FALLTHROUGH 1 |
Haibo Huang | f571474 | 2018-07-02 16:38:42 -0700 | [diff] [blame] | 60 | |
| 61 | /* Defined if __attribute__((gcc_struct)) is supported */ |
| 62 | /* #undef HAVE_GCC_STRUCT */ |
| 63 | |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 64 | /* Define if the GNU gettext() function is already present or preinstalled. */ |
| 65 | #define HAVE_GETTEXT 1 |
| 66 | |
| 67 | /* Define if you have the iconv() function and it works. */ |
| 68 | /* #undef HAVE_ICONV */ |
| 69 | |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 70 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 71 | #define HAVE_INTTYPES_H 1 |
| 72 | |
| 73 | /* Define to 1 if you have the <memory.h> header file. */ |
| 74 | #define HAVE_MEMORY_H 1 |
| 75 | |
Haibo Huang | f571474 | 2018-07-02 16:38:42 -0700 | [diff] [blame] | 76 | /* Define to 1 if you have the `process_vm_readv' function. */ |
| 77 | #define HAVE_PROCESS_VM_READV 1 |
| 78 | |
Matthias Maennich | 53ff057 | 2020-07-12 15:14:06 +0200 | [diff] [blame] | 79 | /* Define to 1 if `stdatomic.h` is provided by the system, 0 otherwise. */ |
| 80 | #define HAVE_STDATOMIC_H 1 |
| 81 | |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 82 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 83 | #define HAVE_STDINT_H 1 |
| 84 | |
| 85 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 86 | #define HAVE_STDLIB_H 1 |
| 87 | |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 88 | /* Define to 1 if you have the `strerror_r' function. */ |
| 89 | #define HAVE_STRERROR_R 1 |
| 90 | |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 91 | /* Define to 1 if you have the <strings.h> header file. */ |
| 92 | #define HAVE_STRINGS_H 1 |
| 93 | |
| 94 | /* Define to 1 if you have the <string.h> header file. */ |
| 95 | #define HAVE_STRING_H 1 |
| 96 | |
| 97 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 98 | #define HAVE_SYS_STAT_H 1 |
| 99 | |
| 100 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 101 | #define HAVE_SYS_TYPES_H 1 |
| 102 | |
| 103 | /* Define to 1 if <sys/user.h> defines struct user_regs_struct */ |
| 104 | #define HAVE_SYS_USER_REGS 1 |
| 105 | |
| 106 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 107 | #define HAVE_UNISTD_H 1 |
| 108 | |
Haibo Huang | f571474 | 2018-07-02 16:38:42 -0700 | [diff] [blame] | 109 | /* Defined if __attribute__((visibility())) is supported */ |
| 110 | #define HAVE_VISIBILITY 1 |
| 111 | |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 112 | /* Name of package */ |
| 113 | #define PACKAGE "elfutils" |
| 114 | |
| 115 | /* Define to the address where bug reports for this package should be sent. */ |
Haibo Huang | f571474 | 2018-07-02 16:38:42 -0700 | [diff] [blame] | 116 | #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla" |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 117 | |
| 118 | /* Define to the full name of this package. */ |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 119 | #define PACKAGE_NAME "elfutils" |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 120 | |
| 121 | /* Define to the full name and version of this package. */ |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 122 | #define PACKAGE_STRING "elfutils 0.183" |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 123 | |
| 124 | /* Define to the one symbol short name of this package. */ |
| 125 | #define PACKAGE_TARNAME "elfutils" |
| 126 | |
| 127 | /* Define to the home page for this package. */ |
Haibo Huang | f571474 | 2018-07-02 16:38:42 -0700 | [diff] [blame] | 128 | #define PACKAGE_URL "http://elfutils.org/" |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 129 | |
| 130 | /* Define to the version of this package. */ |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 131 | #define PACKAGE_VERSION "0.183" |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 132 | |
| 133 | /* The size of `long', as computed by sizeof. */ |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 134 | #define SIZEOF_LONG 8 |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 135 | |
| 136 | /* Define to 1 if you have the ANSI C header files. */ |
| 137 | #define STDC_HEADERS 1 |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 138 | |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 139 | /* Define to 1 if strerror_r returns char *. */ |
| 140 | #define STRERROR_R_CHAR_P 1 |
| 141 | |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 142 | /* Support bzip2 decompression via -lbz2. */ |
| 143 | /* #undef USE_BZLIB */ |
| 144 | |
| 145 | /* Defined if demangling is enabled */ |
| 146 | #define USE_DEMANGLE 1 |
| 147 | |
| 148 | /* Defined if libraries should be thread-safe. */ |
| 149 | /* #undef USE_LOCKS */ |
| 150 | |
| 151 | /* Support LZMA (xz) decompression via -llzma. */ |
| 152 | /* #undef USE_LZMA */ |
| 153 | |
| 154 | /* Support gzip decompression via -lz. */ |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 155 | #define USE_ZLIB 1 |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 156 | |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 157 | /* Support ZSTD (zst) decompression via -lzstd. */ |
| 158 | /* #undef USE_ZSTD */ |
| 159 | |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 160 | /* Version number of package */ |
Matthias Maennich | fde31c0 | 2021-02-16 21:02:29 +0000 | [diff] [blame] | 161 | #define VERSION "0.183" |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 162 | |
| 163 | /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
| 164 | `char[]'. */ |
| 165 | #define YYTEXT_POINTER 1 |
| 166 | |
Elliott Hughes | 0333382 | 2015-02-18 22:19:45 -0800 | [diff] [blame] | 167 | /* Enable large inode numbers on Mac OS X 10.5. */ |
| 168 | #ifndef _DARWIN_USE_64_BIT_INODE |
| 169 | # define _DARWIN_USE_64_BIT_INODE 1 |
| 170 | #endif |
| 171 | |
Ben Cheng | 65b3819 | 2013-11-20 15:54:16 -0800 | [diff] [blame] | 172 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 173 | /* #undef _FILE_OFFSET_BITS */ |
| 174 | |
| 175 | /* Define for large files, on AIX-style hosts. */ |
| 176 | /* #undef _LARGE_FILES */ |
| 177 | |
| 178 | #include <eu-config.h> |