summaryrefslogtreecommitdiff
path: root/xcode
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 /xcode
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 'xcode')
-rw-r--r--xcode/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/xcode/config.h b/xcode/config.h
index 0044da6b2..f0e031739 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -248,6 +248,20 @@
/*
+ * Do we have the ASL functions?
+ */
+
+#define HAVE_ASL_H
+
+
+/*
+ * Do we have the systemd journal functions?
+ */
+
+/*#undef HAVE_SYSTEMD_SD_JOURNAL_H*/
+
+
+/*
* Do we have the (v)snprintf() functions?
*/