// define if you want to use exception handling #define USE_EXCEPTION //#undef USE_EXCEPTION // define if you want verbose exception handling #undef VERBOSE_EXCEPTION // define if you have the ISO C++ friend declaration style #undef HAVE_ISO_FRIEND_DECL // define if you can handle the template of template class #undef HAVE_TEMPLATE_OF_TEMPLATE // define if you can use -fno-implicit-template #undef NO_IMPLICIT_TEMPLATES // define if you want Image Magick #undef WITH_IMAGE_MAGICK // define if you want to do range validity checking // and also other debugging functions #undef DEBUG_PLIB // Define if you want the matrix to be in column order rather than row order. // Column ordering is used by fortran and OpenGL. #undef COLUMN_ORDER // the name of the package #undef PACKAGE // the version of the package #undef VERSION // if the C++ compiler supports namespaces #undef HAVE_NAMESPACE // Specify if OpenGL is present on this system #undef WITH_OPENGL #define USING_VCC #define INCLUDE_TEMPLATE_SOURCE #define DEBUG_PLIB