#ifndef PGHEADER_HH #define PGHEADER_HH #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION #include "config.h" #ifdef HAVE_PGPLOT #include const bool USE_PGPLOT=true; void endPGPLOT(){cpgend();}; #else const bool USE_PGPLOT=false; void endPGPLOT(){}; #endif // matches #ifdef HAVE_PGPLOT #endif // matches #ifndef PGHEADER_HH