]> andersk Git - moira.git/commitdiff
add PRINTSERVER defines (and PRN_BANNER_NONE, which was missing)
authordanw <danw>
Tue, 25 May 1999 19:12:27 +0000 (19:12 +0000)
committerdanw <danw>
Tue, 25 May 1999 19:12:27 +0000 (19:12 +0000)
include/moira_site.h

index 87244cb41e4dc60b20ab1218fbe6a8ef443720e1..ada3cfa78505f6308a266414da064448c9b91cfd 100644 (file)
 #define PRN_MODWITH    18
 #define PRN_END                19
 
+#define PRN_BANNER_NONE  0
 #define PRN_BANNER_FIRST 1
 #define PRN_BANNER_LAST  2
 
+/* Print Server queries */
+
+#define PRINTSERVER_HOST       0
+#define PRINTSERVER_KIND       1
+#define PRINTSERVER_TYPES      2
+#define PRINTSERVER_OWNER_TYPE 3
+#define PRINTSERVER_OWNER_NAME 4
+#define PRINTSERVER_LPC_ACL    5
+#define PRINTSERVER_MODTIME    6
+#define PRINTSERVER_MODBY      7
+#define PRINTSERVER_MODWITH    8
+#define PRINTSERVER_END                9
+
 /* PO box information queries */
 
 #define PO_NAME    0
This page took 0.039315 seconds and 5 git commands to generate.