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
6263421Sdes/* Define to 1 if you have the `asprintf' function. */
7263421Sdes#undef HAVE_ASPRINTF
8263421Sdes
9117610Sdes/* Define to 1 if you have the <crypt.h> header file. */
10117610Sdes#undef HAVE_CRYPT_H
11117610Sdes
12141098Sdes/* Define to 1 if you have the <dlfcn.h> header file. */
13141098Sdes#undef HAVE_DLFCN_H
14141098Sdes
15263421Sdes/* Define to 1 if you have the `dlfunc' function. */
16263421Sdes#undef HAVE_DLFUNC
17263421Sdes
18247568Sdes/* Define to 1 if you have the `fdlopen' function. */
19247568Sdes#undef HAVE_FDLOPEN
20247568Sdes
21117610Sdes/* Define to 1 if you have the `fpurge' function. */
22117610Sdes#undef HAVE_FPURGE
23117610Sdes
24117610Sdes/* Define to 1 if you have the <inttypes.h> header file. */
25117610Sdes#undef HAVE_INTTYPES_H
26117610Sdes
27247568Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
28247568Sdes#undef HAVE_LIBCRYPT
29247568Sdes
30263421Sdes/* Define to 1 if you have the `crypto' library (-lcrypto). */
31263421Sdes#undef HAVE_LIBCRYPTO
32263421Sdes
33247568Sdes/* Define to 1 if you have the `dl' library (-ldl). */
34247568Sdes#undef HAVE_LIBDL
35247568Sdes
36117610Sdes/* Define to 1 if you have the <memory.h> header file. */
37117610Sdes#undef HAVE_MEMORY_H
38117610Sdes
39263421Sdes/* Define to 1 if you have the `setlogmask' function. */
40263421Sdes#undef HAVE_SETLOGMASK
41263421Sdes
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
54247568Sdes/* Define to 1 if you have the `strlcat' function. */
55247568Sdes#undef HAVE_STRLCAT
56247568Sdes
57247568Sdes/* Define to 1 if you have the `strlcmp' function. */
58247568Sdes#undef HAVE_STRLCMP
59247568Sdes
60247568Sdes/* Define to 1 if you have the `strlcpy' function. */
61247568Sdes#undef HAVE_STRLCPY
62247568Sdes
63117610Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
64117610Sdes#undef HAVE_SYS_STAT_H
65117610Sdes
66117610Sdes/* Define to 1 if you have the <sys/types.h> header file. */
67117610Sdes#undef HAVE_SYS_TYPES_H
68117610Sdes
69117610Sdes/* Define to 1 if you have the <unistd.h> header file. */
70117610Sdes#undef HAVE_UNISTD_H
71117610Sdes
72263421Sdes/* Define to 1 if you have the `vasprintf' function. */
73263421Sdes#undef HAVE_VASPRINTF
74263421Sdes
75117610Sdes/* OpenPAM library major number */
76117610Sdes#undef LIB_MAJ
77117610Sdes
78247568Sdes/* Define to the sub-directory in which libtool stores uninstalled libraries.
79247568Sdes   */
80247568Sdes#undef LT_OBJDIR
81247568Sdes
82263421Sdes/* Turn debugging macros on */
83174832Sdes#undef OPENPAM_DEBUG
84174832Sdes
85117610Sdes/* OpenPAM modules directory */
86117610Sdes#undef OPENPAM_MODULES_DIR
87117610Sdes
88117610Sdes/* Name of package */
89117610Sdes#undef PACKAGE
90117610Sdes
91117610Sdes/* Define to the address where bug reports for this package should be sent. */
92117610Sdes#undef PACKAGE_BUGREPORT
93117610Sdes
94117610Sdes/* Define to the full name of this package. */
95117610Sdes#undef PACKAGE_NAME
96117610Sdes
97117610Sdes/* Define to the full name and version of this package. */
98117610Sdes#undef PACKAGE_STRING
99117610Sdes
100117610Sdes/* Define to the one symbol short name of this package. */
101117610Sdes#undef PACKAGE_TARNAME
102117610Sdes
103247568Sdes/* Define to the home page for this package. */
104247568Sdes#undef PACKAGE_URL
105247568Sdes
106117610Sdes/* Define to the version of this package. */
107117610Sdes#undef PACKAGE_VERSION
108117610Sdes
109117610Sdes/* Define to 1 if you have the ANSI C header files. */
110117610Sdes#undef STDC_HEADERS
111117610Sdes
112247568Sdes/* Enable extensions on AIX 3, Interix.  */
113247568Sdes#ifndef _ALL_SOURCE
114247568Sdes# undef _ALL_SOURCE
115247568Sdes#endif
116247568Sdes/* Enable GNU extensions on systems that have them.  */
117247568Sdes#ifndef _GNU_SOURCE
118247568Sdes# undef _GNU_SOURCE
119247568Sdes#endif
120247568Sdes/* Enable threading extensions on Solaris.  */
121247568Sdes#ifndef _POSIX_PTHREAD_SEMANTICS
122247568Sdes# undef _POSIX_PTHREAD_SEMANTICS
123247568Sdes#endif
124247568Sdes/* Enable extensions on HP NonStop.  */
125247568Sdes#ifndef _TANDEM_SOURCE
126247568Sdes# undef _TANDEM_SOURCE
127247568Sdes#endif
128247568Sdes/* Enable general extensions on Solaris.  */
129247568Sdes#ifndef __EXTENSIONS__
130247568Sdes# undef __EXTENSIONS__
131247568Sdes#endif
132247568Sdes
133247568Sdes
134117610Sdes/* Version number of package */
135117610Sdes#undef VERSION
136117610Sdes
137247568Sdes/* Define to 1 if on MINIX. */
138247568Sdes#undef _MINIX
139247568Sdes
140247568Sdes/* Define to 2 if the system does not provide POSIX.1 features except with
141247568Sdes   this defined. */
142247568Sdes#undef _POSIX_1_SOURCE
143247568Sdes
144247568Sdes/* Define to 1 if you need to in order for `stat' and other things to work. */
145247568Sdes#undef _POSIX_SOURCE
146247568Sdes
147247568Sdes/* Define to empty if `const' does not conform to ANSI C. */
148247568Sdes#undef const
149247568Sdes
150247568Sdes/* Define to the equivalent of the C99 'restrict' keyword, or to
151247568Sdes   nothing if this is not supported.  Do not define if restrict is
152247568Sdes   supported directly.  */
153247568Sdes#undef restrict
154247568Sdes/* Work around a bug in Sun C++: it does not support _Restrict or
155247568Sdes   __restrict__, even though the corresponding Sun C compiler ends up with
156247568Sdes   "#define restrict _Restrict" or "#define restrict __restrict__" in the
157247568Sdes   previous line.  Perhaps some future version of Sun C++ will work with
158247568Sdes   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
159247568Sdes#if defined __SUNPRO_CC && !defined __RESTRICT
160247568Sdes# define _Restrict
161247568Sdes# define __restrict__
162247568Sdes#endif
163247568Sdes
164117610Sdes/* Define to empty if the keyword `volatile' does not work. Warning: valid
165117610Sdes   code using `volatile' can become incorrect without. Disable with care. */
166117610Sdes#undef volatile
167