xref: /freebsd/contrib/openpam/config.h.in (revision 780fb4a2)
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 the <crypt.h> header file. */
10#undef HAVE_CRYPT_H
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* Define to 1 if you have the `dlfunc' function. */
16#undef HAVE_DLFUNC
17
18/* Define to 1 if you have the `fdlopen' function. */
19#undef HAVE_FDLOPEN
20
21/* Define to 1 if you have the `fpurge' function. */
22#undef HAVE_FPURGE
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the `crypt' library (-lcrypt). */
28#undef HAVE_LIBCRYPT
29
30/* Define to 1 if you have the `crypto' library (-lcrypto). */
31#undef HAVE_LIBCRYPTO
32
33/* Define to 1 if you have the `dl' library (-ldl). */
34#undef HAVE_LIBDL
35
36/* Define to 1 if you have the `pam' library (-lpam). */
37#undef HAVE_LIBPAM
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* Define to 1 if you have the `setlogmask' function. */
43#undef HAVE_SETLOGMASK
44
45/* Define to 1 if you have the <stdint.h> header file. */
46#undef HAVE_STDINT_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/* OpenPAM library major number */
82#undef LIB_MAJ
83
84/* Define to the sub-directory where libtool stores uninstalled libraries. */
85#undef LT_OBJDIR
86
87/* Turn debugging macros on */
88#undef OPENPAM_DEBUG
89
90/* OpenPAM modules directory */
91#undef OPENPAM_MODULES_DIR
92
93/* Name of package */
94#undef PACKAGE
95
96/* Define to the address where bug reports for this package should be sent. */
97#undef PACKAGE_BUGREPORT
98
99/* Define to the full name of this package. */
100#undef PACKAGE_NAME
101
102/* Define to the full name and version of this package. */
103#undef PACKAGE_STRING
104
105/* Define to the one symbol short name of this package. */
106#undef PACKAGE_TARNAME
107
108/* Define to the home page for this package. */
109#undef PACKAGE_URL
110
111/* Define to the version of this package. */
112#undef PACKAGE_VERSION
113
114/* Define to 1 if you have the ANSI C header files. */
115#undef STDC_HEADERS
116
117/* Enable extensions on AIX 3, Interix.  */
118#ifndef _ALL_SOURCE
119# undef _ALL_SOURCE
120#endif
121/* Enable GNU extensions on systems that have them.  */
122#ifndef _GNU_SOURCE
123# undef _GNU_SOURCE
124#endif
125/* Enable threading extensions on Solaris.  */
126#ifndef _POSIX_PTHREAD_SEMANTICS
127# undef _POSIX_PTHREAD_SEMANTICS
128#endif
129/* Enable extensions on HP NonStop.  */
130#ifndef _TANDEM_SOURCE
131# undef _TANDEM_SOURCE
132#endif
133/* Enable general extensions on Solaris.  */
134#ifndef __EXTENSIONS__
135# undef __EXTENSIONS__
136#endif
137
138
139/* Version number of package */
140#undef VERSION
141
142/* Define to 1 if on MINIX. */
143#undef _MINIX
144
145/* Define to 2 if the system does not provide POSIX.1 features except with
146   this defined. */
147#undef _POSIX_1_SOURCE
148
149/* Define to 1 if you need to in order for `stat' and other things to work. */
150#undef _POSIX_SOURCE
151
152/* Define to empty if `const' does not conform to ANSI C. */
153#undef const
154
155/* Define to the equivalent of the C99 'restrict' keyword, or to
156   nothing if this is not supported.  Do not define if restrict is
157   supported directly.  */
158#undef restrict
159/* Work around a bug in Sun C++: it does not support _Restrict or
160   __restrict__, even though the corresponding Sun C compiler ends up with
161   "#define restrict _Restrict" or "#define restrict __restrict__" in the
162   previous line.  Perhaps some future version of Sun C++ will work with
163   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
164#if defined __SUNPRO_CC && !defined __RESTRICT
165# define _Restrict
166# define __restrict__
167#endif
168
169/* Define to empty if the keyword `volatile' does not work. Warning: valid
170   code using `volatile' can become incorrect without. Disable with care. */
171#undef volatile
172