1/* config.in.  Generated from configure.ac by autoheader.  */
2
3/* Check that config.h is #included before system headers
4   (this works only for glibc, but that should be enough).  */
5#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6#  error config.h must be #included before system headers
7#endif
8#define __CONFIG_H__ 1
9
10/* Define if you want run-time sanity checks. */
11#undef ENABLE_CHECKING
12
13/* Define to 1 if translation of program messages to the user's native
14   language is requested. */
15#undef ENABLE_NLS
16
17/* Define to 1 if you have the Mac OS X function
18   CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
19#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
20
21/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
22   the CoreFoundation framework. */
23#undef HAVE_CFPREFERENCESCOPYAPPVALUE
24
25/* Define if the GNU dcgettext() function is already present or preinstalled.
26   */
27#undef HAVE_DCGETTEXT
28
29/* Define to 1 if you have the declaration of `basename', and to 0 if you
30   don't. */
31#undef HAVE_DECL_BASENAME
32
33/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
34   */
35#undef HAVE_DECL_STPCPY
36
37/* Define to 1 if you have the <dlfcn.h> header file. */
38#undef HAVE_DLFCN_H
39
40/* Define if the GNU gettext() function is already present or preinstalled. */
41#undef HAVE_GETTEXT
42
43/* Define if you have the iconv() function and it works. */
44#undef HAVE_ICONV
45
46/* Define to 1 if you have the <inttypes.h> header file. */
47#undef HAVE_INTTYPES_H
48
49/* Define to 1 if you have the <memory.h> header file. */
50#undef HAVE_MEMORY_H
51
52/* Define if sigsetjmp is available. */
53#undef HAVE_SIGSETJMP
54
55/* Define to 1 if you have the <stdint.h> header file. */
56#undef HAVE_STDINT_H
57
58/* Define to 1 if you have the <stdlib.h> header file. */
59#undef HAVE_STDLIB_H
60
61/* Define to 1 if you have the <strings.h> header file. */
62#undef HAVE_STRINGS_H
63
64/* Define to 1 if you have the <string.h> header file. */
65#undef HAVE_STRING_H
66
67/* Define to 1 if you have the <sys/stat.h> header file. */
68#undef HAVE_SYS_STAT_H
69
70/* Define to 1 if you have the <sys/types.h> header file. */
71#undef HAVE_SYS_TYPES_H
72
73/* Define to 1 if you have the <unistd.h> header file. */
74#undef HAVE_UNISTD_H
75
76/* Define to the sub-directory in which libtool stores uninstalled libraries.
77   */
78#undef LT_OBJDIR
79
80/* Name of package */
81#undef PACKAGE
82
83/* Define to the address where bug reports for this package should be sent. */
84#undef PACKAGE_BUGREPORT
85
86/* Define to the full name of this package. */
87#undef PACKAGE_NAME
88
89/* Define to the full name and version of this package. */
90#undef PACKAGE_STRING
91
92/* Define to the one symbol short name of this package. */
93#undef PACKAGE_TARNAME
94
95/* Define to the home page for this package. */
96#undef PACKAGE_URL
97
98/* Define to the version of this package. */
99#undef PACKAGE_VERSION
100
101/* The size of `void *', as computed by sizeof. */
102#undef SIZEOF_VOID_P
103
104/* Define to 1 if you have the ANSI C header files. */
105#undef STDC_HEADERS
106
107/* Enable extensions on AIX 3, Interix.  */
108#ifndef _ALL_SOURCE
109# undef _ALL_SOURCE
110#endif
111/* Enable GNU extensions on systems that have them.  */
112#ifndef _GNU_SOURCE
113# undef _GNU_SOURCE
114#endif
115/* Enable threading extensions on Solaris.  */
116#ifndef _POSIX_PTHREAD_SEMANTICS
117# undef _POSIX_PTHREAD_SEMANTICS
118#endif
119/* Enable extensions on HP NonStop.  */
120#ifndef _TANDEM_SOURCE
121# undef _TANDEM_SOURCE
122#endif
123/* Enable general extensions on Solaris.  */
124#ifndef __EXTENSIONS__
125# undef __EXTENSIONS__
126#endif
127
128
129/* Version number of package */
130#undef VERSION
131
132/* Define to 1 if on MINIX. */
133#undef _MINIX
134
135/* Define to 2 if the system does not provide POSIX.1 features except with
136   this defined. */
137#undef _POSIX_1_SOURCE
138
139/* Define to 1 if you need to in order for `stat' and other things to work. */
140#undef _POSIX_SOURCE
141