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