config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 14 Mar 2010 21:27:23 +0200
changeset 24 7aa499342e2b
parent 20 df9cedcdb3b2
child 29 378fc85f60f3
permissions -rw-r--r--
Use new interface to obtain available screen space * Use scr_gettext* to detect available screen space * Use new module structs with api
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
24
7aa499342e2b Use new interface to obtain available screen space
Myhailo Danylenko <isbear@ukrpost.net>
parents: 20
diff changeset
     7
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
7aa499342e2b Use new interface to obtain available screen space
Myhailo Danylenko <isbear@ukrpost.net>
parents: 20
diff changeset
     8
14
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     9
#endif
9a4d0f04c7d3 Check online status
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    10