config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 21 May 2012 03:38:51 +0300
changeset 30 a66ed0454ca8
parent 29 23fa36d480fb
child 31 e404cd1c7077
permissions -rw-r--r--
Handle 'state' hook argument * handle 'state' argument of 'tune-out' * option 'pep_tune_pause_is_stop' * 'tune_interval' changed to 'pep_tune_interval'
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
29
23fa36d480fb Merge pep modules & use events
Myhailo Danylenko <isbear@ukrpost.net>
parents: 19
diff changeset
     5
#cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER
23fa36d480fb Merge pep modules & use events
Myhailo Danylenko <isbear@ukrpost.net>
parents: 19
diff changeset
     6
19
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     9
#endif
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    10