Blame config.h.in

Packit f228a3
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit f228a3
#undef HAVE_DLFCN_H
Packit f228a3
Packit f228a3
/* Define if compiled with -fvisibility=hidden */
Packit f228a3
#undef HAVE_FVISIBILITY
Packit f228a3
Packit f228a3
/* Define if you have inotify support (linux only) */
Packit f228a3
#undef HAVE_INOTIFY
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <inttypes.h> header file. */
Packit f228a3
#undef HAVE_INTTYPES_H
Packit f228a3
Packit f228a3
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
Packit f228a3
   to 0 otherwise. */
Packit f228a3
#undef HAVE_MALLOC
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <memory.h> header file. */
Packit f228a3
#undef HAVE_MEMORY_H
Packit f228a3
Packit f228a3
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
Packit f228a3
   and to 0 otherwise. */
Packit f228a3
#undef HAVE_REALLOC
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <stdint.h> header file. */
Packit f228a3
#undef HAVE_STDINT_H
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <stdlib.h> header file. */
Packit f228a3
#undef HAVE_STDLIB_H
Packit f228a3
Packit f228a3
/* Define to 1 if you have the `strcasecmp' function. */
Packit f228a3
#undef HAVE_STRCASECMP
Packit f228a3
Packit f228a3
/* Define to 1 if you have the `strdup' function. */
Packit f228a3
#undef HAVE_STRDUP
Packit f228a3
Packit f228a3
/* Define to 1 if you have the `strerror' function. */
Packit f228a3
#undef HAVE_STRERROR
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <strings.h> header file. */
Packit f228a3
#undef HAVE_STRINGS_H
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <string.h> header file. */
Packit f228a3
#undef HAVE_STRING_H
Packit f228a3
Packit f228a3
/* Define to 1 if you have the `strndup' function. */
Packit f228a3
#undef HAVE_STRNDUP
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <sys/inotify.h> header file. */
Packit f228a3
#undef HAVE_SYS_INOTIFY_H
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit f228a3
#undef HAVE_SYS_STAT_H
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <sys/types.h> header file. */
Packit f228a3
#undef HAVE_SYS_TYPES_H
Packit f228a3
Packit f228a3
/* Define to 1 if you have the <unistd.h> header file. */
Packit f228a3
#undef HAVE_UNISTD_H
Packit f228a3
Packit f228a3
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit f228a3
   */
Packit f228a3
#undef LT_OBJDIR
Packit f228a3
Packit f228a3
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
Packit f228a3
#undef NO_MINUS_C_MINUS_O
Packit f228a3
Packit f228a3
/* Name of package */
Packit f228a3
#undef PACKAGE
Packit f228a3
Packit f228a3
/* Define to the address where bug reports for this package should be sent. */
Packit f228a3
#undef PACKAGE_BUGREPORT
Packit f228a3
Packit f228a3
/* Define to the full name of this package. */
Packit f228a3
#undef PACKAGE_NAME
Packit f228a3
Packit f228a3
/* Define to the full name and version of this package. */
Packit f228a3
#undef PACKAGE_STRING
Packit f228a3
Packit f228a3
/* Define to the one symbol short name of this package. */
Packit f228a3
#undef PACKAGE_TARNAME
Packit f228a3
Packit f228a3
/* Define to the home page for this package. */
Packit f228a3
#undef PACKAGE_URL
Packit f228a3
Packit f228a3
/* Define to the version of this package. */
Packit f228a3
#undef PACKAGE_VERSION
Packit f228a3
Packit f228a3
/* Define to 1 if you have the ANSI C header files. */
Packit f228a3
#undef STDC_HEADERS
Packit f228a3
Packit f228a3
/* Version number of package */
Packit f228a3
#undef VERSION
Packit f228a3
Packit f228a3
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
Packit f228a3
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit f228a3
   #define below would cause a syntax error. */
Packit f228a3
#undef _UINT32_T
Packit f228a3
Packit f228a3
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
Packit f228a3
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit f228a3
   #define below would cause a syntax error. */
Packit f228a3
#undef _UINT8_T
Packit f228a3
Packit f228a3
/* Define to empty if `const' does not conform to ANSI C. */
Packit f228a3
#undef const
Packit f228a3
Packit f228a3
/* Define to rpl_malloc if the replacement function should be used. */
Packit f228a3
#undef malloc
Packit f228a3
Packit f228a3
/* Define to rpl_realloc if the replacement function should be used. */
Packit f228a3
#undef realloc
Packit f228a3
Packit f228a3
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit f228a3
#undef size_t
Packit f228a3
Packit f228a3
/* Define to `int' if <sys/types.h> does not define. */
Packit f228a3
#undef ssize_t
Packit f228a3
Packit f228a3
/* Define to the type of an unsigned integer type of width exactly 16 bits if
Packit f228a3
   such a type exists and the standard includes do not define it. */
Packit f228a3
#undef uint16_t
Packit f228a3
Packit f228a3
/* Define to the type of an unsigned integer type of width exactly 32 bits if
Packit f228a3
   such a type exists and the standard includes do not define it. */
Packit f228a3
#undef uint32_t
Packit f228a3
Packit f228a3
/* Define to the type of an unsigned integer type of width exactly 8 bits if
Packit f228a3
   such a type exists and the standard includes do not define it. */
Packit f228a3
#undef uint8_t