]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config.h.in
Drop old private APIs that are no longer used/supported.
[thirdparty/cups.git] / config.h.in
index f8dbf4199a8e4741e2596338b74d5e7bb735392c..e708598aca0c4bb2d2c1cdd7fcf128dc4a0d3bc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: config.h.in 7918 2008-09-08 22:03:01Z mike $"
+ * "$Id$"
  *
  *   Configuration file for CUPS.
  *
@@ -32,6 +32,7 @@
 #define CUPS_DEFAULT_GROUP     "sys"
 #define CUPS_DEFAULT_SYSTEM_GROUPS     "sys root system"
 #define CUPS_DEFAULT_PRINTOPERATOR_AUTH        "@SYSTEM"
+#define CUPS_DEFAULT_SYSTEM_AUTHKEY    "system.print.admin"
 
 
 /*
@@ -705,5 +706,5 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
 #endif /* !_CUPS_CONFIG_H_ */
 
 /*
- * End of "$Id: config.h.in 7918 2008-09-08 22:03:01Z mike $".
+ * End of "$Id$".
  */