source: tags/release-1.1.11/src/pgheader.hh @ 1441

Last change on this file since 1441 was 394, checked in by MatthewWhiting, 17 years ago

Fixing wcslib include calls so that it is a bit more robust.

File size: 367 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 <duchamp/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.