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 <crypt.h> header file. */ 7#undef HAVE_CRYPT_H 8 9/* Define to 1 if you have the <dlfcn.h> header file. */ 10#undef HAVE_DLFCN_H 11 12/* Define to 1 if you have the `fdlopen' function. */ 13#undef HAVE_FDLOPEN 14 15/* Define to 1 if you have the `fpurge' function. */ 16#undef HAVE_FPURGE 17 18/* Define to 1 if you have the <inttypes.h> header file. */ 19#undef HAVE_INTTYPES_H 20 21/* Define to 1 if you have the `crypt' library (-lcrypt). */ 22#undef HAVE_LIBCRYPT 23 24/* Define to 1 if you have the `dl' library (-ldl). */ 25#undef HAVE_LIBDL 26 27/* Define to 1 if you have the <memory.h> header file. */ 28#undef HAVE_MEMORY_H 29 30/* Define to 1 if you have the <stdint.h> header file. */ 31#undef HAVE_STDINT_H 32 33/* Define to 1 if you have the <stdlib.h> header file. */ 34#undef HAVE_STDLIB_H 35 36/* Define to 1 if you have the <strings.h> header file. */ 37#undef HAVE_STRINGS_H 38 39/* Define to 1 if you have the <string.h> header file. */ 40#undef HAVE_STRING_H 41 42/* Define to 1 if you have the `strlcat' function. */ 43#undef HAVE_STRLCAT 44 45/* Define to 1 if you have the `strlcmp' function. */ 46#undef HAVE_STRLCMP 47 48/* Define to 1 if you have the `strlcpy' function. */ 49#undef HAVE_STRLCPY 50 51/* Define to 1 if you have the <sys/stat.h> header file. */ 52#undef HAVE_SYS_STAT_H 53 54/* Define to 1 if you have the <sys/types.h> header file. */ 55#undef HAVE_SYS_TYPES_H 56 57/* Define to 1 if you have the <unistd.h> header file. */ 58#undef HAVE_UNISTD_H 59 60/* OpenPAM library major number */ 61#undef LIB_MAJ 62 63/* Define to the sub-directory in which libtool stores uninstalled libraries. 64 */ 65#undef LT_OBJDIR 66 67/* Turn debugging on by default */ 68#undef OPENPAM_DEBUG 69 70/* OpenPAM modules directory */ 71#undef OPENPAM_MODULES_DIR 72 73/* Name of package */ 74#undef PACKAGE 75 76/* Define to the address where bug reports for this package should be sent. */ 77#undef PACKAGE_BUGREPORT 78 79/* Define to the full name of this package. */ 80#undef PACKAGE_NAME 81 82/* Define to the full name and version of this package. */ 83#undef PACKAGE_STRING 84 85/* Define to the one symbol short name of this package. */ 86#undef PACKAGE_TARNAME 87 88/* Define to the home page for this package. */ 89#undef PACKAGE_URL 90 91/* Define to the version of this package. */ 92#undef PACKAGE_VERSION 93 94/* Define to 1 if you have the ANSI C header files. */ 95#undef STDC_HEADERS 96 97/* Enable extensions on AIX 3, Interix. */ 98#ifndef _ALL_SOURCE 99# undef _ALL_SOURCE 100#endif 101/* Enable GNU extensions on systems that have them. */ 102#ifndef _GNU_SOURCE 103# undef _GNU_SOURCE 104#endif 105/* Enable threading extensions on Solaris. */ 106#ifndef _POSIX_PTHREAD_SEMANTICS 107# undef _POSIX_PTHREAD_SEMANTICS 108#endif 109/* Enable extensions on HP NonStop. */ 110#ifndef _TANDEM_SOURCE 111# undef _TANDEM_SOURCE 112#endif 113/* Enable general extensions on Solaris. */ 114#ifndef __EXTENSIONS__ 115# undef __EXTENSIONS__ 116#endif 117 118 119/* Version number of package */ 120#undef VERSION 121 122/* Define to 1 if on MINIX. */ 123#undef _MINIX 124 125/* Define to 2 if the system does not provide POSIX.1 features except with 126 this defined. */ 127#undef _POSIX_1_SOURCE 128 129/* Define to 1 if you need to in order for `stat' and other things to work. */ 130#undef _POSIX_SOURCE 131 132/* Define to empty if `const' does not conform to ANSI C. */ 133#undef const 134 135/* Define to the equivalent of the C99 'restrict' keyword, or to 136 nothing if this is not supported. Do not define if restrict is 137 supported directly. */ 138#undef restrict 139/* Work around a bug in Sun C++: it does not support _Restrict or 140 __restrict__, even though the corresponding Sun C compiler ends up with 141 "#define restrict _Restrict" or "#define restrict __restrict__" in the 142 previous line. Perhaps some future version of Sun C++ will work with 143 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ 144#if defined __SUNPRO_CC && !defined __RESTRICT 145# define _Restrict 146# define __restrict__ 147#endif 148 149/* Define to empty if the keyword `volatile' does not work. Warning: valid 150 code using `volatile' can become incorrect without. Disable with care. */ 151#undef volatile 152