summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-06-03 17:19:04 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-06-03 17:19:04 +0000
commit0dc4a6bf8c8c066d1a10675b92e027c89eb78cdf (patch)
tree97245d802cc99ddea17af5bcdbad2cf6ea9e08b9 /config.h.in
parent5e7464ec5e54fc17673eed97b9b36fdf716d76a1 (diff)
downloadcups-0dc4a6bf8c8c066d1a10675b92e027c89eb78cdf.tar.gz
Add support for ASL and journald when doing "syslog" logging (STR #4474)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12687 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 098574913..9a4ed16cd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -243,6 +243,20 @@
/*
+ * Do we have the ASL functions?
+ */
+
+#undef HAVE_ASL_H
+
+
+/*
+ * Do we have the systemd journal functions?
+ */
+
+#undef HAVE_SYSTEMD_SD_JOURNAL_H
+
+
+/*
* Do we have the (v)snprintf() functions?
*/