/* config.h.in. Generated from configure.ac by autoheader. */ /* __BEGIN_DECLS should be used at the beginning of your declarations, so that C++ compilers don't mangle their names. Use __END_DECLS at the end of C declarations. */ #undef __BEGIN_DECLS #undef __END_DECLS #ifdef __cplusplus # define __BEGIN_DECLS extern "C" { # define __END_DECLS } #else # define __BEGIN_DECLS # define __END_DECLS #endif #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 #endif /* Define if debug output should be supported. */ #undef DEBUG /* Define to 1 if you have the `acos' function. */ #undef HAVE_ACOS /* Define to 1 if you have the `asin' function. */ #undef HAVE_ASIN /* Define to 1 if you have the `atan' function. */ #undef HAVE_ATAN /* Define to 1 if you have the `atan2' function. */ #undef HAVE_ATAN2 /* Define to 1 if you have the `cos' function. */ #undef HAVE_COS /* Define to 1 if you have the `cosh' function. */ #undef HAVE_COSH /* Define to 1 if you have the `erf' function. */ #undef HAVE_ERF /* Define to 1 if you have the `erfc' function. */ #undef HAVE_ERFC /* Define to 1 if you have the `exp' function. */ #undef HAVE_EXP /* Define to 1 if you have the `fabs' function. */ #undef HAVE_FABS /* Define to 1 if you have the `floor' function. */ #undef HAVE_FLOOR /* Define to 1 if you have the header file. */ #undef HAVE_IEEEFP_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `jn' function. */ #undef HAVE_JN /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM /* Define to 1 if you have the `log' function. */ #undef HAVE_LOG /* Define to 1 if you have the `log10' function. */ #undef HAVE_LOG10 /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `modf' function. */ #undef HAVE_MODF /* Define to 1 if you have the `pow' function. */ #undef HAVE_POW /* Define to 1 if you have the `round' function. */ #undef HAVE_ROUND /* Define to 1 if you have the `sin' function. */ #undef HAVE_SIN /* Define to 1 if you have the `sinh' function. */ #undef HAVE_SINH /* Define to 1 if you have the `sqrt' function. */ #undef HAVE_SQRT /* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_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 to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* 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 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 `tan' function. */ #undef HAVE_TAN /* Define to 1 if you have the `tanh' function. */ #undef HAVE_TANH /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `yn' function. */ #undef HAVE_YN /* Define if debug code should be suppressed. */ #undef NDEBUG /* The size of the double representation. */ #undef NR_DOUBLE_SIZE /* 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 /* The size of `long double', as computed by sizeof. */ #undef SIZEOF_LONG_DOUBLE /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* The global type of double representation. */ #undef nr_double_t /* Define to `unsigned int' if does not define. */ #undef size_t