/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Width of type 'char' */ /* #undef CHAR_BIT */ /* Log domain internally used by the library */ #define CX_LOG_DOMAIN "CxLib" /* A `va_copy()' style function */ #define CX_VA_COPY va_copy /* Define if CHAR_BIT is defined in limits.h and equals 8 */ #define HAVE_CHAR_BIT 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_FLOAT_H 1 /* Define if you have the `fpathconf' function */ #define HAVE_FPATHCONF 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if the type `long double' works and has more range or precision than `double'. */ #define HAVE_LONG_DOUBLE 1 /* Define to 1 if the type `long double' works and has more range or precision than `double'. */ #define HAVE_LONG_DOUBLE_WIDER 1 /* 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. */ #define HAVE_MEMORY_H 1 /* Define if you have the `pathconf' function */ #define HAVE_PATHCONF 1 /* 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' */ #define HAVE_PRINTF_PTR_FMT_ALTERNATE 1 /* Define if printf outputs `(nil)' when printing NULL using `%p' */ #define HAVE_PRINTF_PTR_FMT_NIL 1 /* Define if printf treats pointers as signed when using a sign flag */ #define HAVE_PRINTF_PTR_FMT_SIGNED 1 /* Define if printf outputs `(null)' when printing NULL using `%s' */ #define HAVE_PRINTF_STR_FMT_NULL 1 /* Define if you have the `snprintf' function */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the `sprintf' function. */ #define HAVE_SPRINTF 1 /* 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. */ #define HAVE_STDARG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the `stpcpy' function */ /* #undef HAVE_STPCPY */ /* Define to 1 if you have the `strchr' function. */ #define HAVE_STRCHR 1 /* Define if you have the `strdup' function */ #define HAVE_STRDUP 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the `sysconf' function */ #define HAVE_SYSCONF 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the header file. */ #define HAVE_VALUES_H 1 /* Define if you have the `vasprintf' function */ /* #undef HAVE_VASPRINTF */ /* Define if you have an implementation of a `va_copy()' style function. */ #define HAVE_VA_COPY 1 /* Define if `va_lists' can be copied by value */ #define HAVE_VA_LIST_COPY_BY_VALUE 1 /* Define if you have the `vsnprintf' function */ #define HAVE_VSNPRINTF 1 /* Define if you have the C99 `vsnprintf' function. */ #define HAVE_VSNPRINTF_C99 1 /* Define if realloc(NULL,) works */ #define HAVE_WORKING_REALLOC 1 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Name of package */ #define PACKAGE "cext" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "cpl-help@eso.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "C Extension Library" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "C Extension Library 1.0.5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "cext" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.0.5" /* Define to 1 if the C compiler supports function prototypes. */ #define PROTOTYPES 1 /* The size of `char', as computed by sizeof. */ #define SIZEOF_CHAR 1 /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of `long', as computed by sizeof. */ #define SIZEOF_LONG 4 /* The size of `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* The size of `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 4 /* The size of `void *', as computed by sizeof. */ #define SIZEOF_VOID_P 4 /* 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. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "1.0.5" /* Define like PROTOTYPES; this can be used by system headers. */ #define __PROTOTYPES 1 /* 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