summaryrefslogtreecommitdiff
path: root/scheduler/cupsd.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-03 00:47:45 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-03 00:47:45 +0000
commit4400e98de24bd267328aa20d57951fb6678297fe (patch)
tree87c1c230c4ec637119f262b6f037421bf3e3b4bd /scheduler/cupsd.h
parente00b005a05b3be11f59ddf676914233d38626b38 (diff)
downloadcups-4400e98de24bd267328aa20d57951fb6678297fe.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@54 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/cupsd.h')
-rw-r--r--scheduler/cupsd.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h
index e6f0fa0ed..e543d5f94 100644
--- a/scheduler/cupsd.h
+++ b/scheduler/cupsd.h
@@ -1,5 +1,5 @@
/*
- * "$Id: cupsd.h 5046 2006-02-01 22:11:58Z mike $"
+ * "$Id: cupsd.h 5053 2006-02-02 18:14:38Z mike $"
*
* Main header file for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -160,6 +160,10 @@ VAR time_t ReloadTime VALUE(0);
/* Time of reload request... */
VAR int NeedReload VALUE(RELOAD_ALL);
/* Need to load configuration? */
+#ifdef HAVE_LAUNCH_H
+VAR int Launchd VALUE(0);
+ /* Running from launchd */
+#endif /* HAVE_LAUNCH_H */
/*
@@ -200,5 +204,5 @@ extern int cupsdStartProcess(const char *command, char *argv[],
/*
- * End of "$Id: cupsd.h 5046 2006-02-01 22:11:58Z mike $".
+ * End of "$Id: cupsd.h 5053 2006-02-02 18:14:38Z mike $".
*/