]> andersk Git - moira.git/commitdiff
Add support for the new winconsoleshell column in the users table.
authorzacheiss <zacheiss>
Fri, 21 Apr 2000 19:48:06 +0000 (19:48 +0000)
committerzacheiss <zacheiss>
Fri, 21 Apr 2000 19:48:06 +0000 (19:48 +0000)
include/moira_site.h

index 97b243b024dbff14519b8ddc60b262d2caf3b4ea..51cd08f7168e1bf9a2fee71a391a1560e1e19fee 100644 (file)
 #define SN_MODWITH     11
 #define SN_END         12
 
-/* User Information queries */
+/* User Information queries, v3 */
 
 #define U_NAME    0
 #define U_UID     1
 #define U_SHELL   2
-#define U_LAST    3
-#define U_FIRST   4
-#define U_MIDDLE  5
-#define U_STATE   6
-#define U_MITID   7
-#define U_CLASS   8
-#define U_COMMENT 9
-#define U_SIGNATURE 10
-#define U_SECURE  11
-#define U_MODTIME 12
-#define U_MODBY   13
-#define U_MODWITH 14
-#define U_END     15
+#define U_WINCONSOLESHELL 3
+#define U_LAST    4
+#define U_FIRST   5
+#define U_MIDDLE  6
+#define U_STATE   7
+#define U_MITID   8
+#define U_CLASS   9
+#define U_COMMENT 10
+#define U_SIGNATURE 11
+#define U_SECURE  12
+#define U_MODTIME 13
+#define U_MODBY   14
+#define U_MODWITH 15
+#define U_END     16
 
 /* User states (the value of argv[U_STATE] from a user query) */
 
This page took 0.055097 seconds and 5 git commands to generate.