blob: 4dfde5123de25dd82203ffcaa7313f2dbf2385c3 [file] [log] [blame]
Mike Dodd8cfa7022010-11-17 11:12:26 -08001/* config.h.in. Generated from configure.in by autoheader. */
2
3/* whether popt prototype takes a const char ** */
4#undef CONST_POPT
5
6/* Defined if you have the version of bfd_openr_iovec with 7 parameters */
7#undef HAVE_BFD_OPENR_IOVEC_WITH_7PARMS
8
9/* Define to 1 if you have the declaration of `basename', and to 0 if you
10 don't. */
11#undef HAVE_DECL_BASENAME
12
13/* Define to 1 if you have the <dlfcn.h> header file. */
14#undef HAVE_DLFCN_H
15
16/* Define to 1 if you have the <inttypes.h> header file. */
17#undef HAVE_INTTYPES_H
18
19/* Define to 1 if you have the `iberty' library (-liberty). */
20#undef HAVE_LIBIBERTY
21
22/* Define to 1 if you have the <libiberty.h> header file. */
23#undef HAVE_LIBIBERTY_H
24
25/* Define to 1 if you have the `popt' library (-lpopt). */
26#undef HAVE_LIBPOPT
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the `perfmonctl' function. */
32#undef HAVE_PERFMONCTL
33
34/* Define to 1 if you have the `sched_setaffinity' function. */
35#undef HAVE_SCHED_SETAFFINITY
36
37/* Define to 1 if you have the <stdint.h> header file. */
38#undef HAVE_STDINT_H
39
40/* Define to 1 if you have the <stdlib.h> header file. */
41#undef HAVE_STDLIB_H
42
43/* Define to 1 if you have the <strings.h> header file. */
44#undef HAVE_STRINGS_H
45
46/* Define to 1 if you have the <string.h> header file. */
47#undef HAVE_STRING_H
48
49/* Define to 1 if you have the <sys/stat.h> header file. */
50#undef HAVE_SYS_STAT_H
51
52/* Define to 1 if you have the <sys/types.h> header file. */
53#undef HAVE_SYS_TYPES_H
54
55/* Define to 1 if you have the <unistd.h> header file. */
56#undef HAVE_UNISTD_H
57
58/* Define to 1 if you have the `xcalloc' function. */
59#undef HAVE_XCALLOC
60
61/* Define to 1 if you have the `xmemdup' function. */
62#undef HAVE_XMEMDUP
63
64/* whether malloc attribute is understood */
65#undef MALLOC_ATTRIBUTE_OK
66
67/* package binary directory */
68#undef OP_BINDIR
69
70/* package data directory */
71#undef OP_DATADIR
72
73/* Name of package */
74#undef PACKAGE
75
76/* Define to the address where bug reports for this package should be sent. */
77#undef PACKAGE_BUGREPORT
78
79/* Define to the full name of this package. */
80#undef PACKAGE_NAME
81
82/* Define to the full name and version of this package. */
83#undef PACKAGE_STRING
84
85/* Define to the one symbol short name of this package. */
86#undef PACKAGE_TARNAME
87
88/* Define to the version of this package. */
89#undef PACKAGE_VERSION
90
91/* Define to 1 if you have the ANSI C header files. */
92#undef STDC_HEADERS
93
94/* Synthesize special symbols when needed */
95#undef SYNTHESIZE_SYMBOLS
96
97/* whether bfd.h defines bool values */
98#undef TRUE_FALSE_ALREADY_DEFINED
99
100/* Version number of package */
101#undef VERSION
102
103/* Define to 1 if the X Window System is missing or not being used. */
104#undef X_DISPLAY_MISSING