1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if translation of program messages to the user's native
4   language is requested. */
5#undef ENABLE_NLS
6
7/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
8   CoreFoundation framework. */
9#undef HAVE_CFLOCALECOPYCURRENT
10
11/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
12   the CoreFoundation framework. */
13#undef HAVE_CFPREFERENCESCOPYAPPVALUE
14
15/* Define if the GNU dcgettext() function is already present or preinstalled.
16   */
17#undef HAVE_DCGETTEXT
18
19/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
20   don't. */
21#undef HAVE_DECL_STRERROR_R
22
23/* Define to 1 if you have the <dlfcn.h> header file. */
24#undef HAVE_DLFCN_H
25
26/* Define if the GNU gettext() function is already present or preinstalled. */
27#undef HAVE_GETTEXT
28
29/* Define if you have the iconv() function and it works. */
30#undef HAVE_ICONV
31
32/* Define to 1 if you have the <inttypes.h> header file. */
33#undef HAVE_INTTYPES_H
34
35/* Define to 1 if you have the <locale.h> header file. */
36#undef HAVE_LOCALE_H
37
38/* Define to 1 if you have the <memory.h> header file. */
39#undef HAVE_MEMORY_H
40
41/* Define to 1 if you have the <stdint.h> header file. */
42#undef HAVE_STDINT_H
43
44/* Define to 1 if you have the <stdlib.h> header file. */
45#undef HAVE_STDLIB_H
46
47/* Define to 1 if you have the `strerror_r' function. */
48#undef HAVE_STRERROR_R
49
50/* Define to 1 if you have the <strings.h> header file. */
51#undef HAVE_STRINGS_H
52
53/* Define to 1 if you have the <string.h> header file. */
54#undef HAVE_STRING_H
55
56/* Define to 1 if you have the <sys/stat.h> header file. */
57#undef HAVE_SYS_STAT_H
58
59/* Define to 1 if you have the <sys/types.h> header file. */
60#undef HAVE_SYS_TYPES_H
61
62/* Define to 1 if you have the <unistd.h> header file. */
63#undef HAVE_UNISTD_H
64
65/* Defined if we run on WindowsCE */
66#undef HAVE_W32CE_SYSTEM
67
68/* Defined if we run on a W32 API based system */
69#undef HAVE_W32_SYSTEM
70
71/* Define to the sub-directory in which libtool stores uninstalled libraries.
72   */
73#undef LT_OBJDIR
74
75/* Define to 1 if your C compiler doesn't accept -c and -o together. */
76#undef NO_MINUS_C_MINUS_O
77
78/* Name of package */
79#undef PACKAGE
80
81/* Define to the address where bug reports for this package should be sent. */
82#undef PACKAGE_BUGREPORT
83
84/* Define to the full name of this package. */
85#undef PACKAGE_NAME
86
87/* Define to the full name and version of this package. */
88#undef PACKAGE_STRING
89
90/* Define to the one symbol short name of this package. */
91#undef PACKAGE_TARNAME
92
93/* Define to the home page for this package. */
94#undef PACKAGE_URL
95
96/* Define to the version of this package. */
97#undef PACKAGE_VERSION
98
99/* Define to 1 if you have the ANSI C header files. */
100#undef STDC_HEADERS
101
102/* Define to 1 if strerror_r returns char *. */
103#undef STRERROR_R_CHAR_P
104
105/* Enable extensions on AIX 3, Interix.  */
106#ifndef _ALL_SOURCE
107# undef _ALL_SOURCE
108#endif
109/* Enable GNU extensions on systems that have them.  */
110#ifndef _GNU_SOURCE
111# undef _GNU_SOURCE
112#endif
113/* Enable threading extensions on Solaris.  */
114#ifndef _POSIX_PTHREAD_SEMANTICS
115# undef _POSIX_PTHREAD_SEMANTICS
116#endif
117/* Enable extensions on HP NonStop.  */
118#ifndef _TANDEM_SOURCE
119# undef _TANDEM_SOURCE
120#endif
121/* Enable general extensions on Solaris.  */
122#ifndef __EXTENSIONS__
123# undef __EXTENSIONS__
124#endif
125
126
127/* Version number of package */
128#undef VERSION
129
130/* Define to 1 if on MINIX. */
131#undef _MINIX
132
133/* Define to 2 if the system does not provide POSIX.1 features except with
134   this defined. */
135#undef _POSIX_1_SOURCE
136
137/* Define to 1 if you need to in order for `stat' and other things to work. */
138#undef _POSIX_SOURCE
139
140/* Define to empty if `const' does not conform to ANSI C. */
141#undef const
142
143
144/* Force using of NLS for W32 even if no libintl has been found.  This is 
145   okay because we have our own gettext implementation for W32.  */
146#if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS)
147#define ENABLE_NLS 1
148#endif
149/* For building we need to define these macro.  */
150#define GPG_ERR_ENABLE_GETTEXT_MACROS 1
151#define GPG_ERR_ENABLE_ERRNO_MACROS 1
152
153