1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Whether loading unversioned modules support is disabled */
4#undef DISABLE_UNVERSIONED_MODULES
5
6/* Define to 1 if you have the `asprintf' function. */
7#undef HAVE_ASPRINTF
8
9/* Define to 1 if you have cryb-test */
10#undef HAVE_CRYB_TEST
11
12/* Define to 1 if you have the <crypt.h> header file. */
13#undef HAVE_CRYPT_H
14
15/* Define to 1 if you have the <dlfcn.h> header file. */
16#undef HAVE_DLFCN_H
17
18/* Define to 1 if you have the `dlfunc' function. */
19#undef HAVE_DLFUNC
20
21/* Define to 1 if you have the `fdlopen' function. */
22#undef HAVE_FDLOPEN
23
24/* Define to 1 if you have the `fpurge' function. */
25#undef HAVE_FPURGE
26
27/* Define to 1 if you have the <inttypes.h> header file. */
28#undef HAVE_INTTYPES_H
29
30/* Define to 1 if you have the `dl' library (-ldl). */
31#undef HAVE_LIBDL
32
33/* Define to 1 if you have the `pam' library (-lpam). */
34#undef HAVE_LIBPAM
35
36/* Define to 1 if you have the <minix/config.h> header file. */
37#undef HAVE_MINIX_CONFIG_H
38
39/* Define to 1 if you have the `setlogmask' function. */
40#undef HAVE_SETLOGMASK
41
42/* Define to 1 if you have the <stdint.h> header file. */
43#undef HAVE_STDINT_H
44
45/* Define to 1 if you have the <stdio.h> header file. */
46#undef HAVE_STDIO_H
47
48/* Define to 1 if you have the <stdlib.h> header file. */
49#undef HAVE_STDLIB_H
50
51/* Define to 1 if you have the <strings.h> header file. */
52#undef HAVE_STRINGS_H
53
54/* Define to 1 if you have the <string.h> header file. */
55#undef HAVE_STRING_H
56
57/* Define to 1 if you have the `strlcat' function. */
58#undef HAVE_STRLCAT
59
60/* Define to 1 if you have the `strlcmp' function. */
61#undef HAVE_STRLCMP
62
63/* Define to 1 if you have the `strlcpy' function. */
64#undef HAVE_STRLCPY
65
66/* Define to 1 if you have the `strlset' function. */
67#undef HAVE_STRLSET
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#undef HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/types.h> header file. */
73#undef HAVE_SYS_TYPES_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* Define to 1 if you have the `vasprintf' function. */
79#undef HAVE_VASPRINTF
80
81/* Define to 1 if you have the <wchar.h> header file. */
82#undef HAVE_WCHAR_H
83
84/* OpenPAM library major number */
85#undef LIB_MAJ
86
87/* Define to the sub-directory where libtool stores uninstalled libraries. */
88#undef LT_OBJDIR
89
90/* Turn debugging macros on */
91#undef OPENPAM_DEBUG
92
93/* OpenPAM modules directory */
94#undef OPENPAM_MODULES_DIR
95
96/* Name of package */
97#undef PACKAGE
98
99/* Define to the address where bug reports for this package should be sent. */
100#undef PACKAGE_BUGREPORT
101
102/* Define to the full name of this package. */
103#undef PACKAGE_NAME
104
105/* Define to the full name and version of this package. */
106#undef PACKAGE_STRING
107
108/* Define to the one symbol short name of this package. */
109#undef PACKAGE_TARNAME
110
111/* Define to the home page for this package. */
112#undef PACKAGE_URL
113
114/* Define to the version of this package. */
115#undef PACKAGE_VERSION
116
117/* Define to 1 if all of the C90 standard headers exist (not just the ones
118   required in a freestanding environment). This macro is provided for
119   backward compatibility; new code need not use it. */
120#undef STDC_HEADERS
121
122/* Enable extensions on AIX 3, Interix.  */
123#ifndef _ALL_SOURCE
124# undef _ALL_SOURCE
125#endif
126/* Enable general extensions on macOS.  */
127#ifndef _DARWIN_C_SOURCE
128# undef _DARWIN_C_SOURCE
129#endif
130/* Enable general extensions on Solaris.  */
131#ifndef __EXTENSIONS__
132# undef __EXTENSIONS__
133#endif
134/* Enable GNU extensions on systems that have them.  */
135#ifndef _GNU_SOURCE
136# undef _GNU_SOURCE
137#endif
138/* Enable X/Open compliant socket functions that do not require linking
139   with -lxnet on HP-UX 11.11.  */
140#ifndef _HPUX_ALT_XOPEN_SOCKET_API
141# undef _HPUX_ALT_XOPEN_SOCKET_API
142#endif
143/* Identify the host operating system as Minix.
144   This macro does not affect the system headers' behavior.
145   A future release of Autoconf may stop defining this macro.  */
146#ifndef _MINIX
147# undef _MINIX
148#endif
149/* Enable general extensions on NetBSD.
150   Enable NetBSD compatibility extensions on Minix.  */
151#ifndef _NETBSD_SOURCE
152# undef _NETBSD_SOURCE
153#endif
154/* Enable OpenBSD compatibility extensions on NetBSD.
155   Oddly enough, this does nothing on OpenBSD.  */
156#ifndef _OPENBSD_SOURCE
157# undef _OPENBSD_SOURCE
158#endif
159/* Define to 1 if needed for POSIX-compatible behavior.  */
160#ifndef _POSIX_SOURCE
161# undef _POSIX_SOURCE
162#endif
163/* Define to 2 if needed for POSIX-compatible behavior.  */
164#ifndef _POSIX_1_SOURCE
165# undef _POSIX_1_SOURCE
166#endif
167/* Enable POSIX-compatible threading on Solaris.  */
168#ifndef _POSIX_PTHREAD_SEMANTICS
169# undef _POSIX_PTHREAD_SEMANTICS
170#endif
171/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
172#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
173# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
174#endif
175/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
176#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
177# undef __STDC_WANT_IEC_60559_BFP_EXT__
178#endif
179/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
180#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
181# undef __STDC_WANT_IEC_60559_DFP_EXT__
182#endif
183/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
184#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
185# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
186#endif
187/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
188#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
189# undef __STDC_WANT_IEC_60559_TYPES_EXT__
190#endif
191/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
192#ifndef __STDC_WANT_LIB_EXT2__
193# undef __STDC_WANT_LIB_EXT2__
194#endif
195/* Enable extensions specified by ISO/IEC 24747:2009.  */
196#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
197# undef __STDC_WANT_MATH_SPEC_FUNCS__
198#endif
199/* Enable extensions on HP NonStop.  */
200#ifndef _TANDEM_SOURCE
201# undef _TANDEM_SOURCE
202#endif
203/* Enable X/Open extensions.  Define to 500 only if necessary
204   to make mbstate_t available.  */
205#ifndef _XOPEN_SOURCE
206# undef _XOPEN_SOURCE
207#endif
208
209
210/* Version number of package */
211#undef VERSION
212
213/* Define to 1 if code coverage is enabled */
214#undef WITH_CODE_COVERAGE
215
216/* Define to empty if `const' does not conform to ANSI C. */
217#undef const
218
219/* Define to the equivalent of the C99 'restrict' keyword, or to
220   nothing if this is not supported.  Do not define if restrict is
221   supported only directly.  */
222#undef restrict
223/* Work around a bug in older versions of Sun C++, which did not
224   #define __restrict__ or support _Restrict or __restrict__
225   even though the corresponding Sun C compiler ended up with
226   "#define restrict _Restrict" or "#define restrict __restrict__"
227   in the previous line.  This workaround can be removed once
228   we assume Oracle Developer Studio 12.5 (2016) or later.  */
229#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
230# define _Restrict
231# define __restrict__
232#endif
233
234/* Define to empty if the keyword `volatile' does not work. Warning: valid
235   code using `volatile' can become incorrect without. Disable with care. */
236#undef volatile
237