Blame config.h.in

Packit 130fc8
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 130fc8
Packit 130fc8
/* dbus-python major version */
Packit 130fc8
#undef DBUS_PYTHON_MAJOR_VERSION
Packit 130fc8
Packit 130fc8
/* dbus-python micro version */
Packit 130fc8
#undef DBUS_PYTHON_MICRO_VERSION
Packit 130fc8
Packit 130fc8
/* dbus-python minor version */
Packit 130fc8
#undef DBUS_PYTHON_MINOR_VERSION
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 130fc8
#undef HAVE_DLFCN_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 130fc8
#undef HAVE_INTTYPES_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <memory.h> header file. */
Packit 130fc8
#undef HAVE_MEMORY_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <stdint.h> header file. */
Packit 130fc8
#undef HAVE_STDINT_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 130fc8
#undef HAVE_STDLIB_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <strings.h> header file. */
Packit 130fc8
#undef HAVE_STRINGS_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <string.h> header file. */
Packit 130fc8
#undef HAVE_STRING_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 130fc8
#undef HAVE_SYS_STAT_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 130fc8
#undef HAVE_SYS_TYPES_H
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the <unistd.h> header file. */
Packit 130fc8
#undef HAVE_UNISTD_H
Packit 130fc8
Packit 130fc8
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 130fc8
#undef LT_OBJDIR
Packit 130fc8
Packit 130fc8
/* Name of package */
Packit 130fc8
#undef PACKAGE
Packit 130fc8
Packit 130fc8
/* Define to the address where bug reports for this package should be sent. */
Packit 130fc8
#undef PACKAGE_BUGREPORT
Packit 130fc8
Packit 130fc8
/* Define to the full name of this package. */
Packit 130fc8
#undef PACKAGE_NAME
Packit 130fc8
Packit 130fc8
/* Define to the full name and version of this package. */
Packit 130fc8
#undef PACKAGE_STRING
Packit 130fc8
Packit 130fc8
/* Define to the one symbol short name of this package. */
Packit 130fc8
#undef PACKAGE_TARNAME
Packit 130fc8
Packit 130fc8
/* Define to the home page for this package. */
Packit 130fc8
#undef PACKAGE_URL
Packit 130fc8
Packit 130fc8
/* Define to the version of this package. */
Packit 130fc8
#undef PACKAGE_VERSION
Packit 130fc8
Packit 130fc8
/* Define to 1 if you have the ANSI C header files. */
Packit 130fc8
#undef STDC_HEADERS
Packit 130fc8
Packit 130fc8
/* Version number of package */
Packit 130fc8
#undef VERSION
Packit 130fc8
Packit 130fc8
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 130fc8
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 130fc8
#ifndef __cplusplus
Packit 130fc8
#undef inline
Packit 130fc8
#endif