]> andersk Git - moira.git/commitdiff
new quota and printcap structures; INGRES_VERSION global define
authormar <mar>
Wed, 4 Apr 1990 11:30:27 +0000 (11:30 +0000)
committermar <mar>
Wed, 4 Apr 1990 11:30:27 +0000 (11:30 +0000)
include/moira_site.h

index a1d649a33e1011c6e458c011234323fda9db5a11..7203e3cb0c44fda342d37c0d6c58498634add6cc 100644 (file)
@@ -37,6 +37,8 @@
 /* #define SYSLOG */
 /*   Athena local hacks -- other sites probably don't want this */
 #define ATHENA
+/* Ingres version number */
+#define INGRESVER 5
 
 
 #define NAME 0
 #define PCAP_SPOOL_HOST        1
 #define PCAP_SPOOL_DIR 2
 #define PCAP_RPRINTER  3
-#define PCAP_COMMENTS  4
-#define PCAP_MODTIME   5
-#define PCAP_MODBY     6
-#define PCAP_MODWITH   7
-#define PCAP_END       8
+#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 */
 
 /* Quota queries */
 
 #define Q_FILESYS   0
-#define Q_LOGIN     1
-#define Q_QUOTA     2
-#define Q_DIRECTORY 3  
-#define Q_MACHINE   4
-#define Q_MODTIME   5
-#define Q_MODBY     6
-#define Q_MODWITH   7
-#define Q_END       8
+#define Q_TYPE      1
+#define Q_NAME      2
+#define Q_QUOTA     3  
+#define Q_DIRECTORY 4
+#define Q_MACHINE   5
+#define Q_MODTIME   6
+#define Q_MODBY     7
+#define Q_MODWITH   8
+#define Q_END       9
 
 /* Service info */
 
This page took 0.038291 seconds and 5 git commands to generate.