source: trunk/src/pgheader.hh @ 349

Last change on this file since 349 was 349, checked in by MatthewWhiting, 17 years ago
  • Made changes to the configure script, so that the cfitsio and wcslib libraries are searched for correctly.
  • Bugfixes so that pgplot-absent compilation is possible. Removed the endPGPLOT() function.
  • Documented the CHANGES.
File size: 359 bytes
Line 
1#ifndef PGHEADER_HH
2#define PGHEADER_HH
3
4#undef PACKAGE_BUGREPORT
5#undef PACKAGE_NAME
6#undef PACKAGE_STRING
7#undef PACKAGE_TARNAME
8#undef PACKAGE_VERSION
9#include "config.h"
10
11#ifdef  HAVE_PGPLOT
12#include <cpgplot.h>
13
14const bool USE_PGPLOT=true;
15
16#else
17
18const bool USE_PGPLOT=false;
19
20#endif // matches #ifdef HAVE_PGPLOT
21
22#endif // matches #ifndef PGHEADER_HH
Note: See TracBrowser for help on using the repository browser.