summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-07 21:34:06 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-07 21:34:06 +0000
commitc82f05eadbc1e63c258313eda5ec7b0c571f7c93 (patch)
tree80babf2a20ad11383a2b8b48fd7811b51e349aab /config.h.in
parent7e86f2f686334cb3db458b4585dfce9c1b712bc4 (diff)
downloadcups-c82f05eadbc1e63c258313eda5ec7b0c571f7c93.tar.gz
<rdar://problem/15958253> 14A125b: cupsd console output when launching AddPrinter
Use posix_spawn and move all of the setuid/setgid/setgroups/nice stuff to cups-exec. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11564 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 463b572f2..863c66757 100644
--- a/config.h.in
+++ b/config.h.in
@@ -132,6 +132,13 @@
/*
+ * Do we have posix_spawn?
+ */
+
+#undef HAVE_POSIX_SPAWN
+
+
+/*
* Do we have ZLIB?
*/