Mac: System fonts should not be requested by name on OS X 10.11
[chromium-blink-merge.git] / third_party / elfutils / config.h
blob62b89a85ca775d654555fe30d2d50b665f1439e9
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Should ar and ranlib use -D behavior by default? */
5 #define DEFAULT_AR_DETERMINISTIC false
7 /* Defined if libdw should support GNU ref_alt FORM, dwz multi files. */
8 /* #undef ENABLE_DWZ */
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
13 /* Define to 1 if you have the <memory.h> header file. */
14 #define HAVE_MEMORY_H 1
16 /* Define to 1 if you have the <stdint.h> header file. */
17 #define HAVE_STDINT_H 1
19 /* Define to 1 if you have the <stdlib.h> header file. */
20 #define HAVE_STDLIB_H 1
22 /* Define to 1 if you have the <strings.h> header file. */
23 #define HAVE_STRINGS_H 1
25 /* Define to 1 if you have the <string.h> header file. */
26 #define HAVE_STRING_H 1
28 /* Define to 1 if you have the <sys/stat.h> header file. */
29 #define HAVE_SYS_STAT_H 1
31 /* Define to 1 if you have the <sys/types.h> header file. */
32 #define HAVE_SYS_TYPES_H 1
34 /* Define to 1 if you have the <unistd.h> header file. */
35 #define HAVE_UNISTD_H 1
37 /* $libdir subdirectory containing libebl modules. */
38 #define LIBEBL_SUBDIR "elfutils"
40 /* Identifier for modules in the build. */
41 #define MODVERSION "Unused"
43 /* Define to 32 or 64 if a specific implementation is wanted. */
44 /* #undef NATIVE_ELF */
46 /* Name of package */
47 #define PACKAGE "elfutils"
49 /* Define to the address where bug reports for this package should be sent. */
50 #define PACKAGE_BUGREPORT "https://bugzilla.redhat.com/"
52 /* Define to the full name of this package. */
53 #define PACKAGE_NAME "elfutils"
55 /* Define to the full name and version of this package. */
56 #define PACKAGE_STRING "elfutils 0.158"
58 /* Define to the one symbol short name of this package. */
59 #define PACKAGE_TARNAME "elfutils"
61 /* Define to the home page for this package. */
62 #define PACKAGE_URL ""
64 /* Define to the version of this package. */
65 #define PACKAGE_VERSION "0.158"
67 /* The size of `long', as computed by sizeof. */
68 #define SIZEOF_LONG 8
70 /* Define to 1 if you have the ANSI C header files. */
71 #define STDC_HEADERS 1
73 /* Support bzip2 decompression via -lbz2. */
74 #define USE_BZLIB 1
76 /* Defined if demangling is enabled */
77 #define USE_DEMANGLE 1
79 /* Defined if libraries should be thread-safe. */
80 /* #undef USE_LOCKS */
82 /* Support LZMA (xz) decompression via -llzma. */
83 /* #undef USE_LZMA */
85 /* Support gzip decompression via -lz. */
86 #define USE_ZLIB 1
88 /* Version number of package */
89 #define VERSION "0.158"
91 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
92 `char[]'. */
93 #define YYTEXT_POINTER 1
95 /* Enable large inode numbers on Mac OS X 10.5. */
96 #ifndef _DARWIN_USE_64_BIT_INODE
97 # define _DARWIN_USE_64_BIT_INODE 1
98 #endif
100 /* Number of bits in a file offset, on hosts where this is settable. */
101 /* #undef _FILE_OFFSET_BITS */
103 /* Define for large files, on AIX-style hosts. */
104 /* #undef _LARGE_FILES */
106 #include <eu-config.h>