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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

237 lines
6.8 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
2019-02-24 20:54:06 +00:00
/* Define to 1 if you have cryb-test */
#undef HAVE_CRYB_TEST
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 `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
2023-06-27 17:01:49 +00:00
/* Define to 1 if you have the <minix/config.h> header file. */
#undef HAVE_MINIX_CONFIG_H
2003-07-15 07:18:26 +00:00
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
2023-06-27 17:01:49 +00:00
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
2003-07-15 07:18:26 +00:00
/* 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
2023-06-27 17:01:49 +00:00
/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
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
2023-06-27 17:01:49 +00:00
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
2003-07-15 07:18:26 +00:00
#undef STDC_HEADERS
2011-12-18 17:08:40 +00:00
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
2023-06-27 17:01:49 +00:00
/* Enable general extensions on macOS. */
#ifndef _DARWIN_C_SOURCE
# undef _DARWIN_C_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
2011-12-18 17:08:40 +00:00
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
2023-06-27 17:01:49 +00:00
/* Enable X/Open compliant socket functions that do not require linking
with -lxnet on HP-UX 11.11. */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# undef _HPUX_ALT_XOPEN_SOCKET_API
#endif
/* Identify the host operating system as Minix.
This macro does not affect the system headers' behavior.
A future release of Autoconf may stop defining this macro. */
#ifndef _MINIX
# undef _MINIX
#endif
/* Enable general extensions on NetBSD.
Enable NetBSD compatibility extensions on Minix. */
#ifndef _NETBSD_SOURCE
# undef _NETBSD_SOURCE
#endif
/* Enable OpenBSD compatibility extensions on NetBSD.
Oddly enough, this does nothing on OpenBSD. */
#ifndef _OPENBSD_SOURCE
# undef _OPENBSD_SOURCE
#endif
/* Define to 1 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_SOURCE
# undef _POSIX_SOURCE
#endif
/* Define to 2 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_1_SOURCE
# undef _POSIX_1_SOURCE
#endif
/* Enable POSIX-compatible threading on Solaris. */
2011-12-18 17:08:40 +00:00
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
2023-06-27 17:01:49 +00:00
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# undef __STDC_WANT_IEC_60559_BFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# undef __STDC_WANT_IEC_60559_DFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
#endif
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
#ifndef __STDC_WANT_LIB_EXT2__
# undef __STDC_WANT_LIB_EXT2__
#endif
/* Enable extensions specified by ISO/IEC 24747:2009. */
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
# undef __STDC_WANT_MATH_SPEC_FUNCS__
#endif
2011-12-18 17:08:40 +00:00
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
2023-06-27 17:01:49 +00:00
/* Enable X/Open extensions. Define to 500 only if necessary
to make mbstate_t available. */
#ifndef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
2011-12-18 17:08:40 +00:00
#endif
2003-07-15 07:18:26 +00:00
/* Version number of package */
#undef VERSION
2023-06-27 17:01:49 +00:00
/* Define to 1 if code coverage is enabled */
#undef WITH_CODE_COVERAGE
2011-12-18 17:08:40 +00:00
/* 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
2023-06-27 17:01:49 +00:00
supported only directly. */
2011-12-18 17:08:40 +00:00
#undef restrict
2023-06-27 17:01:49 +00:00
/* Work around a bug in older versions of Sun C++, which did not
#define __restrict__ or support _Restrict or __restrict__
even though the corresponding Sun C compiler ended up with
"#define restrict _Restrict" or "#define restrict __restrict__"
in the previous line. This workaround can be removed once
we assume Oracle Developer Studio 12.5 (2016) or later. */
#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
2011-12-18 17:08:40 +00:00
# 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