src/config.h.in
changeset 397 13fa0546ef87
parent 396 e1a24791d192
child 417 c503e0c6a740
equal deleted inserted replaced
396:e1a24791d192 397:13fa0546ef87
     5 /* #include "config.h" to use the generated file */
     5 /* #include "config.h" to use the generated file */
     6 
     6 
     7 #define PROJECT_DATA_DIR "@PROJECT_DATA_DIR@"
     7 #define PROJECT_DATA_DIR "@PROJECT_DATA_DIR@"
     8 #define PROJECT_SHORT_NAME "@PROJECT_SHORT_NAME@"
     8 #define PROJECT_SHORT_NAME "@PROJECT_SHORT_NAME@"
     9 #define PROJECT_LONG_NAME "@PROJECT_LONG_NAME@"
     9 #define PROJECT_LONG_NAME "@PROJECT_LONG_NAME@"
    10 #define PROJECT_VERSION "@PROJECT_VERSION@"
    10 
       
    11 /*
       
    12  * Defined in version.c:
       
    13  */
       
    14 extern const char *PROJECT_VERSION, *PROJECT_BUILD_TIMESTAMP;
    11 
    15 
    12 #endif
    16 #endif
    13 
    17