]> andersk Git - moira.git/blob - clients/mmoira/mmoira.h
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / clients / mmoira / mmoira.h
1 /* $Header$ */
2
3 #include "data.h"
4
5 extern EntryForm *GetAndClearForm(), *GetForm();
6 extern char *user, *program_name;
7 extern int tty;
8 extern char *user_states[], *nfs_states[];
9 extern char *StringValue();
10 extern int DisplayCallback(), MoiraValueChanged();
11 extern int NumChildren();
12 extern Widget NthChild();
13
14 typedef struct _MoiraResources {
15     String form_trans;
16     String text_trans;
17     String log_trans;
18     String help_file;
19     String db;
20     Boolean noauth;
21     int maxlogsize;
22 } MoiraResources;
23 extern MoiraResources resources;
24
25 #define HELPFILE        "/usr/athena/lib/moira.help"
26 #define MAXLOGSIZE      10000
27
28 #define MM_STATS        1
29 #define MM_CLIENTS      2
30 #define MM_SHOW_VALUE   3
31 #define MM_SHOW_ALIAS   4
32 #define MM_SHOW_HOST    5
33 #define MM_ADD_HOST     6
34 #define MM_MOD_HOST     7
35 #define MM_DEL_HOST     8
36 #define MM_CLEAR_HOST   9
37 #define MM_RESET_HOST   10
38 #define MM_SHOW_SERVICE 11
39 #define MM_ADD_SERVICE  12
40 #define MM_MOD_SERVICE  13
41 #define MM_DEL_SERVICE  14
42 #define MM_CLEAR_SERVICE        15
43 #define MM_RESET_SERVICE        16
44 #define MM_SHOW_DCM     17
45 #define MM_ENABLE_DCM   18
46 #define MM_TRIGGER_DCM  19
47 #define MM_SHOW_ZEPHYR  20
48 #define MM_ADD_ZEPHYR   21
49 #define MM_MOD_ZEPHYR   22
50 #define MM_DEL_ZEPHYR   23
51 #define MM_SHOW_PCAP    24
52 #define MM_ADD_PCAP     25
53 #define MM_MOD_PCAP     26
54 #define MM_DEL_PCAP     27
55 #define MM_SHOW_CLDATA  28
56 #define MM_ADD_CLDATA   29
57 #define MM_DEL_CLDATA   30
58 #define MM_SHOW_MCMAP   31
59 #define MM_ADD_MCMAP    32
60 #define MM_DEL_MCMAP    33
61 #define MM_SHOW_CLUSTER 34
62 #define MM_ADD_CLUSTER  35
63 #define MM_MOD_CLUSTER  36
64 #define MM_DEL_CLUSTER  37
65 #define MM_SHOW_MACH    38
66 #define MM_ADD_MACH     39
67 #define MM_MOD_MACH     40
68 #define MM_DEL_MACH     41
69 #define MM_SHOW_MEMBERS 42
70 #define MM_ADD_MEMBER   43
71 #define MM_DEL_MEMBER   44
72 #define MM_DEL_ALL_MEMBER       45
73 #define MM_SHOW_LIST    46
74 #define MM_SHOW_MAILLIST        47
75 #define MM_SHOW_ACE_USE 48
76 #define MM_ADD_LIST     49
77 #define MM_MOD_LIST     50
78 #define MM_DEL_LIST     51
79 #define MM_SHOW_QUOTA   52
80 #define MM_ADD_QUOTA    53
81 #define MM_MOD_QUOTA    54
82 #define MM_DEL_QUOTA    55
83 #define MM_SHOW_DQUOTA  56
84 #define MM_SET_DQUOTA   57
85 #define MM_SHOW_NFS     58
86 #define MM_ADD_NFS      59
87 #define MM_MOD_NFS      60
88 #define MM_DEL_NFS      61
89 #define MM_SHOW_FS_ALIAS        62
90 #define MM_ADD_FS_ALIAS 63
91 #define MM_DEL_FS_ALIAS 64
92 #define MM_SHOW_FSGROUP 65
93 #define MM_ADD_FSGROUP  66
94 #define MM_MOV_FSGROUP  67
95 #define MM_DEL_FSGROUP  68
96 #define MM_SHOW_FILSYS  69
97 #define MM_ADD_FILSYS   70
98 #define MM_MOD_FILSYS   71
99 #define MM_DEL_FILSYS   72
100 #define MM_SHOW_KRBMAP  73
101 #define MM_ADD_KRBMAP   74
102 #define MM_DEL_KRBMAP   75
103 #define MM_SHOW_POBOX   76
104 #define MM_SET_POBOX    77
105 #define MM_DEL_POBOX    78
106 #define MM_SHOW_USER    79
107 #define MM_ADD_USER     80
108 #define MM_REGISTER     81
109 #define MM_MOD_USER     82
110 #define MM_DEACTIVATE   83
111 #define MM_EXPUNGE      84
112 #define MM_SHOW_FINGER  85
113 #define MM_MOD_FINGER   86
114 #define MM_RESET_POBOX  87
115 #define MM_HELP_MOIRA   88
116 #define MM_HELP_WILDCARDS 89
117 #define MM_HELP_AUTHORS 90
118 #define MM_HELP_BUGS    91
119 #define MM_SAVE_LOG     92
120 #define MM_NEW_VALUE    93
121 #define MM_QUIT         94
122 #define MM_HELP_KEYBOARD 95
123 #define MM_HELP_MOUSE   96
This page took 0.042899 seconds and 5 git commands to generate.