Blame config.h.in

Packit Service 3bdf47
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 to enable special debug support */
Packit Service 3bdf47
#undef ENABLE_DEBUG
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 to enable prefs migration from GConf to GSettings */
Packit Service 3bdf47
#undef ENABLE_MIGRATION
Packit Service 3bdf47
Packit Service 3bdf47
/* always defined to indicate that i18n is enabled */
Packit Service 3bdf47
#undef ENABLE_NLS
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to enable gnome-shell search provider */
Packit Service 3bdf47
#undef ENABLE_SEARCH_PROVIDER
Packit Service 3bdf47
Packit Service 3bdf47
/* Define the max allowed gtk version */
Packit Service 3bdf47
#undef GDK_VERSION_MAX_ALLOWED
Packit Service 3bdf47
Packit Service 3bdf47
/* Define the min required gtk version */
Packit Service 3bdf47
#undef GDK_VERSION_MIN_REQUIRED
Packit Service 3bdf47
Packit Service 3bdf47
/* Gettext package */
Packit Service 3bdf47
#undef GETTEXT_PACKAGE
Packit Service 3bdf47
Packit Service 3bdf47
/* Define the max allowed glib version */
Packit Service 3bdf47
#undef GLIB_VERSION_MAX_ALLOWED
Packit Service 3bdf47
Packit Service 3bdf47
/* Define the min required glib version */
Packit Service 3bdf47
#undef GLIB_VERSION_MIN_REQUIRED
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
Packit Service 3bdf47
#undef HAVE_BIND_TEXTDOMAIN_CODESET
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
Packit Service 3bdf47
   CoreFoundation framework. */
Packit Service 3bdf47
#undef HAVE_CFLOCALECOPYCURRENT
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
Packit Service 3bdf47
   the CoreFoundation framework. */
Packit Service 3bdf47
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the `dcgettext' function. */
Packit Service 3bdf47
#undef HAVE_DCGETTEXT
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Service 3bdf47
#undef HAVE_DLFCN_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit Service 3bdf47
#undef HAVE_GETTEXT
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Service 3bdf47
#undef HAVE_INTTYPES_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define if your <locale.h> file defines LC_MESSAGES. */
Packit Service 3bdf47
#undef HAVE_LC_MESSAGES
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <locale.h> header file. */
Packit Service 3bdf47
#undef HAVE_LOCALE_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <memory.h> header file. */
Packit Service 3bdf47
#undef HAVE_MEMORY_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define if you have POSIX threads libraries and header files. */
Packit Service 3bdf47
#undef HAVE_PTHREAD
Packit Service 3bdf47
Packit Service 3bdf47
/* Have PTHREAD_PRIO_INHERIT. */
Packit Service 3bdf47
#undef HAVE_PTHREAD_PRIO_INHERIT
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service 3bdf47
#undef HAVE_STDINT_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Service 3bdf47
#undef HAVE_STDLIB_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <strings.h> header file. */
Packit Service 3bdf47
#undef HAVE_STRINGS_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <string.h> header file. */
Packit Service 3bdf47
#undef HAVE_STRING_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Service 3bdf47
#undef HAVE_SYS_STAT_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Service 3bdf47
#undef HAVE_SYS_TYPES_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service 3bdf47
#undef HAVE_UNISTD_H
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Service 3bdf47
#undef LT_OBJDIR
Packit Service 3bdf47
Packit Service 3bdf47
/* Name of package */
Packit Service 3bdf47
#undef PACKAGE
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to the address where bug reports for this package should be sent. */
Packit Service 3bdf47
#undef PACKAGE_BUGREPORT
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to the full name of this package. */
Packit Service 3bdf47
#undef PACKAGE_NAME
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to the full name and version of this package. */
Packit Service 3bdf47
#undef PACKAGE_STRING
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to the one symbol short name of this package. */
Packit Service 3bdf47
#undef PACKAGE_TARNAME
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to the home page for this package. */
Packit Service 3bdf47
#undef PACKAGE_URL
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to the version of this package. */
Packit Service 3bdf47
#undef PACKAGE_VERSION
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to necessary symbol if this constant uses a non-standard name on
Packit Service 3bdf47
   your system. */
Packit Service 3bdf47
#undef PTHREAD_CREATE_JOINABLE
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you have the ANSI C header files. */
Packit Service 3bdf47
#undef STDC_HEADERS
Packit Service 3bdf47
Packit Service 3bdf47
/* Enable extensions on AIX 3, Interix.  */
Packit Service 3bdf47
#ifndef _ALL_SOURCE
Packit Service 3bdf47
# undef _ALL_SOURCE
Packit Service 3bdf47
#endif
Packit Service 3bdf47
/* Enable GNU extensions on systems that have them.  */
Packit Service 3bdf47
#ifndef _GNU_SOURCE
Packit Service 3bdf47
# undef _GNU_SOURCE
Packit Service 3bdf47
#endif
Packit Service 3bdf47
/* Enable threading extensions on Solaris.  */
Packit Service 3bdf47
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit Service 3bdf47
# undef _POSIX_PTHREAD_SEMANTICS
Packit Service 3bdf47
#endif
Packit Service 3bdf47
/* Enable extensions on HP NonStop.  */
Packit Service 3bdf47
#ifndef _TANDEM_SOURCE
Packit Service 3bdf47
# undef _TANDEM_SOURCE
Packit Service 3bdf47
#endif
Packit Service 3bdf47
/* Enable general extensions on Solaris.  */
Packit Service 3bdf47
#ifndef __EXTENSIONS__
Packit Service 3bdf47
# undef __EXTENSIONS__
Packit Service 3bdf47
#endif
Packit Service 3bdf47
Packit Service 3bdf47
Packit Service 3bdf47
/* Version number of package */
Packit Service 3bdf47
#undef VERSION
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if on MINIX. */
Packit Service 3bdf47
#undef _MINIX
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit Service 3bdf47
   this defined. */
Packit Service 3bdf47
#undef _POSIX_1_SOURCE
Packit Service 3bdf47
Packit Service 3bdf47
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit Service 3bdf47
#undef _POSIX_SOURCE