Revision 23740,
988 bytes
checked in by broder, 16 years ago
(diff) |
In moira:
* New CVS snapshot (Trac: #195)
* Drop patches that have been incorporated upstream.
* Update to build without krb4 on systems that no longer have it.
This doesn't build yet on squeeze, which lacks a krb4 library, but I'm
committing now before I start hacking away at a patch to fix that.
|
Line | |
---|
1 | /* $Id: globals.h,v 1.9 1998-03-10 21:09:36 danw Exp $ |
---|
2 | * |
---|
3 | * This is the file globals.h 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 "defs.h" |
---|
17 | |
---|
18 | #ifndef _moira_client_globals_ |
---|
19 | #define _moira_client_globals_ |
---|
20 | |
---|
21 | extern Bool verbose; /* TRUE if verbose mode is active (default). */ |
---|
22 | extern Bool found_some; /* used by lists.c for determining if there |
---|
23 | are any members of a given type. */ |
---|
24 | extern char *user; /* The name of the user executing this |
---|
25 | program. */ |
---|
26 | extern char *program_name; /* The name of this instance of the program. */ |
---|
27 | |
---|
28 | #endif /* _moira_client_globals_ */ /* Do Not Add Anything After This Line */ |
---|
Note: See
TracBrowser
for help on using the repository browser.