summaryrefslogtreecommitdiff
path: root/config_host/config_poppler.h.in
blob: 934aec114d0723fa93aa0f54189a47294251e29c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Settings for poppler header file dection
*/

#ifndef CONFIG_POPPLER_H
#define CONFIG_POPPLER_H

#define ENABLE_PDFIMPORT 0

#define HAVE_POPPLER_VERSION_H 0

#endif
David Tardon Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> uild: Remove MSVC 2013 legacy codeDavid Ostrovsky Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org> 2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin This reverts the following commits: commit 722f4e1d86710f2facd37d7e040df9e1fd585e26 tdf#104573 - Assertion failed: SolarMutex not locked commit f04ec99f5e6a543b8191ced61db4710c3c0de356 tdf#104573 - Assertion failed: SolarMutex not locked commit 71b1e3ff6374c23e65200d3bcafca387d29af04f tdf#104573 - Assertion failed: SolarMutex not locked when trying commit e794ce1eef6730e5a46d5fb0aa6db2895ede85e7 verify that we hold the SolarMutex when ref-counting VclPtr IRC discussion: <noelgrandin> sberg, maybe I should revert this whole "VclPtr assert" series, I don't have mental bandwidth to sort this out properly now <sberg> noelgrandin, what I fear is that you'll end up adding lots of SolarMutex locks to small places, where the proper fix would be to add it further out; and once such a dreaded recursive SolarMutex lock is in place (but needlessly so, once the proper fix is done), it's hard to clean that up again <noelgrandin> sberg, yeah, in that case I'll just remove all of this, leave it for another day Change-Id: Ie4f84b72b79a1b7e80164b5c7693af398c2c569a Reviewed-on: https://gerrit.libreoffice.org/31946 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-12-08verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin Change-Id: If0c5a8c99f0f853c9ecad0f1a4a7299d69805b34 Reviewed-on: https://gerrit.libreoffice.org/31755 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2014-04-28prefer makefile-gmake-modeTakeshi Abe Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9 2012-09-29Use comphelper::getComponentContextStephan Bergmann ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2011-11-27remove pch from the include listNorbert Thiebaud 2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud 2011-10-01convert scripting to gbuild - first stepMatúš Kukan There are java and extensions missing.