This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
libreoffice
Watch
2
Star
0
Fork
0
You've already forked libreoffice
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
07d85c44998f42545175ee77c192b901b52a30ca
libreoffice
/
config_host
/
config_telepathy.h.in
7 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
use config_xxx.h files instead of -DHAVE_XXX on the command line As the latter does not quite scale, and also source files depending on the setting/feature did not rebuild in case of a change. There are intentionally more config_xxx.h files (so autoheader from autotools is not used), so that a setting change does not force automatically a rebuild of everything. Running configure does not touch those config_xxx.h files that have not changed. There's config/README with a howto. Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5
2012-12-07 17:51:21 +01:00
#
ifndef CONFIG_TELEPATHY
#
define CONFIG_TELEPATHY
use #if instead of #ifdef for testing config_xxx.hxx macros http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
2013-03-19 16:44:12 +01:00
#
define ENABLE_TELEPATHY 0
use config_xxx.h files instead of -DHAVE_XXX on the command line As the latter does not quite scale, and also source files depending on the setting/feature did not rebuild in case of a change. There are intentionally more config_xxx.h files (so autoheader from autotools is not used), so that a setting change does not force automatically a rebuild of everything. Running configure does not touch those config_xxx.h files that have not changed. There's config/README with a howto. Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5
2012-12-07 17:51:21 +01:00
#
endif
Reference in New Issue
Copy Permalink