diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /scheduler/sysman.h | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'scheduler/sysman.h')
-rw-r--r-- | scheduler/sysman.h | 14 |
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 $". */ |