]> andersk Git - moira.git/commitdiff
replace printcap and palladium query indexes with printer query indexes
authordanw <danw>
Wed, 27 Jan 1999 19:34:22 +0000 (19:34 +0000)
committerdanw <danw>
Wed, 27 Jan 1999 19:34:22 +0000 (19:34 +0000)
include/moira_site.h

index 767593d166c5cb5411ff96dc3ae29dae21b49f86..f1be09f0d88e378de3607b28c103fc65c737c1df 100644 (file)
 #define NFS_MODWITH 8
 #define NFS_END     9
 
-/* Printcap queries */
-
-#define PCAP_NAME              0
-#define PCAP_SPOOL_HOST        1
-#define PCAP_SPOOL_DIR 2
-#define PCAP_RPRINTER  3
-#define PCAP_QSERVER   4
-#define PCAP_AUTH      5
-#define PCAP_PRICE     6
-#define PCAP_COMMENTS  7
-#define PCAP_MODTIME   8
-#define PCAP_MODBY     9
-#define PCAP_MODWITH   10
-#define PCAP_END       11
-
-/* Palladium queries */
-
-#define PD_NAME                0
-#define PD_IDENT       1
-#define PD_HOST                2
-#define PD_MODTIME     3
-#define PD_MODBY       4
-#define PD_MODWITH     5
-#define PD_END         6
-
-/* PO box infomarion queries */
+/* Printer queries */
+
+#define PRN_NAME       0
+#define PRN_TYPE       1
+#define PRN_HWTYPE     2
+#define PRN_DUPLEXNAME 3
+#define PRN_HOSTNAME   4
+#define PRN_LOGHOST    5
+#define PRN_RM         6
+#define PRN_RP         7
+#define PRN_RQ         8
+#define PRN_KA         9
+#define PRN_PC         10
+#define PRN_AC         11
+#define PRN_LPC_ACL    12
+#define PRN_LOCATION   13
+#define PRN_CONTACT    14
+#define PRN_MODTIME    15
+#define PRN_MODBY      16
+#define PRN_MODWITH    17
+#define PRN_END                18
+
+/* PO box information queries */
 
 #define PO_NAME    0
 #define PO_TYPE    1
This page took 0.036884 seconds and 5 git commands to generate.