Blame config.h.in

Packit 811393
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 811393
Packit 811393
/* Define if building universal (internal helper macro) */
Packit 811393
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 811393
Packit 811393
/* Define to 1 if translation of program messages to the user's native
Packit 811393
   language is requested. */
Packit 811393
#undef ENABLE_NLS
Packit 811393
Packit 811393
/* gettext package name */
Packit 811393
#undef GETTEXT_PACKAGE
Packit 811393
Packit 811393
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
Packit 811393
   CoreFoundation framework. */
Packit 811393
#undef HAVE_CFLOCALECOPYCURRENT
Packit 811393
Packit 811393
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
Packit 811393
   the CoreFoundation framework. */
Packit 811393
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit 811393
Packit 811393
/* Define if the GNU dcgettext() function is already present or preinstalled.
Packit 811393
   */
Packit 811393
#undef HAVE_DCGETTEXT
Packit 811393
Packit 811393
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 811393
#undef HAVE_DLFCN_H
Packit 811393
Packit 811393
/* Define to 1 if you have the `getpagesize' function. */
Packit 811393
#undef HAVE_GETPAGESIZE
Packit 811393
Packit 811393
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit 811393
#undef HAVE_GETTEXT
Packit 811393
Packit 811393
/* Define if you have the iconv() function and it works. */
Packit 811393
#undef HAVE_ICONV
Packit 811393
Packit 811393
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 811393
#undef HAVE_INTTYPES_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <langinfo.h> header file. */
Packit 811393
#undef HAVE_LANGINFO_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <limits.h> header file. */
Packit 811393
#undef HAVE_LIMITS_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <memory.h> header file. */
Packit 811393
#undef HAVE_MEMORY_H
Packit 811393
Packit 811393
/* Define to 1 if you have a working `mmap' system call. */
Packit 811393
#undef HAVE_MMAP
Packit 811393
Packit 811393
/* Define to 1 if you have the `munmap' function. */
Packit 811393
#undef HAVE_MUNMAP
Packit 811393
Packit 811393
/* Define to 1 if you have the `nl_langinfo' function. */
Packit 811393
#undef HAVE_NL_LANGINFO
Packit 811393
Packit 811393
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
Packit 811393
   and to 0 otherwise. */
Packit 811393
#undef HAVE_REALLOC
Packit 811393
Packit 811393
/* Define to 1 if stdbool.h conforms to C99. */
Packit 811393
#undef HAVE_STDBOOL_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <stdint.h> header file. */
Packit 811393
#undef HAVE_STDINT_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 811393
#undef HAVE_STDLIB_H
Packit 811393
Packit 811393
/* Define to 1 if you have the `strcasecmp' function. */
Packit 811393
#undef HAVE_STRCASECMP
Packit 811393
Packit 811393
/* Define to 1 if you have the <strings.h> header file. */
Packit 811393
#undef HAVE_STRINGS_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <string.h> header file. */
Packit 811393
#undef HAVE_STRING_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <sys/param.h> header file. */
Packit 811393
#undef HAVE_SYS_PARAM_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 811393
#undef HAVE_SYS_STAT_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 811393
#undef HAVE_SYS_TYPES_H
Packit 811393
Packit 811393
/* Define to 1 if you have the <unistd.h> header file. */
Packit 811393
#undef HAVE_UNISTD_H
Packit 811393
Packit 811393
/* Define to 1 if the system has the type `_Bool'. */
Packit 811393
#undef HAVE__BOOL
Packit 811393
Packit 811393
/* Define as const if the declaration of iconv() needs const. */
Packit 811393
#undef ICONV_CONST
Packit 811393
Packit Service 85e8c2
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 811393
#undef LT_OBJDIR
Packit 811393
Packit 811393
/* Name of package */
Packit 811393
#undef PACKAGE
Packit 811393
Packit 811393
/* Define to the address where bug reports for this package should be sent. */
Packit 811393
#undef PACKAGE_BUGREPORT
Packit 811393
Packit 811393
/* Define to the full name of this package. */
Packit 811393
#undef PACKAGE_NAME
Packit 811393
Packit 811393
/* Define to the full name and version of this package. */
Packit 811393
#undef PACKAGE_STRING
Packit 811393
Packit 811393
/* Define to the one symbol short name of this package. */
Packit 811393
#undef PACKAGE_TARNAME
Packit 811393
Packit 811393
/* Define to the home page for this package. */
Packit 811393
#undef PACKAGE_URL
Packit 811393
Packit 811393
/* Define to the version of this package. */
Packit 811393
#undef PACKAGE_VERSION
Packit 811393
Packit 811393
/* Define to 1 if you have the ANSI C header files. */
Packit 811393
#undef STDC_HEADERS
Packit 811393
Packit 811393
/* Version number of package */
Packit 811393
#undef VERSION
Packit 811393
Packit 811393
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 811393
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 811393
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 811393
# if defined __BIG_ENDIAN__
Packit 811393
#  define WORDS_BIGENDIAN 1
Packit 811393
# endif
Packit 811393
#else
Packit 811393
# ifndef WORDS_BIGENDIAN
Packit 811393
#  undef WORDS_BIGENDIAN
Packit 811393
# endif
Packit 811393
#endif
Packit 811393
Packit 811393
/* Define to empty if `const' does not conform to ANSI C. */
Packit 811393
#undef const
Packit 811393
Packit 811393
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 811393
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 811393
#ifndef __cplusplus
Packit 811393
#undef inline
Packit 811393
#endif
Packit 811393
Packit 811393
/* Define to rpl_realloc if the replacement function should be used. */
Packit 811393
#undef realloc