config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 07 May 2011 03:40:02 +0300
changeset 27 a8151b97e13c
parent 19 9ce7690c4dab
child 29 23fa36d480fb
permissions -rw-r--r--
Update avv requirements
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#endif
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8