]> andersk Git - moira.git/blob - clients/moira/globals.c
ca2640863b5f01359a081bafc672b0eb1addfaca
[moira.git] / clients / moira / globals.c
1 /* $Id $
2  *
3  *      This is the file globals.c for the Moira Client, which allows users
4  *      to quickly and easily maintain most parts of the Moira database.
5  *      It Contains:  globals variable definitions.
6  *
7  *      Created:        4/12/88
8  *      By:             Chris D. Peterson
9  *
10  * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
11  * For copying and distribution information, please see the file
12  * <mit-copyright.h>.
13  */
14
15 #include <mit-copyright.h>
16 #include <moira.h>
17 #include "defs.h"
18
19 RCSID("$Header$");
20
21 Bool verbose;                   /* TRUE if verbose mode is active (default). */
22 Bool found_some;                /* used by lists.c for determining if there
23                                    are any members of a given type. */
24 char *user;                     /* The name of the user executing this
25                                    program. */
26 char *program_name;             /* The name of this instance of the program. */
27
This page took 0.070569 seconds and 3 git commands to generate.