Blame config.h.in

Packit Bot 201734
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit Bot 201734
Packit Bot 201734
/* Define if debugging is enabled */
Packit Bot 201734
#undef GNOME_ENABLE_DEBUG
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit Bot 201734
#undef HAVE_DLFCN_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the `getgrnam' function. */
Packit Bot 201734
#undef HAVE_GETGRNAM
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the `getpwnam' function. */
Packit Bot 201734
#undef HAVE_GETPWNAM
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <inttypes.h> header file. */
Packit Bot 201734
#undef HAVE_INTTYPES_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the `link' function. */
Packit Bot 201734
#undef HAVE_LINK
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <memory.h> header file. */
Packit Bot 201734
#undef HAVE_MEMORY_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the `mkfifo' function. */
Packit Bot 201734
#undef HAVE_MKFIFO
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the `mknod' function. */
Packit Bot 201734
#undef HAVE_MKNOD
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the `stat' function. */
Packit Bot 201734
#undef HAVE_STAT
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <stdint.h> header file. */
Packit Bot 201734
#undef HAVE_STDINT_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <stdlib.h> header file. */
Packit Bot 201734
#undef HAVE_STDLIB_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <strings.h> header file. */
Packit Bot 201734
#undef HAVE_STRINGS_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <string.h> header file. */
Packit Bot 201734
#undef HAVE_STRING_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit Bot 201734
#undef HAVE_SYS_STAT_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <sys/types.h> header file. */
Packit Bot 201734
#undef HAVE_SYS_TYPES_H
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the <unistd.h> header file. */
Packit Bot 201734
#undef HAVE_UNISTD_H
Packit Bot 201734
Packit Bot 201734
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit Bot 201734
#undef LT_OBJDIR
Packit Bot 201734
Packit Bot 201734
/* Define if debugging is disabled */
Packit Bot 201734
#undef NDEBUG
Packit Bot 201734
Packit Bot 201734
/* Name of package */
Packit Bot 201734
#undef PACKAGE
Packit Bot 201734
Packit Bot 201734
/* Define to the address where bug reports for this package should be sent. */
Packit Bot 201734
#undef PACKAGE_BUGREPORT
Packit Bot 201734
Packit Bot 201734
/* Define to the full name of this package. */
Packit Bot 201734
#undef PACKAGE_NAME
Packit Bot 201734
Packit Bot 201734
/* Define to the full name and version of this package. */
Packit Bot 201734
#undef PACKAGE_STRING
Packit Bot 201734
Packit Bot 201734
/* Define to the one symbol short name of this package. */
Packit Bot 201734
#undef PACKAGE_TARNAME
Packit Bot 201734
Packit Bot 201734
/* Define to the home page for this package. */
Packit Bot 201734
#undef PACKAGE_URL
Packit Bot 201734
Packit Bot 201734
/* Define to the version of this package. */
Packit Bot 201734
#undef PACKAGE_VERSION
Packit Bot 201734
Packit Bot 201734
/* Define to 1 if you have the ANSI C header files. */
Packit Bot 201734
#undef STDC_HEADERS
Packit Bot 201734
Packit Bot 201734
/* Version number of package */
Packit Bot 201734
#undef VERSION
Packit Bot 201734
Packit Bot 201734
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit Bot 201734
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit Bot 201734
#ifndef __cplusplus
Packit Bot 201734
#undef inline
Packit Bot 201734
#endif
Packit Bot 201734
Packit Bot 201734
/* Define to `int' if <sys/types.h> does not define. */
Packit Bot 201734
#undef mode_t
Packit Bot 201734
Packit Bot 201734
/* Define to `long int' if <sys/types.h> does not define. */
Packit Bot 201734
#undef off_t
Packit Bot 201734
Packit Bot 201734
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit Bot 201734
#undef size_t
Packit Bot 201734
Packit Bot 201734
/* Define to `int' if <sys/types.h> does not define. */
Packit Bot 201734
#undef ssize_t