src/config.h.in
changeset 396 e1a24791d192
parent 0 c8174cf25e06
child 397 13fa0546ef87
equal deleted inserted replaced
395:91d96387b359 396:e1a24791d192
     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_MAJOR@.@PROJECT_VERSION_MINOR@"
    10 #define PROJECT_VERSION "@PROJECT_VERSION@"
    11 
    11 
    12 #endif
    12 #endif
    13 
    13