summaryrefslogtreecommitdiff
path: root/scheduler/sysman.h
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/sysman.h')
-rw-r--r--scheduler/sysman.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/scheduler/sysman.h b/scheduler/sysman.h
index b47655f5..18974bb7 100644
--- a/scheduler/sysman.h
+++ b/scheduler/sysman.h
@@ -1,9 +1,9 @@
/*
- * "$Id: sysman.h 9350 2010-11-04 23:23:25Z mike $"
+ * "$Id: sysman.h 10104 2011-11-04 06:37:03Z mike $"
*
* System management definitions for the CUPS scheduler.
*
- * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2007-2011 by Apple Inc.
* Copyright 2006 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -20,10 +20,10 @@
#define CUPSD_DIRTY_NONE 0 /* Nothing is dirty */
#define CUPSD_DIRTY_PRINTERS 1 /* printers.conf is dirty */
#define CUPSD_DIRTY_CLASSES 2 /* classes.conf is dirty */
-#define CUPSD_DIRTY_REMOTE 4 /* remote.cache is dirty */
-#define CUPSD_DIRTY_PRINTCAP 8 /* printcap is dirty */
-#define CUPSD_DIRTY_JOBS 16 /* jobs.cache or "c" file(s) are dirty */
-#define CUPSD_DIRTY_SUBSCRIPTIONS 32 /* subscriptions.conf is dirty */
+#define CUPSD_DIRTY_PRINTCAP 4 /* printcap is dirty */
+#define CUPSD_DIRTY_JOBS 8 /* jobs.cache or "c" file(s) are dirty */
+#define CUPSD_DIRTY_SUBSCRIPTIONS 16 /* subscriptions.conf is dirty */
+
/*
* Globals...
@@ -60,5 +60,5 @@ extern void cupsdStopSystemMonitor(void);
/*
- * End of "$Id: sysman.h 9350 2010-11-04 23:23:25Z mike $".
+ * End of "$Id: sysman.h 10104 2011-11-04 06:37:03Z mike $".
*/