/* config.h.in. Generated from configure.ac by autoheader. */ /* Width of type 'char' */ #undef CHAR_BIT /* Log domain internally used by the library */ #undef CX_LOG_DOMAIN /* A `va_copy()' style function */ #undef CX_VA_COPY /* Define if CHAR_BIT is defined in limits.h and equals 8 */ #undef HAVE_CHAR_BIT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_FLOAT_H /* Define if you have the `fpathconf' function */ #undef HAVE_FPATHCONF /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define to 1 if the type `long double' works and has more range or precision than `double'. */ #undef HAVE_LONG_DOUBLE /* Define to 1 if the type `long double' works and has more range or precision than `double'. */ #undef HAVE_LONG_DOUBLE_WIDER /* Define to 1 if `lstat' has the bug that it succeeds when given the zero-length file name argument. */ #undef HAVE_LSTAT_EMPTY_STRING_BUG /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the `pathconf' function */ #undef HAVE_PATHCONF /* Define if printf default precision for format `g' is 1 (ISO C standard) or 6 */ #undef HAVE_PRINTF_FLT_FMT_G_STD /* Define if printf format `%p' produces the same output as `%#x' or `%#lx' */ #undef HAVE_PRINTF_PTR_FMT_ALTERNATE /* Define if printf outputs `(nil)' when printing NULL using `%p' */ #undef HAVE_PRINTF_PTR_FMT_NIL /* Define if printf treats pointers as signed when using a sign flag */ #undef HAVE_PRINTF_PTR_FMT_SIGNED /* Define if printf outputs `(null)' when printing NULL using `%s' */ #undef HAVE_PRINTF_STR_FMT_NULL /* Define if you have the `snprintf' function */ #undef HAVE_SNPRINTF /* Define to 1 if you have the `sprintf' function. */ #undef HAVE_SPRINTF /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ #undef HAVE_STAT_EMPTY_STRING_BUG /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define if you have the `stpcpy' function */ #undef HAVE_STPCPY /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR /* Define if you have the `strdup' function */ #undef HAVE_STRDUP /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the `sysconf' function */ #undef HAVE_SYSCONF /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the header file. */ #undef HAVE_VALUES_H /* Define if you have the `vasprintf' function */ #undef HAVE_VASPRINTF /* Define if you have an implementation of a `va_copy()' style function. */ #undef HAVE_VA_COPY /* Define if `va_lists' can be copied by value */ #undef HAVE_VA_LIST_COPY_BY_VALUE /* Define if you have the `vsnprintf' function */ #undef HAVE_VSNPRINTF /* Define if you have the C99 `vsnprintf' function. */ #undef HAVE_VSNPRINTF_C99 /* Define if realloc(NULL,) works */ #undef HAVE_WORKING_REALLOC /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* 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 the C compiler supports function prototypes. */ #undef PROTOTYPES /* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG /* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T /* The size of `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P /* Define to 1 if the `S_IS*' macros in do not work properly. */ #undef STAT_MACROS_BROKEN /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define like PROTOTYPES; this can be used by system headers. */ #undef __PROTOTYPES /* 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 #undef inline #endif /* Define to `unsigned int' if does not define. */ #undef size_t #ifndef HAVE_STRDUP # define strdup cx_strdup #endif