1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 if translation of program messages to the user's native
7   language is requested. */
8#undef ENABLE_NLS
9
10/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
11   CoreFoundation framework. */
12#undef HAVE_CFLOCALECOPYCURRENT
13
14/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
15   the CoreFoundation framework. */
16#undef HAVE_CFPREFERENCESCOPYAPPVALUE
17
18/* Define if the GNU dcgettext() function is already present or preinstalled.
19   */
20#undef HAVE_DCGETTEXT
21
22/* Define to 1 if you have the <dlfcn.h> header file. */
23#undef HAVE_DLFCN_H
24
25/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
26#undef HAVE_DOPRNT
27
28/* Define to 1 if you have the `EVP_MD_CTX_free' function. */
29#undef HAVE_EVP_MD_CTX_FREE
30
31/* Define to 1 if you have the `EVP_MD_CTX_new' function. */
32#undef HAVE_EVP_MD_CTX_NEW
33
34/* Define to 1 if you have the `EVP_MD_CTX_reset' function. */
35#undef HAVE_EVP_MD_CTX_RESET
36
37/* Define to 1 if you have the <fcntl.h> header file. */
38#undef HAVE_FCNTL_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 `pam_misc' library (-lpam_misc). */
50#undef HAVE_LIBPAM_MISC
51
52/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
53   to 0 otherwise. */
54#undef HAVE_MALLOC
55
56/* Define to 1 if you have the <memory.h> header file. */
57#undef HAVE_MEMORY_H
58
59/* Define to 1 if you have the `memset' function. */
60#undef HAVE_MEMSET
61
62/* Define to 1 if you have the `openpam_ttyconv' function. */
63#undef HAVE_OPENPAM_TTYCONV
64
65/* Define to 1 if you have the `pam_vprompt' function. */
66#undef HAVE_PAM_VPROMPT
67
68/* Define to 1 if you have the `PKCS11_enumerate_public_keys' function. */
69#undef HAVE_PKCS11_ENUMERATE_PUBLIC_KEYS
70
71/* Define to 1 if you have the `PKCS11_is_logged_in' function. */
72#undef HAVE_PKCS11_IS_LOGGED_IN
73
74/* Define to 1 if your system has a GNU libc compatible `realloc' function,
75   and to 0 otherwise. */
76#undef HAVE_REALLOC
77
78/* Define to 1 if you have the <security/pam_ext.h> header file. */
79#undef HAVE_SECURITY_PAM_EXT_H
80
81/* Define to 1 if you have the <security/pam_misc.h> header file. */
82#undef HAVE_SECURITY_PAM_MISC_H
83
84/* Define to 1 if `stat' has the bug that it succeeds when given the
85   zero-length file name argument. */
86#undef HAVE_STAT_EMPTY_STRING_BUG
87
88/* Define to 1 if you have the <stdint.h> header file. */
89#undef HAVE_STDINT_H
90
91/* Define to 1 if you have the <stdlib.h> header file. */
92#undef HAVE_STDLIB_H
93
94/* Define to 1 if you have the `strdup' function. */
95#undef HAVE_STRDUP
96
97/* Define to 1 if you have the `strerror' function. */
98#undef HAVE_STRERROR
99
100/* Define to 1 if you have the <strings.h> header file. */
101#undef HAVE_STRINGS_H
102
103/* Define to 1 if you have the <string.h> header file. */
104#undef HAVE_STRING_H
105
106/* Define to 1 if you have the <syslog.h> header file. */
107#undef HAVE_SYSLOG_H
108
109/* Define to 1 if you have the <sys/stat.h> header file. */
110#undef HAVE_SYS_STAT_H
111
112/* Define to 1 if you have the <sys/types.h> header file. */
113#undef HAVE_SYS_TYPES_H
114
115/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
116#undef HAVE_SYS_WAIT_H
117
118/* Define to 1 if you have the <unistd.h> header file. */
119#undef HAVE_UNISTD_H
120
121/* Define to 1 if you have the `vprintf' function. */
122#undef HAVE_VPRINTF
123
124/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
125   slash. */
126#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
127
128/* Define to the sub-directory where libtool stores uninstalled libraries. */
129#undef LT_OBJDIR
130
131/* Name of package */
132#undef PACKAGE
133
134/* Define to the address where bug reports for this package should be sent. */
135#undef PACKAGE_BUGREPORT
136
137/* Define to the full name of this package. */
138#undef PACKAGE_NAME
139
140/* Define to the full name and version of this package. */
141#undef PACKAGE_STRING
142
143/* Define to the one symbol short name of this package. */
144#undef PACKAGE_TARNAME
145
146/* Define to the home page for this package. */
147#undef PACKAGE_URL
148
149/* Define to the version of this package. */
150#undef PACKAGE_VERSION
151
152/* Define to 1 if you have the ANSI C header files. */
153#undef STDC_HEADERS
154
155/* Version number of package */
156#undef VERSION
157
158/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
159   significant byte first (like Motorola and SPARC, unlike Intel). */
160#if defined AC_APPLE_UNIVERSAL_BUILD
161# if defined __BIG_ENDIAN__
162#  define WORDS_BIGENDIAN 1
163# endif
164#else
165# ifndef WORDS_BIGENDIAN
166#  undef WORDS_BIGENDIAN
167# endif
168#endif
169
170/* Define to rpl_malloc if the replacement function should be used. */
171#undef malloc
172
173/* Define to rpl_realloc if the replacement function should be used. */
174#undef realloc
175
176/* Define to `unsigned int' if <sys/types.h> does not define. */
177#undef size_t
178