/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Whether loading unversioned modules support is disabled */ /* #undef DISABLE_UNVERSIONED_MODULES */ /* Define to 1 if you have the <crypt.h> header file. */ /* #undef HAVE_CRYPT_H */ /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `fpurge' function. */ #define HAVE_FPURGE 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 /* OpenPAM library major number */ #define LIB_MAJ 2 /* Turn debugging on by default */ /* #undef OPENPAM_DEBUG */ /* OpenPAM modules directory */ #define OPENPAM_MODULES_DIR "/usr/lib/pam/" /* Name of package */ #define PACKAGE "openpam" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "des@des.no" /* Define to the full name of this package. */ #define PACKAGE_NAME "OpenPAM" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "OpenPAM 20071221" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openpam" /* Define to the version of this package. */ #define PACKAGE_VERSION "20071221" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "20071221" /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ /* #undef volatile */