source: tags/release-1.1.12/src/config.h

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

Changing version numbers to 1.1.11

File size: 928 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.11"
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.11"
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.