]> andersk Git - moira.git/commitdiff
added US_HALF_ENROLLED
authormar <mar>
Mon, 12 Mar 1990 17:27:02 +0000 (17:27 +0000)
committermar <mar>
Mon, 12 Mar 1990 17:27:02 +0000 (17:27 +0000)
include/moira_site.h

index ca695d4873e46b91787035c692d2131a7e80a502..f1b7f03557888c85bb1e8d22832700f671f4874f 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * This file contains all definitions that allow easy access to 
- * elements returned by most of the @i[SMS] queries.  It also defines
+ * elements returned by most of the @i[Moira] queries.  It also defines
  * the default server location and the directories used on the server.
  *
- * If the order of the arguments in the @i[SMS] queries change (again)
+ * If the order of the arguments in the @i[Moira] queries change (again)
  * then all that needs to be changed are the values of these items 
  * and all should be well, (hopefully :-).
  *
@@ -25,7 +25,7 @@
 
 #include "mit-copyright.h"
 
-/* Default SMS server to connect to */
+/* Default Moira server to connect to */
 #define SMS_SERVER     "SMS.MIT.EDU:sms_db"
 
 /* Compile-time options: */
 #define US_NOT_ALLOWED  4
 #define US_ENROLLED    5
 #define US_ENROLL_NOT_ALLOWED 6
-#define US_END          7
+#define US_HALF_ENROLLED 7
+#define US_END          8
 
 /* User shell queries */
 
This page took 0.033549 seconds and 5 git commands to generate.