Blame src/config.h.in

Packit 6b81fa
/* src/config.h.in.  Generated from configure.ac by autoheader.  */
Packit 6b81fa
Packit 6b81fa
/* Define if building universal (internal helper macro) */
Packit 6b81fa
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 6b81fa
Packit 6b81fa
/* Default PKCS#11 module. */
Packit 6b81fa
#undef DEFAULT_PKCS11_MODULE
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 6b81fa
#undef HAVE_DLFCN_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <errno.h> header file. */
Packit 6b81fa
#undef HAVE_ERRNO_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 6b81fa
#undef HAVE_FCNTL_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <getopt.h> header file. */
Packit 6b81fa
#undef HAVE_GETOPT_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 6b81fa
#undef HAVE_INTTYPES_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <locale.h> header file. */
Packit 6b81fa
#undef HAVE_LOCALE_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <malloc.h> header file. */
Packit 6b81fa
#undef HAVE_MALLOC_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <memory.h> header file. */
Packit 6b81fa
#undef HAVE_MEMORY_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <stdint.h> header file. */
Packit 6b81fa
#undef HAVE_STDINT_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 6b81fa
#undef HAVE_STDLIB_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <strings.h> header file. */
Packit 6b81fa
#undef HAVE_STRINGS_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <string.h> header file. */
Packit 6b81fa
#undef HAVE_STRING_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 6b81fa
#undef HAVE_SYS_STAT_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 6b81fa
#undef HAVE_SYS_TIME_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 6b81fa
#undef HAVE_SYS_TYPES_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
Packit 6b81fa
#undef HAVE_SYS_WAIT_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <unistd.h> header file. */
Packit 6b81fa
#undef HAVE_UNISTD_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the <utmp.h> header file. */
Packit 6b81fa
#undef HAVE_UTMP_H
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the `__register_atfork' function. */
Packit 6b81fa
#undef HAVE___REGISTER_ATFORK
Packit 6b81fa
Packit 6b81fa
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 6b81fa
#undef LT_OBJDIR
Packit 6b81fa
Packit 6b81fa
/* Name of package */
Packit 6b81fa
#undef PACKAGE
Packit 6b81fa
Packit 6b81fa
/* Define to the address where bug reports for this package should be sent. */
Packit 6b81fa
#undef PACKAGE_BUGREPORT
Packit 6b81fa
Packit 6b81fa
/* Define to the full name of this package. */
Packit 6b81fa
#undef PACKAGE_NAME
Packit 6b81fa
Packit 6b81fa
/* Define to the full name and version of this package. */
Packit 6b81fa
#undef PACKAGE_STRING
Packit 6b81fa
Packit 6b81fa
/* Define to the one symbol short name of this package. */
Packit 6b81fa
#undef PACKAGE_TARNAME
Packit 6b81fa
Packit 6b81fa
/* Define to the home page for this package. */
Packit 6b81fa
#undef PACKAGE_URL
Packit 6b81fa
Packit 6b81fa
/* Define to the version of this package. */
Packit 6b81fa
#undef PACKAGE_VERSION
Packit 6b81fa
Packit 6b81fa
/* Define to 1 if you have the ANSI C header files. */
Packit 6b81fa
#undef STDC_HEADERS
Packit 6b81fa
Packit 6b81fa
/* Define if you are on Cygwin */
Packit 6b81fa
#undef USE_CYGWIN
Packit 6b81fa
Packit 6b81fa
/* Version number of package */
Packit 6b81fa
#undef VERSION
Packit 6b81fa
Packit 6b81fa
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 6b81fa
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 6b81fa
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 6b81fa
# if defined __BIG_ENDIAN__
Packit 6b81fa
#  define WORDS_BIGENDIAN 1
Packit 6b81fa
# endif
Packit 6b81fa
#else
Packit 6b81fa
# ifndef WORDS_BIGENDIAN
Packit 6b81fa
#  undef WORDS_BIGENDIAN
Packit 6b81fa
# endif
Packit 6b81fa
#endif