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
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
15255376Sdes/* Define to 1 if you have the `dlfunc' function. */
16255376Sdes#undef HAVE_DLFUNC
17255376Sdes
18236109Sdes/* Define to 1 if you have the `fdlopen' function. */
19236109Sdes#undef HAVE_FDLOPEN
20236109Sdes
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
27228692Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
28228692Sdes#undef HAVE_LIBCRYPT
29228692Sdes
30255376Sdes/* Define to 1 if you have the `crypto' library (-lcrypto). */
31255376Sdes#undef HAVE_LIBCRYPTO
32255376Sdes
33228692Sdes/* Define to 1 if you have the `dl' library (-ldl). */
34228692Sdes#undef HAVE_LIBDL
35228692Sdes
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
63271947Sdes/* Define to 1 if you have the `strlset' function. */
64271947Sdes#undef HAVE_STRLSET
65271947Sdes
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
81228692Sdes/* Define to the sub-directory in which libtool stores uninstalled libraries.
82228692Sdes   */
83228692Sdes#undef LT_OBJDIR
84228692Sdes
85255376Sdes/* Turn debugging macros on */
86174832Sdes#undef OPENPAM_DEBUG
87174832Sdes
88117610Sdes/* OpenPAM modules directory */
89117610Sdes#undef OPENPAM_MODULES_DIR
90117610Sdes
91117610Sdes/* Name of package */
92117610Sdes#undef PACKAGE
93117610Sdes
94117610Sdes/* Define to the address where bug reports for this package should be sent. */
95117610Sdes#undef PACKAGE_BUGREPORT
96117610Sdes
97117610Sdes/* Define to the full name of this package. */
98117610Sdes#undef PACKAGE_NAME
99117610Sdes
100117610Sdes/* Define to the full name and version of this package. */
101117610Sdes#undef PACKAGE_STRING
102117610Sdes
103117610Sdes/* Define to the one symbol short name of this package. */
104117610Sdes#undef PACKAGE_TARNAME
105117610Sdes
106228692Sdes/* Define to the home page for this package. */
107228692Sdes#undef PACKAGE_URL
108228692Sdes
109117610Sdes/* Define to the version of this package. */
110117610Sdes#undef PACKAGE_VERSION
111117610Sdes
112117610Sdes/* Define to 1 if you have the ANSI C header files. */
113117610Sdes#undef STDC_HEADERS
114117610Sdes
115228692Sdes/* Enable extensions on AIX 3, Interix.  */
116228692Sdes#ifndef _ALL_SOURCE
117228692Sdes# undef _ALL_SOURCE
118228692Sdes#endif
119228692Sdes/* Enable GNU extensions on systems that have them.  */
120228692Sdes#ifndef _GNU_SOURCE
121228692Sdes# undef _GNU_SOURCE
122228692Sdes#endif
123228692Sdes/* Enable threading extensions on Solaris.  */
124228692Sdes#ifndef _POSIX_PTHREAD_SEMANTICS
125228692Sdes# undef _POSIX_PTHREAD_SEMANTICS
126228692Sdes#endif
127228692Sdes/* Enable extensions on HP NonStop.  */
128228692Sdes#ifndef _TANDEM_SOURCE
129228692Sdes# undef _TANDEM_SOURCE
130228692Sdes#endif
131228692Sdes/* Enable general extensions on Solaris.  */
132228692Sdes#ifndef __EXTENSIONS__
133228692Sdes# undef __EXTENSIONS__
134228692Sdes#endif
135228692Sdes
136228692Sdes
137117610Sdes/* Version number of package */
138117610Sdes#undef VERSION
139117610Sdes
140228692Sdes/* Define to 1 if on MINIX. */
141228692Sdes#undef _MINIX
142228692Sdes
143228692Sdes/* Define to 2 if the system does not provide POSIX.1 features except with
144228692Sdes   this defined. */
145228692Sdes#undef _POSIX_1_SOURCE
146228692Sdes
147228692Sdes/* Define to 1 if you need to in order for `stat' and other things to work. */
148228692Sdes#undef _POSIX_SOURCE
149228692Sdes
150228692Sdes/* Define to empty if `const' does not conform to ANSI C. */
151228692Sdes#undef const
152228692Sdes
153228692Sdes/* Define to the equivalent of the C99 'restrict' keyword, or to
154228692Sdes   nothing if this is not supported.  Do not define if restrict is
155228692Sdes   supported directly.  */
156228692Sdes#undef restrict
157228692Sdes/* Work around a bug in Sun C++: it does not support _Restrict or
158228692Sdes   __restrict__, even though the corresponding Sun C compiler ends up with
159228692Sdes   "#define restrict _Restrict" or "#define restrict __restrict__" in the
160228692Sdes   previous line.  Perhaps some future version of Sun C++ will work with
161228692Sdes   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
162228692Sdes#if defined __SUNPRO_CC && !defined __RESTRICT
163228692Sdes# define _Restrict
164228692Sdes# define __restrict__
165228692Sdes#endif
166228692Sdes
167117610Sdes/* Define to empty if the keyword `volatile' does not work. Warning: valid
168117610Sdes   code using `volatile' can become incorrect without. Disable with care. */
169117610Sdes#undef volatile
170