]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/sysman.h
Merge changes from CUPS 1.6svn-r10112.
[thirdparty/cups.git] / scheduler / sysman.h
index 0983f109dcde0a0555e830d2413a651953e0580a..d1672bf32cebef6d9fc95855b281a50310afa03b 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   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
 #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...