00001 00002 /***************************************************************************/ 00003 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */ 00004 /* These are only in effect in a setting that doesn't use configure */ 00005 /***************************************************************************/ 00006 00007 /* Version number of project */ 00008 #define DYLP_VERSION "trunk" 00009 00010 /* Major Version number of project */ 00011 #define DYLP_VERSION_MAJOR 9999 00012 00013 /* Minor Version number of project */ 00014 #define DYLP_VERSION_MINOR 9999 00015 00016 /* Release Version number of project */ 00017 #define DYLP_VERSION_RELEASE 9999 00018 00019 /* 00020 Define to the C type corresponding to the C++ bool type. `char' is 00021 correct on many systems. The next most likely choice is int. 00022 */ 00023 #define BOOL char