]> andersk Git - moira.git/blob - clients/moira/globals.c
b3583ee0ac59b97276752c6241831d3ae5783262
[moira.git] / clients / moira / globals.c
1 #if (!defined(lint) && !defined(SABER))
2   static char rcsid_module_c[] = "$Header$";
3 #endif
4
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.
7  *      It Contains:  globals variable definitions.
8  *
9  *      Created:        4/12/88
10  *      By:             Chris D. Peterson
11  *
12  *      $Source$
13  *      $Author$
14  *      $Header$
15  *
16  *      Copyright 1988 by the Massachusetts Institute of Technology.
17  *
18  *      For further information on copyright and distribution
19  *      see the file mit-copyright.h
20  */
21
22 #include "mit-copyright.h"
23 #include "defs.h"
24
25 Bool verbose;                   /* TRUE if verbose mode is active (default). */
26 Bool found_some;                /* used by lists.c for determining if there
27                                    are any members of a given type. */
28 char *user;                     /* The name of the user executing this
29                                    program. */
30 char *program_name;             /* The name of this instance of the program. */
31
This page took 0.120171 seconds and 3 git commands to generate.