summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index d311916..08a9772 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,9 @@
/* CUPS datadir */
#undef CUPS_DATADIR
+/* "Domain socket of CUPS" */
+#undef CUPS_DEFAULT_DOMAINSOCKET
+
/* Path to CUPS fonts dir */
#undef CUPS_FONTPATH
@@ -24,15 +27,27 @@
/* Define default renderer */
#undef CUPS_PDFTOPS_RENDERER
+/* pdftocairo binary to use. */
+#undef CUPS_POPPLER_PDFTOCAIRO
+
/* pdftops binary to use. */
#undef CUPS_POPPLER_PDFTOPS
/* Path to CUPS binaries dir */
#undef CUPS_SERVERBIN
+/* CUPS serverroot */
+#undef CUPS_SERVERROOT
+
+/* Transient run-time state dir of CUPS */
+#undef CUPS_STATEDIR
+
/* Define that we provide acroread. */
#undef HAVE_ACROREAD
+/* Define if you have the avahi library */
+#undef HAVE_AVAHI
+
/* Define if you have Poppler's "cpp/poppler-version.h" header file. */
#undef HAVE_CPP_POPPLER_VERSION_H
@@ -84,6 +99,9 @@
/* Define to 1 if you have the `open_memstream' function. */
#undef HAVE_OPEN_MEMSTREAM
+/* Define that we provide poppler pdftocairo. */
+#undef HAVE_POPPLER_PDFTOCAIRO
+
/* Define that we provide poppler pdftops. */
#undef HAVE_POPPLER_PDFTOPS