summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-14 16:07:13 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-14 16:07:13 +0000
commit02f3db8a515647960cda4e85bbc5cd52764a0625 (patch)
tree06f82be300604e19218f4f164ef519f06ac3316e /config.h.in
parent392aa79d2d26258a7caf1b562405c8dbd62d74e2 (diff)
downloadcups-02f3db8a515647960cda4e85bbc5cd52764a0625.tar.gz
Support new launch_activate_socket API on OS X (<rdar://problem/16069952>)
Check for new function at configure time. Define prototype pending public API header. Use it to get the list of Listeners sockets in launchd_checkin. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11591 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 863c66757..7c96248f8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,7 +3,7 @@
*
* Configuration file for CUPS.
*
- * Copyright 2007-2013 by Apple Inc.
+ * Copyright 2007-2014 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -454,6 +454,7 @@
#undef HAVE_LAUNCH_H
#undef HAVE_LAUNCHD
+#undef HAVE_LAUNCH_ACTIVATE_SOCKET
/*