DyLP
1.9.4
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
DylpStdLib
config_dylp_default.h
Go to the documentation of this file.
1
2
/***************************************************************************/
3
/* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
4
/* These are only in effect in a setting that doesn't use configure */
5
/***************************************************************************/
6
7
/* Version number of project */
8
#define DYLP_VERSION "1.9.4"
9
10
/* Major Version number of project */
11
#define DYLP_VERSION_MAJOR 1
12
13
/* Minor Version number of project */
14
#define DYLP_VERSION_MINOR 9
15
16
/* Release Version number of project */
17
#define DYLP_VERSION_RELEASE 4
18
19
/*
20
Define to the C type corresponding to the C++ bool type. `char' is
21
correct on many systems. The next most likely choice is int.
22
*/
23
#define BOOL char
Generated by
1.8.7