config.h.in revision 117610
1117610Sdes/* config.h.in.  Generated from configure.in 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
9117610Sdes/* Define to 1 if you have the `fpurge' function. */
10117610Sdes#undef HAVE_FPURGE
11117610Sdes
12117610Sdes/* Define to 1 if you have the <inttypes.h> header file. */
13117610Sdes#undef HAVE_INTTYPES_H
14117610Sdes
15117610Sdes/* Define to 1 if you have the <memory.h> header file. */
16117610Sdes#undef HAVE_MEMORY_H
17117610Sdes
18117610Sdes/* Define to 1 if you have the <stdint.h> header file. */
19117610Sdes#undef HAVE_STDINT_H
20117610Sdes
21117610Sdes/* Define to 1 if you have the <stdlib.h> header file. */
22117610Sdes#undef HAVE_STDLIB_H
23117610Sdes
24117610Sdes/* Define to 1 if you have the <strings.h> header file. */
25117610Sdes#undef HAVE_STRINGS_H
26117610Sdes
27117610Sdes/* Define to 1 if you have the <string.h> header file. */
28117610Sdes#undef HAVE_STRING_H
29117610Sdes
30117610Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
31117610Sdes#undef HAVE_SYS_STAT_H
32117610Sdes
33117610Sdes/* Define to 1 if you have the <sys/types.h> header file. */
34117610Sdes#undef HAVE_SYS_TYPES_H
35117610Sdes
36117610Sdes/* Define to 1 if you have the <unistd.h> header file. */
37117610Sdes#undef HAVE_UNISTD_H
38117610Sdes
39117610Sdes/* OpenPAM library major number */
40117610Sdes#undef LIB_MAJ
41117610Sdes
42117610Sdes/* OpenPAM modules directory */
43117610Sdes#undef OPENPAM_MODULES_DIR
44117610Sdes
45117610Sdes/* Name of package */
46117610Sdes#undef PACKAGE
47117610Sdes
48117610Sdes/* Define to the address where bug reports for this package should be sent. */
49117610Sdes#undef PACKAGE_BUGREPORT
50117610Sdes
51117610Sdes/* Define to the full name of this package. */
52117610Sdes#undef PACKAGE_NAME
53117610Sdes
54117610Sdes/* Define to the full name and version of this package. */
55117610Sdes#undef PACKAGE_STRING
56117610Sdes
57117610Sdes/* Define to the one symbol short name of this package. */
58117610Sdes#undef PACKAGE_TARNAME
59117610Sdes
60117610Sdes/* Define to the version of this package. */
61117610Sdes#undef PACKAGE_VERSION
62117610Sdes
63117610Sdes/* Define to 1 if you have the ANSI C header files. */
64117610Sdes#undef STDC_HEADERS
65117610Sdes
66117610Sdes/* Version number of package */
67117610Sdes#undef VERSION
68117610Sdes
69117610Sdes/* Define to empty if the keyword `volatile' does not work. Warning: valid
70117610Sdes   code using `volatile' can become incorrect without. Disable with care. */
71117610Sdes#undef volatile
72