Blame config.h.in

Packit 8ea169
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 8ea169
Packit 8ea169
/* Disable vmcore addon (for architectures without kexec/kdump). */
Packit 8ea169
#undef ENABLE_ADDON_VMCORE
Packit 8ea169
Packit 8ea169
/* Create core stacktrace while the process is still in memory. */
Packit 8ea169
#undef ENABLE_DUMP_TIME_UNWIND
Packit 8ea169
Packit 8ea169
/* Use elfutils/libunwind for unwinding instead of GDB. */
Packit 8ea169
#undef ENABLE_NATIVE_UNWINDER
Packit 8ea169
Packit 8ea169
/* Define to 1 if translation of program messages to the user's native
Packit 8ea169
   language is requested. */
Packit 8ea169
#undef ENABLE_NLS
Packit 8ea169
Packit 8ea169
/* Package name for gettext */
Packit 8ea169
#undef GETTEXT_PACKAGE
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
Packit 8ea169
   CoreFoundation framework. */
Packit 8ea169
#undef HAVE_CFLOCALECOPYCURRENT
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
Packit 8ea169
   the CoreFoundation framework. */
Packit 8ea169
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit 8ea169
Packit 8ea169
/* Define if the GNU dcgettext() function is already present or preinstalled.
Packit 8ea169
   */
Packit 8ea169
#undef HAVE_DCGETTEXT
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 8ea169
#undef HAVE_DLFCN_H
Packit 8ea169
Packit 8ea169
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit 8ea169
#undef HAVE_GETTEXT
Packit 8ea169
Packit 8ea169
/* Define if you have the iconv() function and it works. */
Packit 8ea169
#undef HAVE_ICONV
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 8ea169
#undef HAVE_INTTYPES_H
Packit 8ea169
Packit 8ea169
/* Have rpm support. */
Packit 8ea169
#undef HAVE_LIBRPM
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <locale.h> header file. */
Packit 8ea169
#undef HAVE_LOCALE_H
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <memory.h> header file. */
Packit 8ea169
#undef HAVE_MEMORY_H
Packit 8ea169
Packit 8ea169
/* Have polkit support. */
Packit 8ea169
#undef HAVE_POLKIT
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <stdint.h> header file. */
Packit 8ea169
#undef HAVE_STDINT_H
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 8ea169
#undef HAVE_STDLIB_H
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <strings.h> header file. */
Packit 8ea169
#undef HAVE_STRINGS_H
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <string.h> header file. */
Packit 8ea169
#undef HAVE_STRING_H
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 8ea169
#undef HAVE_SYS_STAT_H
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 8ea169
#undef HAVE_SYS_TYPES_H
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the <unistd.h> header file. */
Packit 8ea169
#undef HAVE_UNISTD_H
Packit 8ea169
Packit 8ea169
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 8ea169
#undef LT_OBJDIR
Packit 8ea169
Packit 8ea169
/* Name of package */
Packit 8ea169
#undef PACKAGE
Packit 8ea169
Packit 8ea169
/* Define to the address where bug reports for this package should be sent. */
Packit 8ea169
#undef PACKAGE_BUGREPORT
Packit 8ea169
Packit 8ea169
/* Define to the full name of this package. */
Packit 8ea169
#undef PACKAGE_NAME
Packit 8ea169
Packit 8ea169
/* Define to the full name and version of this package. */
Packit 8ea169
#undef PACKAGE_STRING
Packit 8ea169
Packit 8ea169
/* Define to the one symbol short name of this package. */
Packit 8ea169
#undef PACKAGE_TARNAME
Packit 8ea169
Packit 8ea169
/* Define to the home page for this package. */
Packit 8ea169
#undef PACKAGE_URL
Packit 8ea169
Packit 8ea169
/* Define to the version of this package. */
Packit 8ea169
#undef PACKAGE_VERSION
Packit 8ea169
Packit 8ea169
/* Define to 1 if you have the ANSI C header files. */
Packit 8ea169
#undef STDC_HEADERS
Packit 8ea169
Packit 8ea169
/* Version number of package */
Packit 8ea169
#undef VERSION
Packit 8ea169
Packit 8ea169
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 8ea169
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 8ea169
# define _DARWIN_USE_64_BIT_INODE 1
Packit 8ea169
#endif
Packit 8ea169
Packit 8ea169
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 8ea169
#undef _FILE_OFFSET_BITS
Packit 8ea169
Packit 8ea169
/* Define for large files, on AIX-style hosts. */
Packit 8ea169
#undef _LARGE_FILES