Blame config.h.in

Packit 51230c
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 51230c
Packit 51230c
/* Default visibility */
Packit 51230c
#undef API_EXPORTED
Packit 51230c
Packit 51230c
/* Debug message logging */
Packit 51230c
#undef ENABLE_DEBUG_LOGGING
Packit 51230c
Packit 51230c
/* Message logging */
Packit 51230c
#undef ENABLE_LOGGING
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 51230c
#undef HAVE_DLFCN_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 51230c
#undef HAVE_INTTYPES_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <memory.h> header file. */
Packit 51230c
#undef HAVE_MEMORY_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <stdint.h> header file. */
Packit 51230c
#undef HAVE_STDINT_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 51230c
#undef HAVE_STDLIB_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <strings.h> header file. */
Packit 51230c
#undef HAVE_STRINGS_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <string.h> header file. */
Packit 51230c
#undef HAVE_STRING_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 51230c
#undef HAVE_SYS_STAT_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 51230c
#undef HAVE_SYS_TYPES_H
Packit 51230c
Packit 51230c
/* Define to 1 if you have the <unistd.h> header file. */
Packit 51230c
#undef HAVE_UNISTD_H
Packit 51230c
Packit 51230c
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit 51230c
   */
Packit 51230c
#undef LT_OBJDIR
Packit 51230c
Packit 51230c
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
Packit 51230c
#undef NO_MINUS_C_MINUS_O
Packit 51230c
Packit 51230c
/* Name of package */
Packit 51230c
#undef PACKAGE
Packit 51230c
Packit 51230c
/* Define to the address where bug reports for this package should be sent. */
Packit 51230c
#undef PACKAGE_BUGREPORT
Packit 51230c
Packit 51230c
/* Define to the full name of this package. */
Packit 51230c
#undef PACKAGE_NAME
Packit 51230c
Packit 51230c
/* Define to the full name and version of this package. */
Packit 51230c
#undef PACKAGE_STRING
Packit 51230c
Packit 51230c
/* Define to the one symbol short name of this package. */
Packit 51230c
#undef PACKAGE_TARNAME
Packit 51230c
Packit 51230c
/* Define to the home page for this package. */
Packit 51230c
#undef PACKAGE_URL
Packit 51230c
Packit 51230c
/* Define to the version of this package. */
Packit 51230c
#undef PACKAGE_VERSION
Packit 51230c
Packit 51230c
/* Define to 1 if you have the ANSI C header files. */
Packit 51230c
#undef STDC_HEADERS
Packit 51230c
Packit 51230c
/* Version number of package */
Packit 51230c
#undef VERSION
Packit 51230c
Packit 51230c
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 51230c
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 51230c
#ifndef __cplusplus
Packit 51230c
#undef inline
Packit 51230c
#endif