]> andersk Git - moira.git/commitdiff
add #defines for acl table queries, and some other small cleanup
authordanw <danw>
Thu, 6 Jan 2000 21:09:37 +0000 (21:09 +0000)
committerdanw <danw>
Thu, 6 Jan 2000 21:09:37 +0000 (21:09 +0000)
include/moira_site.h

index b286134bec131f32df8168d98b85c7e2358193dc..fcd1eb164303585c2d41eaa4efe1f32e888afd9e 100644 (file)
 #define ACE_NAME 1
 #define ACE_END  2
 
-/* alias queries. */
+/* acl queries */
+
+#define ACL_HOST    0
+#define ACL_TARGET  1
+#define ACL_KIND    2
+#define ACL_LIST    3
+#define ACL_MODTIME 4
+#define ACL_MODBY   5
+#define ACL_MODWITH 6
+#define ACL_END     7
+
+/* alias queries */
 
 #define ALIAS_NAME  0
 #define ALIAS_TYPE  1
 #define LM_MEMBER 2
 #define LM_END    3
 
+#define LM_TAG     3
+#define LM_TAG_END 4
+
 /* Machine information queries */
 
 #define M_NAME         0
 #define USH_SHELL       1
 #define USH_END         2
 
-/* MITdir pref bits */
-
-#define DIRFLAGS_SUPPRESS 1
-#define DIRFLAGS_NONLOCAL 2
-
-/* Zehpyr ACL queries */
+/* Zephyr ACL queries */
 
 #define ZA_CLASS       0
 #define ZA_XMT_TYPE    1
This page took 0.448554 seconds and 5 git commands to generate.