summaryrefslogtreecommitdiff
path: root/config_host/config_features.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r--config_host/config_features.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 108bfcac85fc..bae2ecd4dfa3 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -174,4 +174,9 @@
*/
#define HAVE_FEATURE_UI 1
+/*
+ * Whether PDF import is available
+ */
+#define HAVE_FEATURE_PDFIMPORT 0
+
#endif
-22coverity#440066 Logically dead codeJulien Nabet 2013-03-22coverity#440065 Logically dead codeJulien Nabet 2013-03-19further OUString cleanupThomas Arnhold 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13more subtle dependencies for cross-compilationMatúš Kukan 2013-03-07fix spellingNoel Grandin 2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck 2013-02-28remove all d.lstMichael Stahl 2013-02-25flex output needs soltools' unistd.h on WNTStephan Bergmann 2013-02-21Fix type unkown -> unknownJulien Nabet 2013-02-13Some cppcheck cleaningJulien Nabet 2013-02-12Some cppcheck cleaningJulien Nabet 2013-01-30UNO constants cannot be of CHAR typeStephan Bergmann 2013-01-29Clarify that constant groups cannot be typedef'edStephan Bergmann 2013-01-29Clarify that bound attribute can specify getter/setter raises listsStephan Bergmann 2013-01-29Clarify that attribute setter raises list must not be emptyStephan Bergmann 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-26idlc: silence annoying test spew on successMichael Stahl 2013-01-26Remove redundant braces around for loopsStephan Bergmann 2013-01-22API CHANGE: Remove support for individual constants from UNOIDLStephan Bergmann 2013-01-22Adapt idlc/test/parser/ to gbuildStephan Bergmann