1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* always defined to indicate that i18n is enabled */
4#undef ENABLE_NLS
5
6/* The gettext domain name */
7#undef GETTEXT_PACKAGE
8
9/* The libgnome-keyring version as a number */
10#undef GKR_VERSION
11
12/* Disable glib assertions */
13#undef G_DISABLE_ASSERT
14
15/* Define to 1 if you have the `bind_textdomain_codeset' function. */
16#undef HAVE_BIND_TEXTDOMAIN_CODESET
17
18/* Have cmsgcred structure */
19#undef HAVE_CMSGCRED
20
21/* Define to 1 if you have the `dcgettext' function. */
22#undef HAVE_DCGETTEXT
23
24/* Define to 1 if you have the <dlfcn.h> header file. */
25#undef HAVE_DLFCN_H
26
27/* Define to 1 if you have the `getpeereid' function. */
28#undef HAVE_GETPEEREID
29
30/* Define to 1 if you have the `getpeerucred' function. */
31#undef HAVE_GETPEERUCRED
32
33/* Define if the GNU gettext() function is already present or preinstalled. */
34#undef HAVE_GETTEXT
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define if your <locale.h> file defines LC_MESSAGES. */
40#undef HAVE_LC_MESSAGES
41
42/* Define to 1 if you have the <locale.h> header file. */
43#undef HAVE_LOCALE_H
44
45/* Define to 1 if you have the <memory.h> header file. */
46#undef HAVE_MEMORY_H
47
48/* Define to 1 if you have the `mlock' function. */
49#undef HAVE_MLOCK
50
51/* Define to 1 if you have the <stdint.h> header file. */
52#undef HAVE_STDINT_H
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#undef HAVE_STDLIB_H
56
57/* Define to 1 if you have the <strings.h> header file. */
58#undef HAVE_STRINGS_H
59
60/* Define to 1 if you have the <string.h> header file. */
61#undef HAVE_STRING_H
62
63/* Define to 1 if you have the <sys/stat.h> header file. */
64#undef HAVE_SYS_STAT_H
65
66/* Define to 1 if you have the <sys/types.h> header file. */
67#undef HAVE_SYS_TYPES_H
68
69/* Define to 1 if you have the <unistd.h> header file. */
70#undef HAVE_UNISTD_H
71
72/* Version of GCRYPT we expect */
73#undef LIBGCRYPT_VERSION
74
75/* Define to the sub-directory in which libtool stores uninstalled libraries.
76   */
77#undef LT_OBJDIR
78
79/* Define to 1 if your C compiler doesn't accept -c and -o together. */
80#undef NO_MINUS_C_MINUS_O
81
82/* Name of package */
83#undef PACKAGE
84
85/* Define to the address where bug reports for this package should be sent. */
86#undef PACKAGE_BUGREPORT
87
88/* Define to the full name of this package. */
89#undef PACKAGE_NAME
90
91/* Define to the full name and version of this package. */
92#undef PACKAGE_STRING
93
94/* Define to the one symbol short name of this package. */
95#undef PACKAGE_TARNAME
96
97/* Define to the home page for this package. */
98#undef PACKAGE_URL
99
100/* Define to the version of this package. */
101#undef PACKAGE_VERSION
102
103/* Define as the return type of signal handlers (`int' or `void'). */
104#undef RETSIGTYPE
105
106/* Define to 1 if you have the ANSI C header files. */
107#undef STDC_HEADERS
108
109/* Enable extensions on AIX 3, Interix.  */
110#ifndef _ALL_SOURCE
111# undef _ALL_SOURCE
112#endif
113/* Enable GNU extensions on systems that have them.  */
114#ifndef _GNU_SOURCE
115# undef _GNU_SOURCE
116#endif
117/* Enable threading extensions on Solaris.  */
118#ifndef _POSIX_PTHREAD_SEMANTICS
119# undef _POSIX_PTHREAD_SEMANTICS
120#endif
121/* Enable extensions on HP NonStop.  */
122#ifndef _TANDEM_SOURCE
123# undef _TANDEM_SOURCE
124#endif
125/* Enable general extensions on Solaris.  */
126#ifndef __EXTENSIONS__
127# undef __EXTENSIONS__
128#endif
129
130
131/* Version number of package */
132#undef VERSION
133
134/* Print debug output */
135#undef WITH_DEBUG
136
137/* More strict checks */
138#undef WITH_STRICT
139
140/* In debug mode */
141#undef _DEBUG
142
143/* Define to 1 if on MINIX. */
144#undef _MINIX
145
146/* Define to 2 if the system does not provide POSIX.1 features except with
147   this defined. */
148#undef _POSIX_1_SOURCE
149
150/* Define to 1 if you need to in order for `stat' and other things to work. */
151#undef _POSIX_SOURCE
152
153/* Define to `int' if <sys/types.h> doesn't define. */
154#undef gid_t
155
156/* Define to `int' if <sys/types.h> does not define. */
157#undef pid_t
158
159/* Define to `unsigned int' if <sys/types.h> does not define. */
160#undef size_t
161
162/* Define to `int' if <sys/types.h> doesn't define. */
163#undef uid_t
164