Blame config.h.in

Packit Service 66acc9
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service 66acc9
Packit Service 66acc9
/* backend */
Packit Service 66acc9
#undef BACKEND
Packit Service 66acc9
Packit Service 66acc9
/* Define if we should build deprecated functionalty */
Packit Service 66acc9
#undef ENABLE_DEPRECATED
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if translation of program messages to the user's native
Packit Service 66acc9
   language is requested. */
Packit Service 66acc9
#undef ENABLE_NLS
Packit Service 66acc9
Packit Service 66acc9
/* Define to the gettext package name */
Packit Service 66acc9
#undef GETTEXT_PACKAGE
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
Packit Service 66acc9
   CoreFoundation framework. */
Packit Service 66acc9
#undef HAVE_CFLOCALECOPYCURRENT
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
Packit Service 66acc9
   the CoreFoundation framework. */
Packit Service 66acc9
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit Service 66acc9
Packit Service 66acc9
/* Define if the GNU dcgettext() function is already present or preinstalled.
Packit Service 66acc9
   */
Packit Service 66acc9
#undef HAVE_DCGETTEXT
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service 66acc9
#undef HAVE_DLFCN_H
Packit Service 66acc9
Packit Service 66acc9
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit Service 66acc9
#undef HAVE_GETTEXT
Packit Service 66acc9
Packit Service 66acc9
/* Define if you have the iconv() function and it works. */
Packit Service 66acc9
#undef HAVE_ICONV
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if iDevice is going to be built */
Packit Service 66acc9
#undef HAVE_IDEVICE
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service 66acc9
#undef HAVE_INTTYPES_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <memory.h> header file. */
Packit Service 66acc9
#undef HAVE_MEMORY_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service 66acc9
#undef HAVE_STDINT_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service 66acc9
#undef HAVE_STDLIB_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <strings.h> header file. */
Packit Service 66acc9
#undef HAVE_STRINGS_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <string.h> header file. */
Packit Service 66acc9
#undef HAVE_STRING_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service 66acc9
#undef HAVE_SYS_STAT_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service 66acc9
#undef HAVE_SYS_TYPES_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service 66acc9
#undef HAVE_UNISTD_H
Packit Service 66acc9
Packit Service 66acc9
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service 66acc9
#undef LT_OBJDIR
Packit Service 66acc9
Packit Service 66acc9
/* Name of package */
Packit Service 66acc9
#undef PACKAGE
Packit Service 66acc9
Packit Service 66acc9
/* Define to the address where bug reports for this package should be sent. */
Packit Service 66acc9
#undef PACKAGE_BUGREPORT
Packit Service 66acc9
Packit Service 66acc9
/* Define to the full name of this package. */
Packit Service 66acc9
#undef PACKAGE_NAME
Packit Service 66acc9
Packit Service 66acc9
/* Define to the full name and version of this package. */
Packit Service 66acc9
#undef PACKAGE_STRING
Packit Service 66acc9
Packit Service 66acc9
/* Define to the one symbol short name of this package. */
Packit Service 66acc9
#undef PACKAGE_TARNAME
Packit Service 66acc9
Packit Service 66acc9
/* Define to the home page for this package. */
Packit Service 66acc9
#undef PACKAGE_URL
Packit Service 66acc9
Packit Service 66acc9
/* Define to the version of this package. */
Packit Service 66acc9
#undef PACKAGE_VERSION
Packit Service 66acc9
Packit Service 66acc9
/* Define to 1 if you have the ANSI C header files. */
Packit Service 66acc9
#undef STDC_HEADERS
Packit Service 66acc9
Packit Service 66acc9
/* Version number of package */
Packit Service 66acc9
#undef VERSION
Packit Service 66acc9
Packit Service 66acc9
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit Service 66acc9
#ifndef _DARWIN_USE_64_BIT_INODE
Packit Service 66acc9
# define _DARWIN_USE_64_BIT_INODE 1
Packit Service 66acc9
#endif
Packit Service 66acc9
Packit Service 66acc9
/* Number of bits in a file offset, on hosts where this is settable. */
Packit Service 66acc9
#undef _FILE_OFFSET_BITS
Packit Service 66acc9
Packit Service 66acc9
/* Define for large files, on AIX-style hosts. */
Packit Service 66acc9
#undef _LARGE_FILES