From: mar Date: Tue, 6 Dec 1988 16:31:42 +0000 (+0000) Subject: changed name from infodefs.h, added location of default server X-Git-Tag: KREL1~56 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/875f50fb046183cea69ef8bc4bd35a9f5fe8a208 changed name from infodefs.h, added location of default server --- diff --git a/include/moira_site.h b/include/moira_site.h index 5c0d2d92..23cd7f95 100644 --- a/include/moira_site.h +++ b/include/moira_site.h @@ -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$ @@ -15,23 +19,14 @@ * 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 */ @@ -252,4 +247,4 @@ #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. */