config.h.in revision 228692
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
6117610Sdes/* Define to 1 if you have the <crypt.h> header file. */
7117610Sdes#undef HAVE_CRYPT_H
8117610Sdes
9141098Sdes/* Define to 1 if you have the <dlfcn.h> header file. */
10141098Sdes#undef HAVE_DLFCN_H
11141098Sdes
12117610Sdes/* Define to 1 if you have the `fpurge' function. */
13117610Sdes#undef HAVE_FPURGE
14117610Sdes
15117610Sdes/* Define to 1 if you have the <inttypes.h> header file. */
16117610Sdes#undef HAVE_INTTYPES_H
17117610Sdes
18228692Sdes/* Define to 1 if you have the `crypt' library (-lcrypt). */
19228692Sdes#undef HAVE_LIBCRYPT
20228692Sdes
21228692Sdes/* Define to 1 if you have the `dl' library (-ldl). */
22228692Sdes#undef HAVE_LIBDL
23228692Sdes
24117610Sdes/* Define to 1 if you have the <memory.h> header file. */
25117610Sdes#undef HAVE_MEMORY_H
26117610Sdes
27117610Sdes/* Define to 1 if you have the <stdint.h> header file. */
28117610Sdes#undef HAVE_STDINT_H
29117610Sdes
30117610Sdes/* Define to 1 if you have the <stdlib.h> header file. */
31117610Sdes#undef HAVE_STDLIB_H
32117610Sdes
33117610Sdes/* Define to 1 if you have the <strings.h> header file. */
34117610Sdes#undef HAVE_STRINGS_H
35117610Sdes
36117610Sdes/* Define to 1 if you have the <string.h> header file. */
37117610Sdes#undef HAVE_STRING_H
38117610Sdes
39228692Sdes/* Define to 1 if you have the `strlcmp' function. */
40228692Sdes#undef HAVE_STRLCMP
41228692Sdes
42228692Sdes/* Define to 1 if you have the `strlcpy' function. */
43228692Sdes#undef HAVE_STRLCPY
44228692Sdes
45117610Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
46117610Sdes#undef HAVE_SYS_STAT_H
47117610Sdes
48117610Sdes/* Define to 1 if you have the <sys/types.h> header file. */
49117610Sdes#undef HAVE_SYS_TYPES_H
50117610Sdes
51117610Sdes/* Define to 1 if you have the <unistd.h> header file. */
52117610Sdes#undef HAVE_UNISTD_H
53117610Sdes
54117610Sdes/* OpenPAM library major number */
55117610Sdes#undef LIB_MAJ
56117610Sdes
57228692Sdes/* Define to the sub-directory in which libtool stores uninstalled libraries.
58228692Sdes   */
59228692Sdes#undef LT_OBJDIR
60228692Sdes
61174832Sdes/* Turn debugging on by default */
62174832Sdes#undef OPENPAM_DEBUG
63174832Sdes
64117610Sdes/* OpenPAM modules directory */
65117610Sdes#undef OPENPAM_MODULES_DIR
66117610Sdes
67117610Sdes/* Name of package */
68117610Sdes#undef PACKAGE
69117610Sdes
70117610Sdes/* Define to the address where bug reports for this package should be sent. */
71117610Sdes#undef PACKAGE_BUGREPORT
72117610Sdes
73117610Sdes/* Define to the full name of this package. */
74117610Sdes#undef PACKAGE_NAME
75117610Sdes
76117610Sdes/* Define to the full name and version of this package. */
77117610Sdes#undef PACKAGE_STRING
78117610Sdes
79117610Sdes/* Define to the one symbol short name of this package. */
80117610Sdes#undef PACKAGE_TARNAME
81117610Sdes
82228692Sdes/* Define to the home page for this package. */
83228692Sdes#undef PACKAGE_URL
84228692Sdes
85117610Sdes/* Define to the version of this package. */
86117610Sdes#undef PACKAGE_VERSION
87117610Sdes
88117610Sdes/* Define to 1 if you have the ANSI C header files. */
89117610Sdes#undef STDC_HEADERS
90117610Sdes
91228692Sdes/* Enable extensions on AIX 3, Interix.  */
92228692Sdes#ifndef _ALL_SOURCE
93228692Sdes# undef _ALL_SOURCE
94228692Sdes#endif
95228692Sdes/* Enable GNU extensions on systems that have them.  */
96228692Sdes#ifndef _GNU_SOURCE
97228692Sdes# undef _GNU_SOURCE
98228692Sdes#endif
99228692Sdes/* Enable threading extensions on Solaris.  */
100228692Sdes#ifndef _POSIX_PTHREAD_SEMANTICS
101228692Sdes# undef _POSIX_PTHREAD_SEMANTICS
102228692Sdes#endif
103228692Sdes/* Enable extensions on HP NonStop.  */
104228692Sdes#ifndef _TANDEM_SOURCE
105228692Sdes# undef _TANDEM_SOURCE
106228692Sdes#endif
107228692Sdes/* Enable general extensions on Solaris.  */
108228692Sdes#ifndef __EXTENSIONS__
109228692Sdes# undef __EXTENSIONS__
110228692Sdes#endif
111228692Sdes
112228692Sdes
113117610Sdes/* Version number of package */
114117610Sdes#undef VERSION
115117610Sdes
116228692Sdes/* Define to 1 if on MINIX. */
117228692Sdes#undef _MINIX
118228692Sdes
119228692Sdes/* Define to 2 if the system does not provide POSIX.1 features except with
120228692Sdes   this defined. */
121228692Sdes#undef _POSIX_1_SOURCE
122228692Sdes
123228692Sdes/* Define to 1 if you need to in order for `stat' and other things to work. */
124228692Sdes#undef _POSIX_SOURCE
125228692Sdes
126228692Sdes/* Define to empty if `const' does not conform to ANSI C. */
127228692Sdes#undef const
128228692Sdes
129228692Sdes/* Define to the equivalent of the C99 'restrict' keyword, or to
130228692Sdes   nothing if this is not supported.  Do not define if restrict is
131228692Sdes   supported directly.  */
132228692Sdes#undef restrict
133228692Sdes/* Work around a bug in Sun C++: it does not support _Restrict or
134228692Sdes   __restrict__, even though the corresponding Sun C compiler ends up with
135228692Sdes   "#define restrict _Restrict" or "#define restrict __restrict__" in the
136228692Sdes   previous line.  Perhaps some future version of Sun C++ will work with
137228692Sdes   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
138228692Sdes#if defined __SUNPRO_CC && !defined __RESTRICT
139228692Sdes# define _Restrict
140228692Sdes# define __restrict__
141228692Sdes#endif
142228692Sdes
143117610Sdes/* Define to empty if the keyword `volatile' does not work. Warning: valid
144117610Sdes   code using `volatile' can become incorrect without. Disable with care. */
145117610Sdes#undef volatile
146