From: mar Date: Thu, 1 Dec 1988 14:58:35 +0000 (+0000) Subject: add location of SMS server X-Git-Tag: KREL1~68 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/b14bad9d027981fc5055161c4e477abcc4d6466e add location of SMS server --- diff --git a/clients/moira/defs.h b/clients/moira/defs.h index 813aa2da..54e9c6a8 100644 --- a/clients/moira/defs.h +++ b/clients/moira/defs.h @@ -28,6 +28,9 @@ #define FALSE 0 #endif FALSE +/* where to find the SMS server */ +#define SMS_SERVER "SMS.MIT.EDU:sms_db" + /* Modification information is always printed in this format. */ #define MOD_FORMAT ("Last Modification by %s at %s with %s.")