]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/conf.h
Merge pull request #4825 from computersforpeace/upstart
[thirdparty/cups.git] / scheduler / conf.h
index 3dc442518590fd8528a1979b12beaaf26a2a7df6..e11f7c6fe2b63f57c5461520cbf0118e0671507d 100644 (file)
@@ -244,10 +244,10 @@ VAR char          *ServerKeychain         VALUE(NULL);
                                        /* Keychain holding cert + key */
 #endif /* HAVE_SSL */
 
-#if defined(HAVE_LAUNCHD) || defined(HAVE_SYSTEMD)
+#if defined(HAVE_ONDEMAND)
 VAR int                        IdleExitTimeout         VALUE(60);
                                        /* Time after which an idle cupsd will exit */
-#endif /* HAVE_LAUNCHD || HAVE_SYSTEMD */
+#endif /* HAVE_ONDEMAND */
 
 #ifdef HAVE_AUTHORIZATION_H
 VAR char               *SystemGroupAuthKey     VALUE(NULL);