Blame config.h.in~

Packit Service 36fa42
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service 36fa42
Packit Service 36fa42
/* Define if building universal (internal helper macro) */
Packit Service 36fa42
#undef AC_APPLE_UNIVERSAL_BUILD
Packit Service 36fa42
Packit Service 36fa42
/* Define if debug code should be enabled. */
Packit Service 36fa42
#undef DEBUG
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `asprintf' function. */
Packit Service 36fa42
#undef HAVE_ASPRINTF
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service 36fa42
#undef HAVE_DLFCN_H
Packit Service 36fa42
Packit Service 36fa42
/* Define if compiled with -fvisibility=hidden */
Packit Service 36fa42
#undef HAVE_FVISIBILITY
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `gmtime_r' function. */
Packit Service 36fa42
#undef HAVE_GMTIME_R
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service 36fa42
#undef HAVE_INTTYPES_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `pthread' library (-lpthread). */
Packit Service 36fa42
#undef HAVE_LIBPTHREAD
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `localtime_r' function. */
Packit Service 36fa42
#undef HAVE_LOCALTIME_R
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <memory.h> header file. */
Packit Service 36fa42
#undef HAVE_MEMORY_H
Packit Service 36fa42
Packit Service 36fa42
/* Define if you have POSIX threads libraries and header files. */
Packit Service 36fa42
#undef HAVE_PTHREAD
Packit Service 36fa42
Packit Service 36fa42
/* Have PTHREAD_PRIO_INHERIT. */
Packit Service 36fa42
#undef HAVE_PTHREAD_PRIO_INHERIT
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service 36fa42
#undef HAVE_STDINT_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service 36fa42
#undef HAVE_STDLIB_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `stpcpy' function. */
Packit Service 36fa42
#undef HAVE_STPCPY
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `strcasecmp' function. */
Packit Service 36fa42
#undef HAVE_STRCASECMP
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `strdup' function. */
Packit Service 36fa42
#undef HAVE_STRDUP
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `strerror' function. */
Packit Service 36fa42
#undef HAVE_STRERROR
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <strings.h> header file. */
Packit Service 36fa42
#undef HAVE_STRINGS_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <string.h> header file. */
Packit Service 36fa42
#undef HAVE_STRING_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `strndup' function. */
Packit Service 36fa42
#undef HAVE_STRNDUP
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `strptime' function. */
Packit Service 36fa42
#undef HAVE_STRPTIME
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service 36fa42
#undef HAVE_SYS_STAT_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service 36fa42
#undef HAVE_SYS_TYPES_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `timegm' function. */
Packit Service 36fa42
#undef HAVE_TIMEGM
Packit Service 36fa42
Packit Service 36fa42
/* Define if struct tm has a tm_gmtoff member */
Packit Service 36fa42
#undef HAVE_TM_TM_GMTOFF
Packit Service 36fa42
Packit Service 36fa42
/* Define if struct tm has a tm_zone member */
Packit Service 36fa42
#undef HAVE_TM_TM_ZONE
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service 36fa42
#undef HAVE_UNISTD_H
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the `vasprintf' function. */
Packit Service 36fa42
#undef HAVE_VASPRINTF
Packit Service 36fa42
Packit Service 36fa42
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service 36fa42
#undef LT_OBJDIR
Packit Service 36fa42
Packit Service 36fa42
/* Name of package */
Packit Service 36fa42
#undef PACKAGE
Packit Service 36fa42
Packit Service 36fa42
/* Define to the address where bug reports for this package should be sent. */
Packit Service 36fa42
#undef PACKAGE_BUGREPORT
Packit Service 36fa42
Packit Service 36fa42
/* Define to the full name of this package. */
Packit Service 36fa42
#undef PACKAGE_NAME
Packit Service 36fa42
Packit Service 36fa42
/* Define to the full name and version of this package. */
Packit Service 36fa42
#undef PACKAGE_STRING
Packit Service 36fa42
Packit Service 36fa42
/* Define to the one symbol short name of this package. */
Packit Service 36fa42
#undef PACKAGE_TARNAME
Packit Service 36fa42
Packit Service 36fa42
/* Define to the home page for this package. */
Packit Service 36fa42
#undef PACKAGE_URL
Packit Service 36fa42
Packit Service 36fa42
/* Define to the version of this package. */
Packit Service 36fa42
#undef PACKAGE_VERSION
Packit Service 36fa42
Packit Service 36fa42
/* Define to necessary symbol if this constant uses a non-standard name on
Packit Service 36fa42
   your system. */
Packit Service 36fa42
#undef PTHREAD_CREATE_JOINABLE
Packit Service 36fa42
Packit Service 36fa42
/* Define to 1 if you have the ANSI C header files. */
Packit Service 36fa42
#undef STDC_HEADERS
Packit Service 36fa42
Packit Service 36fa42
/* Version number of package */
Packit Service 36fa42
#undef VERSION
Packit Service 36fa42
Packit Service 36fa42
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit Service 36fa42
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit Service 36fa42
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit Service 36fa42
# if defined __BIG_ENDIAN__
Packit Service 36fa42
#  define WORDS_BIGENDIAN 1
Packit Service 36fa42
# endif
Packit Service 36fa42
#else
Packit Service 36fa42
# ifndef WORDS_BIGENDIAN
Packit Service 36fa42
#  undef WORDS_BIGENDIAN
Packit Service 36fa42
# endif
Packit Service 36fa42
#endif
Packit Service 36fa42
Packit Service 36fa42
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
Packit Service 36fa42
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit Service 36fa42
   #define below would cause a syntax error. */
Packit Service 36fa42
#undef _UINT32_T
Packit Service 36fa42
Packit Service 36fa42
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
Packit Service 36fa42
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit Service 36fa42
   #define below would cause a syntax error. */
Packit Service 36fa42
#undef _UINT8_T
Packit Service 36fa42
Packit Service 36fa42
/* big endian */
Packit Service 36fa42
#undef __BIG_ENDIAN__
Packit Service 36fa42
Packit Service 36fa42
/* little endian */
Packit Service 36fa42
#undef __LITTLE_ENDIAN__
Packit Service 36fa42
Packit Service 36fa42
/* Define to empty if `const' does not conform to ANSI C. */
Packit Service 36fa42
#undef const
Packit Service 36fa42
Packit Service 36fa42
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit Service 36fa42
#undef size_t
Packit Service 36fa42
Packit Service 36fa42
/* Define to `int' if <sys/types.h> does not define. */
Packit Service 36fa42
#undef ssize_t
Packit Service 36fa42
Packit Service 36fa42
/* Define to the type of an unsigned integer type of width exactly 16 bits if
Packit Service 36fa42
   such a type exists and the standard includes do not define it. */
Packit Service 36fa42
#undef uint16_t
Packit Service 36fa42
Packit Service 36fa42
/* Define to the type of an unsigned integer type of width exactly 32 bits if
Packit Service 36fa42
   such a type exists and the standard includes do not define it. */
Packit Service 36fa42
#undef uint32_t
Packit Service 36fa42
Packit Service 36fa42
/* Define to the type of an unsigned integer type of width exactly 8 bits if
Packit Service 36fa42
   such a type exists and the standard includes do not define it. */
Packit Service 36fa42
#undef uint8_t