From 138d29aa09417eba4d15ade4c9f4dab2620b6326 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 26 Feb 2015 15:56:24 +0100 Subject: support fast MM printing in non-single-file mode only for CUPS As said in the comment, the non-single-file mode could create way too many print jobs, so enable this only for the CUPS backend, which has been modified to send them as a single batch. Conflicts: configure.ac include/vcl/printerinfomanager.hxx sw/source/uibase/dbui/dbmgr.cxx vcl/inc/cupsmgr.hxx vcl/unx/generic/printer/cupsmgr.cxx vcl/unx/generic/printer/printerinfomanager.cxx Change-Id: I4c02ca0e8b91323b1d02f004c7b4813433064a11 --- config_host/config_cups.h.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config_host/config_cups.h.in (limited to 'config_host') diff --git a/config_host/config_cups.h.in b/config_host/config_cups.h.in new file mode 100644 index 000000000000..6794703664d9 --- /dev/null +++ b/config_host/config_cups.h.in @@ -0,0 +1,6 @@ +#ifndef CONFIG_CUPS_H +#define CONFIG_CUPS_H + +#define ENABLE_CUPS 0 + +#endif -- cgit