]> andersk Git - moira.git/commitdiff
Add #define's for container query argument positions.
authorzacheiss <zacheiss>
Thu, 31 May 2001 21:35:12 +0000 (21:35 +0000)
committerzacheiss <zacheiss>
Thu, 31 May 2001 21:35:12 +0000 (21:35 +0000)
include/moira_site.h

index ed1be23e192b7b524413dd7d91f133e75a74dea6..e918ecfff01d6ea07f6321dcfd100ae84a44ecff 100644 (file)
 #define        ZA_MODWITH      13
 #define ZA_END         14
 
-
+/* Container queries */
+
+#define CON_NAME        0
+#define CON_DESCRIPT    1
+#define CON_LOCATION    2
+#define CON_CONTACT     3
+#define CON_OWNER_TYPE  4
+#define CON_OWNER_NAME  5
+#define CON_MEMACE_TYPE 6
+#define CON_MEMACE_NAME 7
+#define CON_MODTIME     8
+#define CON_MODBY       9
+#define CON_MODWITH     10
+#define CON_END         11
 
 /* Directories & files used on the server machine: */
 
This page took 0.049267 seconds and 5 git commands to generate.