From b14bad9d027981fc5055161c4e477abcc4d6466e Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 1 Dec 1988 14:58:35 +0000 Subject: [PATCH] add location of SMS server --- clients/moira/defs.h | 3 +++ 1 file changed, 3 insertions(+) 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.") -- 2.45.2