source: tags/release-1.1/src/config.h @ 1323

Last change on this file since 1323 was 308, checked in by Matthew Whiting, 17 years ago

Updated the verification files again, plus detection.cc, trying to make sitar and delphinus agree on integrated fluxes (still can't).
Also commented out some un-necessary comments.

File size: 839 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"
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"
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
Note: See TracBrowser for help on using the repository browser.