Blame config.h.in

Packit 8586cb
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 8586cb
#undef HAVE_DLFCN_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 8586cb
#undef HAVE_INTTYPES_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <ldap.h> header file. */
Packit 8586cb
#undef HAVE_LDAP_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the `lber' library (-llber). */
Packit 8586cb
#undef HAVE_LIBLBER
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the `ldap' library (-lldap). */
Packit 8586cb
#undef HAVE_LIBLDAP
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <memory.h> header file. */
Packit 8586cb
#undef HAVE_MEMORY_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <sasl/sasl.h> header file. */
Packit 8586cb
#undef HAVE_SASL_SASL_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <stdint.h> header file. */
Packit 8586cb
#undef HAVE_STDINT_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 8586cb
#undef HAVE_STDLIB_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <strings.h> header file. */
Packit 8586cb
#undef HAVE_STRINGS_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <string.h> header file. */
Packit 8586cb
#undef HAVE_STRING_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 8586cb
#undef HAVE_SYS_STAT_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 8586cb
#undef HAVE_SYS_TYPES_H
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the <unistd.h> header file. */
Packit 8586cb
#undef HAVE_UNISTD_H
Packit 8586cb
Packit 8586cb
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 8586cb
#undef LT_OBJDIR
Packit 8586cb
Packit 8586cb
/* Disable glib assertions */
Packit 8586cb
#undef NDEBUG
Packit 8586cb
Packit 8586cb
/* Name of package */
Packit 8586cb
#undef PACKAGE
Packit 8586cb
Packit 8586cb
/* Define to the address where bug reports for this package should be sent. */
Packit 8586cb
#undef PACKAGE_BUGREPORT
Packit 8586cb
Packit 8586cb
/* Define to the full name of this package. */
Packit 8586cb
#undef PACKAGE_NAME
Packit 8586cb
Packit 8586cb
/* Define to the full name and version of this package. */
Packit 8586cb
#undef PACKAGE_STRING
Packit 8586cb
Packit 8586cb
/* Define to the one symbol short name of this package. */
Packit 8586cb
#undef PACKAGE_TARNAME
Packit 8586cb
Packit 8586cb
/* Define to the home page for this package. */
Packit 8586cb
#undef PACKAGE_URL
Packit 8586cb
Packit 8586cb
/* Define to the version of this package. */
Packit 8586cb
#undef PACKAGE_VERSION
Packit 8586cb
Packit 8586cb
/* Define to 1 if you have the ANSI C header files. */
Packit 8586cb
#undef STDC_HEADERS
Packit 8586cb
Packit 8586cb
/* Enable extensions on AIX 3, Interix.  */
Packit 8586cb
#ifndef _ALL_SOURCE
Packit 8586cb
# undef _ALL_SOURCE
Packit 8586cb
#endif
Packit 8586cb
/* Enable GNU extensions on systems that have them.  */
Packit 8586cb
#ifndef _GNU_SOURCE
Packit 8586cb
# undef _GNU_SOURCE
Packit 8586cb
#endif
Packit 8586cb
/* Enable threading extensions on Solaris.  */
Packit 8586cb
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 8586cb
# undef _POSIX_PTHREAD_SEMANTICS
Packit 8586cb
#endif
Packit 8586cb
/* Enable extensions on HP NonStop.  */
Packit 8586cb
#ifndef _TANDEM_SOURCE
Packit 8586cb
# undef _TANDEM_SOURCE
Packit 8586cb
#endif
Packit 8586cb
/* Enable general extensions on Solaris.  */
Packit 8586cb
#ifndef __EXTENSIONS__
Packit 8586cb
# undef __EXTENSIONS__
Packit 8586cb
#endif
Packit 8586cb
Packit 8586cb
Packit 8586cb
/* Version number of package */
Packit 8586cb
#undef VERSION
Packit 8586cb
Packit 8586cb
/* Print debug output */
Packit 8586cb
#undef WITH_DEBUG
Packit 8586cb
Packit 8586cb
/* More strict checks */
Packit 8586cb
#undef WITH_STRICT
Packit 8586cb
Packit 8586cb
/* In debug mode */
Packit 8586cb
#undef _DEBUG
Packit 8586cb
Packit 8586cb
/* Define to 1 if on MINIX. */
Packit 8586cb
#undef _MINIX
Packit 8586cb
Packit 8586cb
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 8586cb
   this defined. */
Packit 8586cb
#undef _POSIX_1_SOURCE
Packit 8586cb
Packit 8586cb
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 8586cb
#undef _POSIX_SOURCE