]> andersk Git - moira.git/commitdiff
Added user state constants.
authorqjb <qjb>
Tue, 2 Aug 1988 00:07:35 +0000 (00:07 +0000)
committerqjb <qjb>
Tue, 2 Aug 1988 00:07:35 +0000 (00:07 +0000)
include/moira_site.h

index 848ec1ced63debe0fdcc3478371f3a2536d18f5e..04424cfc806c7d791ea864e891cc2ebfd7b952be 100644 (file)
 #define U_MODWITH 11
 #define U_END     12
 
-#endif _infodefs_              /* Do not add anything after this line. */
+/* User states (the value of argv[U_STATE] from a user query) */
+#define US_NO_LOGIN_YET 0
+#define US_REGISTERED   1
+#define US_NO_PASSWD    2
+#define US_DELETED      3
+#define US_NOT_ALLOWED  4
+#define US_END          5
 
+#endif _infodefs_              /* Do not add anything after this line. */
This page took 0.042797 seconds and 5 git commands to generate.