1/* config-h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `argz_add' function. */
4#undef HAVE_ARGZ_ADD
5
6/* Define to 1 if you have the `argz_append' function. */
7#undef HAVE_ARGZ_APPEND
8
9/* Define to 1 if you have the `argz_count' function. */
10#undef HAVE_ARGZ_COUNT
11
12/* Define to 1 if you have the `argz_create_sep' function. */
13#undef HAVE_ARGZ_CREATE_SEP
14
15/* Define to 1 if you have the <argz.h> header file. */
16#undef HAVE_ARGZ_H
17
18/* Define to 1 if you have the `argz_insert' function. */
19#undef HAVE_ARGZ_INSERT
20
21/* Define to 1 if you have the `argz_next' function. */
22#undef HAVE_ARGZ_NEXT
23
24/* Define to 1 if you have the `argz_stringify' function. */
25#undef HAVE_ARGZ_STRINGIFY
26
27/* Define to 1 if you have the `closedir' function. */
28#undef HAVE_CLOSEDIR
29
30/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
31   you don't. */
32#undef HAVE_DECL_CYGWIN_CONV_PATH
33
34/* Define to 1 if you have the <dirent.h> header file. */
35#undef HAVE_DIRENT_H
36
37/* Define if you have the GNU dld library. */
38#undef HAVE_DLD
39
40/* Define to 1 if you have the <dld.h> header file. */
41#undef HAVE_DLD_H
42
43/* Define to 1 if you have the `dlerror' function. */
44#undef HAVE_DLERROR
45
46/* Define to 1 if you have the <dlfcn.h> header file. */
47#undef HAVE_DLFCN_H
48
49/* Define to 1 if you have the <dl.h> header file. */
50#undef HAVE_DL_H
51
52/* Define if you have the _dyld_func_lookup function. */
53#undef HAVE_DYLD
54
55/* Define to 1 if the system has the type `error_t'. */
56#undef HAVE_ERROR_T
57
58/* Define to 1 if you have the <inttypes.h> header file. */
59#undef HAVE_INTTYPES_H
60
61/* Define if you have the libdl library or equivalent. */
62#undef HAVE_LIBDL
63
64/* Define if libdlloader will be built on this platform */
65#undef HAVE_LIBDLLOADER
66
67/* Define to 1 if you have the <mach-o/dyld.h> header file. */
68#undef HAVE_MACH_O_DYLD_H
69
70/* Define to 1 if you have the <memory.h> header file. */
71#undef HAVE_MEMORY_H
72
73/* Define to 1 if you have the `opendir' function. */
74#undef HAVE_OPENDIR
75
76/* Define if libtool can extract symbol lists from object files. */
77#undef HAVE_PRELOADED_SYMBOLS
78
79/* Define to 1 if you have the `readdir' function. */
80#undef HAVE_READDIR
81
82/* Define if you have the shl_load function. */
83#undef HAVE_SHL_LOAD
84
85/* Define to 1 if you have the <stdint.h> header file. */
86#undef HAVE_STDINT_H
87
88/* Define to 1 if you have the <stdlib.h> header file. */
89#undef HAVE_STDLIB_H
90
91/* Define to 1 if you have the <strings.h> header file. */
92#undef HAVE_STRINGS_H
93
94/* Define to 1 if you have the <string.h> header file. */
95#undef HAVE_STRING_H
96
97/* Define to 1 if you have the `strlcat' function. */
98#undef HAVE_STRLCAT
99
100/* Define to 1 if you have the `strlcpy' function. */
101#undef HAVE_STRLCPY
102
103/* Define to 1 if you have the <sys/dl.h> header file. */
104#undef HAVE_SYS_DL_H
105
106/* Define to 1 if you have the <sys/stat.h> header file. */
107#undef HAVE_SYS_STAT_H
108
109/* Define to 1 if you have the <sys/types.h> header file. */
110#undef HAVE_SYS_TYPES_H
111
112/* Define to 1 if you have the <unistd.h> header file. */
113#undef HAVE_UNISTD_H
114
115/* This value is set to 1 to indicate that the system argz facility works */
116#undef HAVE_WORKING_ARGZ
117
118/* Define if the OS needs help to load dependent libraries for dlopen(). */
119#undef LTDL_DLOPEN_DEPLIBS
120
121/* Define to the system default library search path. */
122#undef LT_DLSEARCH_PATH
123
124/* The archive extension */
125#undef LT_LIBEXT
126
127/* The archive prefix */
128#undef LT_LIBPREFIX
129
130/* Define to the extension used for runtime loadable modules, say, ".so". */
131#undef LT_MODULE_EXT
132
133/* Define to the name of the environment variable that determines the run-time
134   module search path. */
135#undef LT_MODULE_PATH_VAR
136
137/* Define to the sub-directory where libtool stores uninstalled libraries. */
138#undef LT_OBJDIR
139
140/* Define to the shared library suffix, say, ".dylib". */
141#undef LT_SHARED_EXT
142
143/* Define to the shared archive member specification, say "(shr.o)". */
144#undef LT_SHARED_LIB_MEMBER
145
146/* Define if dlsym() requires a leading underscore in symbol names. */
147#undef NEED_USCORE
148
149/* Name of package */
150#undef PACKAGE
151
152/* Define to the address where bug reports for this package should be sent. */
153#undef PACKAGE_BUGREPORT
154
155/* Define to the full name of this package. */
156#undef PACKAGE_NAME
157
158/* Define to the full name and version of this package. */
159#undef PACKAGE_STRING
160
161/* Define to the one symbol short name of this package. */
162#undef PACKAGE_TARNAME
163
164/* Define to the home page for this package. */
165#undef PACKAGE_URL
166
167/* Define to the version of this package. */
168#undef PACKAGE_VERSION
169
170/* Define to 1 if you have the ANSI C header files. */
171#undef STDC_HEADERS
172
173/* Version number of package */
174#undef VERSION
175
176/* The _Noreturn keyword of C11.  */
177#if ! (defined _Noreturn \
178       || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
179# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
180      || 0x5110 <= __SUNPRO_C)
181#  define _Noreturn __attribute__ ((__noreturn__))
182# elif defined _MSC_VER && 1200 <= _MSC_VER
183#  define _Noreturn __declspec (noreturn)
184# else
185#  define _Noreturn
186# endif
187#endif
188
189
190/* Define so that glibc/gnulib argp.h does not typedef error_t. */
191#undef __error_t_defined
192
193/* Define to a type to use for 'error_t' if it is not otherwise available. */
194#undef error_t
195
196/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
197   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
198   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
199   __APPLE__ && __MACH__ test for Mac OS X.
200   __APPLE_CC__ tests for the Apple compiler and its version.
201   __STDC_VERSION__ tests for the C99 mode.  */
202#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
203# define __GNUC_STDC_INLINE__ 1
204#endif
205
206/* Define as a marker that can be attached to declarations that might not
207    be used.  This helps to reduce warnings, such as from
208    GCC -Wunused-parameter.  */
209#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
210# define _GL_UNUSED __attribute__ ((__unused__))
211#else
212# define _GL_UNUSED
213#endif
214/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
215   is a misnomer outside of parameter lists.  */
216#define _UNUSED_PARAMETER_ _GL_UNUSED
217
218/* gcc supports the "unused" attribute on possibly unused labels, and
219   g++ has since version 4.5.  Note to support C++ as well as C,
220   _GL_UNUSED_LABEL should be used with a trailing ;  */
221#if !defined __cplusplus || __GNUC__ > 4 \
222    || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
223# define _GL_UNUSED_LABEL _GL_UNUSED
224#else
225# define _GL_UNUSED_LABEL
226#endif
227
228/* The __pure__ attribute was added in gcc 2.96.  */
229#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
230# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
231#else
232# define _GL_ATTRIBUTE_PURE /* empty */
233#endif
234
235/* The __const__ attribute was added in gcc 2.95.  */
236#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
237# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
238#else
239# define _GL_ATTRIBUTE_CONST /* empty */
240#endif
241
242