/* cppad/config.h. Generated from config.h.in by configure. */ /* cppad/config.h.in. Generated from configure.ac by autoheader. */ /* is CPPAD_TEST_VECTOR = boost vector (overriden if _MSC_VER defined) */ #define CPPAD_BOOSTVECTOR 0 /* is CPPAD_TEST_VECTOR == CppAD::vector */ #define CPPAD_CPPADVECTOR 1 /* does system support gettimeofday (overriden if _MSC_VER defined) */ #define CPPAD_GETTIMEOFDAY 1 /* is CPPAD_TEST_VECTOR == std::vector */ #define CPPAD_STDVECTOR 0 /* Name of package */ #define PACKAGE "cppad" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "cppad@list.coin-or.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "CppAD" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "CppAD 20080919.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "cppad" /* Define to the version of this package. */ #define PACKAGE_VERSION "20080919.0" /* Version number of package */ #define VERSION "20080919.0" /* 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