config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 14:08:30 +0300
changeset 26 7845d23ad8fc
parent 22 de39c033fbc8
child 34 5b818c7467ad
permissions -rw-r--r--
Remove obsolete definition from config.h
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