summaryrefslogtreecommitdiff
path: root/config_host/config_vclplug.h.in
AgeCommit message (Collapse)AuthorFilesLines
2013-05-11fdo#64311 - don't encourage the fpicker to give us URLs we can't handle.Michael Meeks1-0/+2
Change-Id: Ide7d833801e96a3375909238d036687082f34605
2013-03-26autoconf can actually handle #define HAVE_FOO 0 as the defaultLuboš Luňák1-15/+0
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-0/+15
http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist1-0/+15
We have only been lucky so far that there hasn't been any compilation errors caused by using the HOST platform config_*.h files also for the BUILD platform. But as more and more information found out during configury is stored in config_*.h files, sooner or later it will be a problem. Move config/* to config_host/*. When not cross-compiling, the config_*.h files in config_host expanded from config_*.h.in are all there is. When cross-compiling, the generated config_*.h files for the BUILD platform are put into a config_build folder. Then use config_build when building the cross_toolset and config_host otherwise. Change-Id: I3c28cc83866bffd696b45d00dfb68e00bc2ae538