]> andersk Git - moira.git/blame - clients/moira/globals.c
sms -> moira
[moira.git] / clients / moira / globals.c
CommitLineData
402461ad 1#if (!defined(lint) && !defined(SABER))
08345b74 2 static char rcsid_module_c[] = "$Header$";
3#endif lint
4
8defc06b 5/* This is the file globals.c for the Moira Client, which allows a nieve
6 * user to quickly and easily maintain most parts of the Moira database.
0a2c64cb 7 * It Contains: globals variable definitions.
08345b74 8 *
9 * Created: 4/12/88
0a2c64cb 10 * By: Chris D. Peterson
08345b74 11 *
12 * $Source$
13 * $Author$
14 * $Header$
15 *
0a2c64cb 16 * Copyright 1988 by the Massachusetts Institute of Technology.
08345b74 17 *
18 * For further information on copyright and distribution
19 * see the file mit-copyright.h
20 */
21
22#include "mit-copyright.h"
0a2c64cb 23#include "defs.h"
08345b74 24
461c03b6 25Bool verbose; /* TRUE if verbose mode is active (default). */
26Bool found_some; /* used by lists.c for determining if there
27 are any members of a given type. */
219bbe64 28char *user; /* The name of the user executing this
29 program. */
08345b74 30char *program_name; /* The name of this instance of the program. */
31
This page took 0.064033 seconds and 5 git commands to generate.