/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF /* Define as __inline if that's what the C compiler calls it. */ #undef inline /* Define to `unsigned' if doesn't define. */ #undef size_t /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you have the clock function. */ #undef HAVE_CLOCK /* Define if you have the hypot function. */ #undef HAVE_HYPOT /* Define if you have the isinf function. */ #undef HAVE_ISINF /* Define if you have the memcpy function. */ #undef HAVE_MEMCPY /* Define if you have the memmove function. */ #undef HAVE_MEMMOVE /* Define if you have the strdup function. */ #undef HAVE_STRDUP /* Define if you have the strtol function. */ #undef HAVE_STRTOL /* Define if you have the strtoul function. */ #undef HAVE_STRTOUL /* Define if you have the m library (-lm). */ #undef HAVE_LIBM /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION /* Define if you have inline */ #undef HAVE_INLINE /* Define if you have the ansi CLOCKS_PER_SEC clock rate */ #undef HAVE_CLOCKS_PER_SEC /* Defined if configure has guessed a missing ansi CLOCKS_PER_SEC clock rate */ #undef HAVE_GUESSED_CLOCKS_PER_SEC /* Use configure's best guess for CLOCKS_PER_SEC if it is unknown */ #ifndef HAVE_CLOCKS_PER_SEC #define CLOCKS_PER_SEC HAVE_GUESSED_CLOCKS_PER_SEC #endif /* Defined if you have ansi EXIT_SUCCESS and EXIT_FAILURE in stdlib.h */ #undef HAVE_EXIT_SUCCESS_AND_FAILURE /* Use 0 and 1 for EXIT_SUCCESS and EXIT_FAILURE if we don't have them */ #ifndef HAVE_EXIT_SUCCESS_AND_FAILURE #define EXIT_SUCCESS 0 #define EXIT_FAILURE 1 #endif /* Define one of these if you have a known IEEE arithmetic interface */ #undef HAVE_SPARCLINUX_IEEE_INTERFACE #undef HAVE_LINUX_IEEE_INTERFACE #undef HAVE_SUNOS4_IEEE_INTERFACE #undef HAVE_SOLARIS_IEEE_INTERFACE #undef HAVE_HPUX_IEEE_INTERFACE #undef HAVE_TRU64_IEEE_INTERFACE #undef HAVE_IRIX_IEEE_INTERFACE #undef HAVE_AIX_IEEE_INTERFACE /* Define this if printf can handle %Lf for long double */ #undef HAVE_PRINTF_LONGDOUBLE