source: trunk/src/config.h @ 782

Last change on this file since 782 was 782, checked in by MatthewWhiting, 13 years ago

Hadn't updated the version number.

File size: 928 bytes
RevLine 
[396]1/* src/config.h.  Dummy version -- will be overwritten by
2                  the version generated by configure.  */
[259]3
[396]4/* Define these first for testing purposes */
[259]5
6/* Define to the address where bug reports for this package should be sent. */
[396]7#define PACKAGE_BUGREPORT "matthew.whiting@csiro.au"
[259]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. */
[764]13#define PACKAGE_STRING "Duchamp 1.1.10"
[259]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. */
[782]19#define PACKAGE_VERSION "1.1.10"
[259]20
[396]21/* Define to 1 if stdbool.h conforms to C99. */
22#define HAVE_STDBOOL_H 1
[259]23
[396]24/* Define this to utilise the testing parts of the code -- bits that
25   won't normally be utilised */
26#define TEST_DEBUG
[321]27
[396]28/* Assume we have PGPLOT working for testing purposes... */
29#define HAVE_PGPLOT 1
Note: See TracBrowser for help on using the repository browser.