source: trunk/src/config.h @ 482

Last change on this file since 482 was 482, checked in by MatthewWhiting, 16 years ago

Preparing to tag the new version 1.1.6, with updates to documentation and version numbers.

File size: 926 bytes
Line 
1/* src/config.h.  Dummy version -- will be overwritten by
2                  the version generated by configure.  */
3
4/* Define these first for testing purposes */
5
6/* Define to the address where bug reports for this package should be sent. */
7#define PACKAGE_BUGREPORT "matthew.whiting@csiro.au"
8
9/* Define to the full name of this package. */
10#define PACKAGE_NAME "Duchamp"
11
12/* Define to the full name and version of this package. */
13#define PACKAGE_STRING "Duchamp 1.1.6"
14
15/* Define to the one symbol short name of this package. */
16#define PACKAGE_TARNAME "duchamp"
17
18/* Define to the version of this package. */
19#define PACKAGE_VERSION "1.1.6"
20
21/* Define to 1 if stdbool.h conforms to C99. */
22#define HAVE_STDBOOL_H 1
23
24/* Define this to utilise the testing parts of the code -- bits that
25   won't normally be utilised */
26#define TEST_DEBUG
27
28/* Assume we have PGPLOT working for testing purposes... */
29#define HAVE_PGPLOT 1
Note: See TracBrowser for help on using the repository browser.