config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 25 Mar 2010 21:01:27 +0200
changeset 7 b87a5d8cd8ad
parent 6 2cc481d6b686
child 10 b0511d0cd16e
permissions -rw-r--r--
Use new scr_* functions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#endif
2cc481d6b686 Use new module struct with api version
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8