Skip to content
Snippets Groups Projects
config.h.in 3.34 KiB
Newer Older
Benedikt Meurer's avatar
Benedikt Meurer committed
/* config.h.in.  Generated from configure.ac by autoheader.  */
Benedikt Meurer's avatar
Benedikt Meurer committed
/* Define for debugging support */
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef DEBUG

/* Define for tracing support */
#undef DEBUG_TRACE

/* always defined to indicate that i18n is enabled */
#undef ENABLE_NLS

/* Name of default gettext domain */
#undef GETTEXT_PACKAGE

/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
Olivier Fourdan's avatar
Olivier Fourdan committed
/* Define to enable compositor */
#undef HAVE_COMPOSITOR

/* Define to 1 if you have the `daemon' function. */
#undef HAVE_DAEMON

/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT

Olivier Fourdan's avatar
Olivier Fourdan committed
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES

Benedikt Meurer's avatar
Benedikt Meurer committed
/* Define if you have libstartup-notification-1.0 >= 0.5 */
Benedikt Meurer's avatar
Benedikt Meurer committed
#undef HAVE_LIBSTARTUP_NOTIFICATION
Olivier Fourdan's avatar
Olivier Fourdan committed

Benedikt Meurer's avatar
Benedikt Meurer committed
/* Define if libX11 is available */
#undef HAVE_LIBX11
Olivier Fourdan's avatar
Olivier Fourdan committed

Benedikt Meurer's avatar
Benedikt Meurer committed
/* Define if libXpm is available */
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef HAVE_LIBXPM

/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR

/* Define to 1 if you have the `setsid' function. */
#undef HAVE_SETSID

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef HAVE_UNISTD_H

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define to 1 if you have the ANSI C header files. */
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef STDC_HEADERS

/* Version number of package */
#undef VERSION

/* Define to 1 if the X Window System is missing or not being used. */
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef X_DISPLAY_MISSING

Benedikt Meurer's avatar
Benedikt Meurer committed
/* Define to 1 if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif

/* Define to 1 if on MINIX. */
#undef _MINIX

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

Olivier Fourdan's avatar
Olivier Fourdan committed
/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
Olivier Fourdan's avatar
Olivier Fourdan committed
#undef inline