src/cline.h

changeset 68
ae763178ee1e
parent 57
68018eac46c3
child 69
186e41b332d9
equal deleted inserted replaced
67:767fe7a007f7 68:ae763178ee1e
25 */ 25 */
26 26
27 #ifndef CLINE_H_ 27 #ifndef CLINE_H_
28 #define CLINE_H_ 28 #define CLINE_H_
29 29
30 #if HAVE_CONFIG_H 30 #define VERSION "1.4.1"
31 #include <config.h>
32 #else
33 #error "Package must be built having a config.h."
34 #endif
35 31
36 #include "stdinc.h" 32 #include "stdinc.h"
37 #include "settings.h" 33 #include "settings.h"
38 34
39 #ifdef _cplusplus 35 #ifdef _cplusplus

mercurial