config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 20 Aug 2012 22:39:00 +0300
changeset 32 ca6ef5ecb3ce
parent 26 7845d23ad8fc
child 34 5b818c7467ad
permissions -rw-r--r--
Rearrange docs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#endif
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8