]> andersk Git - moira.git/blobdiff - clients/moira/globals.h
Change `SMS' to `Moira' where possible.
[moira.git] / clients / moira / globals.h
index bc259724690736b79ffd3a500192d8c26ee195ab..c1c02bd5032db64ef096d539ae5381578fa3b134 100644 (file)
@@ -1,5 +1,5 @@
-/*     This is the file globals.h for the SMS Client, which allows a nieve
- *      user to quickly and easily maintain most parts of the SMS database.
+/*     This is the file globals.h for the Moira Client, which allows users
+ *      to quickly and easily maintain most parts of the Moira database.
  *     It Contains:  globals variable definitions.
  *
  *     Created:        4/12/88
@@ -18,8 +18,8 @@
 #include "mit-copyright.h"
 #include "defs.h"
 
-#ifndef _sms_client_globals_
-#define _sms_client_globals_
+#ifndef _moira_client_globals_
+#define _moira_client_globals_
 
 extern Bool verbose;           /* TRUE if verbose mode is active (default). */
 extern Bool found_some;                /* used by lists.c for determining if there
@@ -28,4 +28,4 @@ extern char *user;            /* The name of the user executing this
                                   program. */
 extern char *program_name;     /* The name of this instance of the program. */
 
-#endif /* _sms_client_globals_ */ /* Do Not Add Anything After This Line */
+#endif /* _moira_client_globals_ */ /* Do Not Add Anything After This Line */
This page took 0.033126 seconds and 4 git commands to generate.