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 "1.10.0" 00009 00010 /* Major Version number of project */ 00011 #define DYLP_VERSION_MAJOR 1 00012 00013 /* Minor Version number of project */ 00014 #define DYLP_VERSION_MINOR 10 00015 00016 /* Release Version number of project */ 00017 #define DYLP_VERSION_RELEASE 0 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