]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - xcode/config.h
support Upstart socket activation
[thirdparty/cups.git] / xcode / config.h
index a0c5c9b3d48c18fbae58441426943490ec701719..7e871a0d03d1df7619c9162306fafbe072cf3884 100644 (file)
@@ -733,7 +733,7 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
 #  endif /* __GNUC__ || __STDC_VERSION__ */
 #endif /* !HAVE_ABS && !abs */
 
-#if defined(HAVE_LAUNCHD) || defined(HAVE_SYSTEMD)
+#if defined(HAVE_LAUNCHD) || defined(HAVE_SYSTEMD) || defined(HAVE_UPSTART)
 #  define HAVE_ONDEMAND
 #else
 #  undef HAVE_ONDEMAND