]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config.h.in
Load cups into easysw/current.
[thirdparty/cups.git] / config.h.in
index efc0e2f200413b21ff79099c86b08705ce0acbf4..a6f0f49047048ef389056b09b10d58c2c68f0b55 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * "$Id: config.h.in 4979 2006-01-25 17:47:43Z mike $"
+ * "$Id: config.h.in 5008 2006-01-27 19:30:34Z mike $"
  *
  *   Configuration file for the Common UNIX Printing System (CUPS).
  *
  *   @configure_input@
  *
- *   Copyright 1997-2005 by Easy Software Products.
+ *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
 
 
 /*
- * Default user and group...
+ * Default user and groups...
  */
 
 #define CUPS_DEFAULT_USER      "lp"
 #define CUPS_DEFAULT_GROUP     "sys"
+#define CUPS_DEFAULT_SYSTEM_GROUPS     "sys root system"
+
+
+/*
+ * Default file permissions...
+ */
+
+#define CUPS_DEFAULT_CONFIG_FILE_PERM  0640
+#define CUPS_DEFAULT_LOG_FILE_PERM     0644
+
+
+/*
+ * Default browsing settings...
+ */
+
+#define CUPS_DEFAULT_BROWSING  1
+#define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS    "CUPS"
+#define CUPS_DEFAULT_BROWSE_REMOTE_PROTOCOLS   "CUPS"
+#define CUPS_DEFAULT_BROWSE_SHORT_NAMES        1
+#define CUPS_DEFAULT_DEFAULT_SHARED 1
+#define CUPS_DEFAULT_IMPLICIT_CLASSES  1
 
 
 /*
 #endif /* !_CUPS_CONFIG_H_ */
 
 /*
- * End of "$Id: config.h.in 4979 2006-01-25 17:47:43Z mike $".
+ * End of "$Id: config.h.in 5008 2006-01-27 19:30:34Z mike $".
  */