This website requires JavaScript.
Explore
Pegadero
Help
Sign in
strepsirrhini
/
office-gobmx
Watch
9
Star
0
Fork
You've already forked office-gobmx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e885b4abae
office-gobmx
/
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 10:51:21 -06: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 10:44:12 -05: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 10:51:21 -06:00
#
endif
Reference in a new issue
Copy permalink