Blame config.h.in

Packit 3ff832
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 3ff832
Packit 3ff832
/* dconf is 0.13.4 or later */
Packit 3ff832
#undef DCONF_0_13_4
Packit 3ff832
Packit 3ff832
/* always defined to indicate that i18n is enabled */
Packit 3ff832
#undef ENABLE_NLS
Packit 3ff832
Packit 3ff832
/* Enable key snooper */
Packit 3ff832
#undef ENABLE_SNOOPER
Packit 3ff832
Packit 3ff832
/* Enable surrounding-text support */
Packit 3ff832
#undef ENABLE_SURROUNDING
Packit 3ff832
Packit 3ff832
/* The prefix for out gettext translation domains. */
Packit 3ff832
#undef GETTEXT_PACKAGE
Packit 3ff832
Packit 3ff832
/* Define the location where the catalogs will be installed */
Packit 3ff832
#undef GLIB_LOCALE_DIR
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
Packit 3ff832
#undef HAVE_BIND_TEXTDOMAIN_CODESET
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
Packit 3ff832
   CoreFoundation framework. */
Packit 3ff832
#undef HAVE_CFLOCALECOPYCURRENT
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
Packit 3ff832
   the CoreFoundation framework. */
Packit 3ff832
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the `daemon' function. */
Packit 3ff832
#undef HAVE_DAEMON
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the `dcgettext' function. */
Packit 3ff832
#undef HAVE_DCGETTEXT
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 3ff832
#undef HAVE_DLFCN_H
Packit 3ff832
Packit 3ff832
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit 3ff832
#undef HAVE_GETTEXT
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 3ff832
#undef HAVE_INTTYPES_H
Packit 3ff832
Packit 3ff832
/* Define if your <locale.h> file defines LC_MESSAGES. */
Packit 3ff832
#undef HAVE_LC_MESSAGES
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <locale.h> header file. */
Packit 3ff832
#undef HAVE_LOCALE_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <memory.h> header file. */
Packit 3ff832
#undef HAVE_MEMORY_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <stdint.h> header file. */
Packit 3ff832
#undef HAVE_STDINT_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 3ff832
#undef HAVE_STDLIB_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <strings.h> header file. */
Packit 3ff832
#undef HAVE_STRINGS_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <string.h> header file. */
Packit 3ff832
#undef HAVE_STRING_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 3ff832
#undef HAVE_SYS_STAT_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 3ff832
#undef HAVE_SYS_TYPES_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <unistd.h> header file. */
Packit 3ff832
#undef HAVE_UNISTD_H
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the <X11/XKBlib.h> header file. */
Packit 3ff832
#undef HAVE_X11_XKBLIB_H
Packit 3ff832
Packit 3ff832
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 3ff832
#undef LT_OBJDIR
Packit 3ff832
Packit 3ff832
/* Does not enbale keyboard snooper in those applications */
Packit 3ff832
#undef NO_SNOOPER_APPS
Packit 3ff832
Packit 3ff832
/* Name of package */
Packit 3ff832
#undef PACKAGE
Packit 3ff832
Packit 3ff832
/* Define to the address where bug reports for this package should be sent. */
Packit 3ff832
#undef PACKAGE_BUGREPORT
Packit 3ff832
Packit 3ff832
/* Define to the full name of this package. */
Packit 3ff832
#undef PACKAGE_NAME
Packit 3ff832
Packit 3ff832
/* Define to the full name and version of this package. */
Packit 3ff832
#undef PACKAGE_STRING
Packit 3ff832
Packit 3ff832
/* Define to the one symbol short name of this package. */
Packit 3ff832
#undef PACKAGE_TARNAME
Packit 3ff832
Packit 3ff832
/* Define to the home page for this package. */
Packit 3ff832
#undef PACKAGE_URL
Packit 3ff832
Packit 3ff832
/* Define to the version of this package. */
Packit 3ff832
#undef PACKAGE_VERSION
Packit 3ff832
Packit 3ff832
/* Define to 1 if you have the ANSI C header files. */
Packit 3ff832
#undef STDC_HEADERS
Packit 3ff832
Packit 3ff832
/* Enable extensions on AIX 3, Interix.  */
Packit 3ff832
#ifndef _ALL_SOURCE
Packit 3ff832
# undef _ALL_SOURCE
Packit 3ff832
#endif
Packit 3ff832
/* Enable GNU extensions on systems that have them.  */
Packit 3ff832
#ifndef _GNU_SOURCE
Packit 3ff832
# undef _GNU_SOURCE
Packit 3ff832
#endif
Packit 3ff832
/* Enable threading extensions on Solaris.  */
Packit 3ff832
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 3ff832
# undef _POSIX_PTHREAD_SEMANTICS
Packit 3ff832
#endif
Packit 3ff832
/* Enable extensions on HP NonStop.  */
Packit 3ff832
#ifndef _TANDEM_SOURCE
Packit 3ff832
# undef _TANDEM_SOURCE
Packit 3ff832
#endif
Packit 3ff832
/* Enable general extensions on Solaris.  */
Packit 3ff832
#ifndef __EXTENSIONS__
Packit 3ff832
# undef __EXTENSIONS__
Packit 3ff832
#endif
Packit 3ff832
Packit 3ff832
Packit 3ff832
/* Version number of package */
Packit 3ff832
#undef VERSION
Packit 3ff832
Packit 3ff832
/* Define to 1 if on MINIX. */
Packit 3ff832
#undef _MINIX
Packit 3ff832
Packit 3ff832
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 3ff832
   this defined. */
Packit 3ff832
#undef _POSIX_1_SOURCE
Packit 3ff832
Packit 3ff832
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 3ff832
#undef _POSIX_SOURCE