diff options
Diffstat (limited to 'scheduler/conf.h')
-rw-r--r-- | scheduler/conf.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scheduler/conf.h b/scheduler/conf.h index a1729d3d..485383e4 100644 --- a/scheduler/conf.h +++ b/scheduler/conf.h @@ -1,9 +1,9 @@ /* - * "$Id: conf.h 10996 2013-05-29 11:51:34Z msweet $" + * "$Id: conf.h 11202 2013-07-26 21:31:54Z msweet $" * * Configuration file definitions for the CUPS scheduler. * - * Copyright 2007-2012 by Apple Inc. + * Copyright 2007-2013 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -172,6 +172,8 @@ VAR int ClassifyOverride VALUE(0), /* Which errors are fatal? */ StrictConformance VALUE(FALSE), /* Require strict IPP conformance? */ + SyncOnClose VALUE(FALSE), + /* Call fsync() when closing files? */ LogFilePerm VALUE(0644); /* Permissions for log files */ VAR cupsd_loglevel_t LogLevel VALUE(CUPSD_LOG_WARN); @@ -295,5 +297,5 @@ extern int cupsdWriteErrorLog(int level, const char *message); /* - * End of "$Id: conf.h 10996 2013-05-29 11:51:34Z msweet $". + * End of "$Id: conf.h 11202 2013-07-26 21:31:54Z msweet $". */ |