]> andersk Git - moira.git/commitdiff
changed name from infodefs.h, added location of default server
authormar <mar>
Tue, 6 Dec 1988 16:31:42 +0000 (16:31 +0000)
committermar <mar>
Tue, 6 Dec 1988 16:31:42 +0000 (16:31 +0000)
include/moira_site.h

index 5c0d2d92f01c235605c773898ba215353ff19bb3..23cd7f95af76878c391edf6a8093659f238beee3 100644 (file)
@@ -1,9 +1,13 @@
-/*     This is the file infodefs.h for the SMS Client, which allows a nieve
- *      user to quickly and easily maintain most parts of the SMS database.
- *     It Contains: useful typdefs.
- *     
- *     Created:        6/8/88
- *     By:             Chris D. Peterson
+/*
+ * This file contains all definitions that allow easy access to 
+ * elements returned by most of the @i[SMS] queries.
+ *
+ * If the order of the arguments in the @i[SMS] queries change (again)
+ * then all that needs to be changed are the values of these items 
+ * and all should be well, (hopefully :-).
+ *
+ *                                 Chris D. Peterson - kit@athena
+ *                                   7/27/88
  *
  *      $Source$
  *      $Author$
  *     see the file mit-copyright.h
  */
 
-/*
- *     This file contains all definitions that allow easy access to 
- * elements returned by most of the @i[SMS] queries.
- *
- *     If the order of the arguments in the @i[SMS] queries change (again)
- *  then all that needs to be changed are the values of these items 
- * and all should be well, (hopefully :-).
- *
- *                                 Chris D. Peterson - kit@athena
- *                                   7/27/88
- */
-
-#ifndef _infodefs_
-#define _infodefs_
+#ifndef _sms_app_
+#define _sms_app_
 
 #include "mit-copyright.h"
 
+/* Default SMS server to connect to */
+#define SMS_SERVER     "SMS.MIT.EDU:sms_db"
+
 #define NAME 0
 
 /* get_ace_use */
 #define SHI_VALUE3     5
 #define SHI_END                6
 
-#endif _infodefs_              /* Do not add anything after this line. */
+#endif _sms_app_               /* Do not add anything after this line. */
This page took 0.071364 seconds and 5 git commands to generate.