freebsd-dev/contrib/openpam/config.h.in

172 lines
4.6 KiB
C
Raw Normal View History

2005-02-01 10:16:17 +00:00
/* config.h.in. Generated from configure.ac by autoheader. */
2003-07-15 07:18:26 +00:00
/* Whether loading unversioned modules support is disabled */
#undef DISABLE_UNVERSIONED_MODULES
2013-09-07 16:15:30 +00:00
/* Define to 1 if you have the `asprintf' function. */
#undef HAVE_ASPRINTF
2003-07-15 07:18:26 +00:00
/* Define to 1 if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
2005-02-01 10:16:17 +00:00
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
2013-09-07 16:15:30 +00:00
/* Define to 1 if you have the `dlfunc' function. */
#undef HAVE_DLFUNC
2012-05-26 14:23:18 +00:00
/* Define to 1 if you have the `fdlopen' function. */
#undef HAVE_FDLOPEN
2003-07-15 07:18:26 +00:00
/* Define to 1 if you have the `fpurge' function. */
#undef HAVE_FPURGE
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
2011-12-18 17:08:40 +00:00
/* Define to 1 if you have the `crypt' library (-lcrypt). */
#undef HAVE_LIBCRYPT
2013-09-07 16:15:30 +00:00
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#undef HAVE_LIBCRYPTO
2011-12-18 17:08:40 +00:00
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
2017-02-19 21:00:46 +00:00
/* Define to 1 if you have the `pam' library (-lpam). */
#undef HAVE_LIBPAM
2003-07-15 07:18:26 +00:00
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
2013-09-07 16:15:30 +00:00
/* Define to 1 if you have the `setlogmask' function. */
#undef HAVE_SETLOGMASK
2003-07-15 07:18:26 +00:00
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
2012-05-26 14:23:18 +00:00
/* Define to 1 if you have the `strlcat' function. */
#undef HAVE_STRLCAT
2011-12-18 17:08:40 +00:00
/* Define to 1 if you have the `strlcmp' function. */
#undef HAVE_STRLCMP
/* Define to 1 if you have the `strlcpy' function. */
#undef HAVE_STRLCPY
2014-09-15 09:40:30 +00:00
/* Define to 1 if you have the `strlset' function. */
#undef HAVE_STRLSET
2003-07-15 07:18:26 +00:00
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
2013-09-07 16:15:30 +00:00
/* Define to 1 if you have the `vasprintf' function. */
#undef HAVE_VASPRINTF
2003-07-15 07:18:26 +00:00
/* OpenPAM library major number */
#undef LIB_MAJ
2017-02-19 21:00:46 +00:00
/* Define to the sub-directory where libtool stores uninstalled libraries. */
2011-12-18 17:08:40 +00:00
#undef LT_OBJDIR
2013-09-07 16:15:30 +00:00
/* Turn debugging macros on */
2007-12-21 11:49:29 +00:00
#undef OPENPAM_DEBUG
2003-07-15 07:18:26 +00:00
/* OpenPAM modules directory */
#undef OPENPAM_MODULES_DIR
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
2011-12-18 17:08:40 +00:00
/* Define to the home page for this package. */
#undef PACKAGE_URL
2003-07-15 07:18:26 +00:00
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
2011-12-18 17:08:40 +00:00
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
2003-07-15 07:18:26 +00:00
/* Version number of package */
#undef VERSION
2011-12-18 17:08:40 +00:00
/* Define to 1 if on MINIX. */
#undef _MINIX
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
#undef restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#define restrict _Restrict" or "#define restrict __restrict__" in the
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif
2003-07-15 07:18:26 +00:00
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile