summaryrefslogtreecommitdiffstats
path: root/config_host/config_telepathy.h.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-19 16:44:12 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-20 11:34:18 +0100
commit52f8321c412cad280c9029f10f9aef03f4f20544 (patch)
tree9942cfe490f7107177ad69175be3039b0f20b32a /config_host/config_telepathy.h.in
parentuse -isystem instead of -I for 3rd party headers (diff)
downloadcore-52f8321c412cad280c9029f10f9aef03f4f20544.tar.gz
core-52f8321c412cad280c9029f10f9aef03f4f20544.zip
use #if instead of #ifdef for testing config_xxx.hxx macros
http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
Diffstat (limited to 'config_host/config_telepathy.h.in')
-rw-r--r--config_host/config_telepathy.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_telepathy.h.in b/config_host/config_telepathy.h.in
index f8752b5f5336..22bdc15a5832 100644
--- a/config_host/config_telepathy.h.in
+++ b/config_host/config_telepathy.h.in
@@ -2,5 +2,8 @@
#define CONFIG_TELEPATHY
#undef ENABLE_TELEPATHY
+#ifndef ENABLE_TELEPATHY
+#define ENABLE_TELEPATHY 0
+#endif
#endif