1141098Sdes/* config.h.in.  Generated from configure.ac by autoheader.  */
2117610Sdes
3117610Sdes/* Whether loading unversioned modules support is disabled */
4117610Sdes#undef DISABLE_UNVERSIONED_MODULES
5117610Sdes
6255376Sdes/* Define to 1 if you have the `asprintf' function. */
7255376Sdes#undef HAVE_ASPRINTF
8255376Sdes
9348980Sdes/* Define to 1 if you have cryb-test */
10348980Sdes#undef HAVE_CRYB_TEST
11348980Sdes
12117610Sdes/* Define to 1 if you have the <crypt.h> header file. */
13117610Sdes#undef HAVE_CRYPT_H
14117610Sdes
15141098Sdes/* Define to 1 if you have the <dlfcn.h> header file. */
16141098Sdes#undef HAVE_DLFCN_H
17141098Sdes
18255376Sdes/* Define to 1 if you have the `dlfunc' function. */
19255376Sdes#undef HAVE_DLFUNC
20255376Sdes
21236109Sdes/* Define to 1 if you have the `fdlopen' function. */
22236109Sdes#undef HAVE_FDLOPEN
23236109Sdes
24117610Sdes/* Define to 1 if you have the `fpurge' function. */
25117610Sdes#undef HAVE_FPURGE
26117610Sdes
27117610Sdes/* Define to 1 if you have the <inttypes.h> header file. */
28117610Sdes#undef HAVE_INTTYPES_H
29117610Sdes
30228692Sdes/* Define to 1 if you have the `dl' library (-ldl). */
31228692Sdes#undef HAVE_LIBDL
32228692Sdes
33348980Sdes/* Define to 1 if you have the `pam' library (-lpam). */
34348980Sdes#undef HAVE_LIBPAM
35348980Sdes
36117610Sdes/* Define to 1 if you have the <memory.h> header file. */
37117610Sdes#undef HAVE_MEMORY_H
38117610Sdes
39255376Sdes/* Define to 1 if you have the `setlogmask' function. */
40255376Sdes#undef HAVE_SETLOGMASK
41255376Sdes
42117610Sdes/* Define to 1 if you have the <stdint.h> header file. */
43117610Sdes#undef HAVE_STDINT_H
44117610Sdes
45117610Sdes/* Define to 1 if you have the <stdlib.h> header file. */
46117610Sdes#undef HAVE_STDLIB_H
47117610Sdes
48117610Sdes/* Define to 1 if you have the <strings.h> header file. */
49117610Sdes#undef HAVE_STRINGS_H
50117610Sdes
51117610Sdes/* Define to 1 if you have the <string.h> header file. */
52117610Sdes#undef HAVE_STRING_H
53117610Sdes
54236109Sdes/* Define to 1 if you have the `strlcat' function. */
55236109Sdes#undef HAVE_STRLCAT
56236109Sdes
57228692Sdes/* Define to 1 if you have the `strlcmp' function. */
58228692Sdes#undef HAVE_STRLCMP
59228692Sdes
60228692Sdes/* Define to 1 if you have the `strlcpy' function. */
61228692Sdes#undef HAVE_STRLCPY
62228692Sdes
63271624Sdes/* Define to 1 if you have the `strlset' function. */
64271624Sdes#undef HAVE_STRLSET
65271624Sdes
66117610Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
67117610Sdes#undef HAVE_SYS_STAT_H
68117610Sdes
69117610Sdes/* Define to 1 if you have the <sys/types.h> header file. */
70117610Sdes#undef HAVE_SYS_TYPES_H
71117610Sdes
72117610Sdes/* Define to 1 if you have the <unistd.h> header file. */
73117610Sdes#undef HAVE_UNISTD_H
74117610Sdes
75255376Sdes/* Define to 1 if you have the `vasprintf' function. */
76255376Sdes#undef HAVE_VASPRINTF
77255376Sdes
78117610Sdes/* OpenPAM library major number */
79117610Sdes#undef LIB_MAJ
80117610Sdes
81348980Sdes/* Define to the sub-directory where libtool stores uninstalled libraries. */
82228692Sdes#undef LT_OBJDIR
83228692Sdes
84255376Sdes/* Turn debugging macros on */
85174832Sdes#undef OPENPAM_DEBUG
86174832Sdes
87117610Sdes/* OpenPAM modules directory */
88117610Sdes#undef OPENPAM_MODULES_DIR
89117610Sdes
90117610Sdes/* Name of package */
91117610Sdes#undef PACKAGE
92117610Sdes
93117610Sdes/* Define to the address where bug reports for this package should be sent. */
94117610Sdes#undef PACKAGE_BUGREPORT
95117610Sdes
96117610Sdes/* Define to the full name of this package. */
97117610Sdes#undef PACKAGE_NAME
98117610Sdes
99117610Sdes/* Define to the full name and version of this package. */
100117610Sdes#undef PACKAGE_STRING
101117610Sdes
102117610Sdes/* Define to the one symbol short name of this package. */
103117610Sdes#undef PACKAGE_TARNAME
104117610Sdes
105228692Sdes/* Define to the home page for this package. */
106228692Sdes#undef PACKAGE_URL
107228692Sdes
108117610Sdes/* Define to the version of this package. */
109117610Sdes#undef PACKAGE_VERSION
110117610Sdes
111117610Sdes/* Define to 1 if you have the ANSI C header files. */
112117610Sdes#undef STDC_HEADERS
113117610Sdes
114228692Sdes/* Enable extensions on AIX 3, Interix.  */
115228692Sdes#ifndef _ALL_SOURCE
116228692Sdes# undef _ALL_SOURCE
117228692Sdes#endif
118228692Sdes/* Enable GNU extensions on systems that have them.  */
119228692Sdes#ifndef _GNU_SOURCE
120228692Sdes# undef _GNU_SOURCE
121228692Sdes#endif
122228692Sdes/* Enable threading extensions on Solaris.  */
123228692Sdes#ifndef _POSIX_PTHREAD_SEMANTICS
124228692Sdes# undef _POSIX_PTHREAD_SEMANTICS
125228692Sdes#endif
126228692Sdes/* Enable extensions on HP NonStop.  */
127228692Sdes#ifndef _TANDEM_SOURCE
128228692Sdes# undef _TANDEM_SOURCE
129228692Sdes#endif
130228692Sdes/* Enable general extensions on Solaris.  */
131228692Sdes#ifndef __EXTENSIONS__
132228692Sdes# undef __EXTENSIONS__
133228692Sdes#endif
134228692Sdes
135228692Sdes
136117610Sdes/* Version number of package */
137117610Sdes#undef VERSION
138117610Sdes
139228692Sdes/* Define to 1 if on MINIX. */
140228692Sdes#undef _MINIX
141228692Sdes
142228692Sdes/* Define to 2 if the system does not provide POSIX.1 features except with
143228692Sdes   this defined. */
144228692Sdes#undef _POSIX_1_SOURCE
145228692Sdes
146228692Sdes/* Define to 1 if you need to in order for `stat' and other things to work. */
147228692Sdes#undef _POSIX_SOURCE
148228692Sdes
149228692Sdes/* Define to empty if `const' does not conform to ANSI C. */
150228692Sdes#undef const
151228692Sdes
152228692Sdes/* Define to the equivalent of the C99 'restrict' keyword, or to
153228692Sdes   nothing if this is not supported.  Do not define if restrict is
154228692Sdes   supported directly.  */
155228692Sdes#undef restrict
156228692Sdes/* Work around a bug in Sun C++: it does not support _Restrict or
157228692Sdes   __restrict__, even though the corresponding Sun C compiler ends up with
158228692Sdes   "#define restrict _Restrict" or "#define restrict __restrict__" in the
159228692Sdes   previous line.  Perhaps some future version of Sun C++ will work with
160228692Sdes   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
161228692Sdes#if defined __SUNPRO_CC && !defined __RESTRICT
162228692Sdes# define _Restrict
163228692Sdes# define __restrict__
164228692Sdes#endif
165228692Sdes
166117610Sdes/* Define to empty if the keyword `volatile' does not work. Warning: valid
167117610Sdes   code using `volatile' can become incorrect without. Disable with care. */
168117610Sdes#undef volatile
169