CppAD: A C++ Algorithmic Differentiation Package 20110419
configure.hpp File Reference

Wrapper for the cppad/local/config.h file generated by autoconf and configure. More...

Go to the source code of this file.

Defines

#define CPPAD_PACKAGE_STRING   "CppAD 20110419"
 cppad-yyyymmdd as a C string where yyyy is year, mm is month, and dd is day.

Detailed Description

Wrapper for the cppad/local/config.h file generated by autoconf and configure.

  • Un-define all the preprocessor symbols in config.h that do not begin with CPPAD_.
  • Include config.h.
  • Repeat Un-define all the preprocessor symbols in config.h that do not begin with CPPAD_.
  • Define CPPAD_PACKAGE_STRING as equal to "CppAD yyyymmdd" where yyyy is year, mm is month, and dd is day.

Definition in file configure.hpp.