]> andersk Git - moira.git/blob - clients/mmoira/mmoira.h
be able to display NFS partitions
[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 char *user_states[], *nfs_states[];
8 extern char *StringValue();
9 extern int DisplayCallback(), MoiraValueChanged();
10
11 #define HELPFILE        "/usr/athena/lib/moira.help"
12 #define MAXLOGSIZE      10000
13
14 #define MM_STATS        1
15 #define MM_CLIENTS      2
16 #define MM_SHOW_VALUE   3
17 #define MM_SHOW_ALIAS   4
18 #define MM_SHOW_HOST    5
19 #define MM_ADD_HOST     6
20 #define MM_MOD_HOST     7
21 #define MM_DEL_HOST     8
22 #define MM_CLEAR_HOST   9
23 #define MM_RESET_HOST   10
24 #define MM_SHOW_SERVICE 11
25 #define MM_ADD_SERVICE  12
26 #define MM_MOD_SERVICE  13
27 #define MM_DEL_SERVICE  14
28 #define MM_CLEAR_SERVICE        15
29 #define MM_RESET_SERVICE        16
30 #define MM_SHOW_DCM     17
31 #define MM_ENABLE_DCM   18
32 #define MM_TRIGGER_DCM  19
33 #define MM_SHOW_ZEPHYR  20
34 #define MM_ADD_ZEPHYR   21
35 #define MM_MOD_ZEPHYR   22
36 #define MM_DEL_ZEPHYR   23
37 #define MM_SHOW_PCAP    24
38 #define MM_ADD_PCAP     25
39 #define MM_MOD_PCAP     26
40 #define MM_DEL_PCAP     27
41 #define MM_SHOW_CLDATA  28
42 #define MM_ADD_CLDATA   29
43 #define MM_DEL_CLDATA   30
44 #define MM_SHOW_MCMAP   31
45 #define MM_ADD_MCMAP    32
46 #define MM_DEL_MCMAP    33
47 #define MM_SHOW_CLUSTER 34
48 #define MM_ADD_CLUSTER  35
49 #define MM_MOD_CLUSTER  36
50 #define MM_DEL_CLUSTER  37
51 #define MM_SHOW_MACH    38
52 #define MM_ADD_MACH     39
53 #define MM_MOD_MACH     40
54 #define MM_DEL_MACH     41
55 #define MM_SHOW_MEMBERS 42
56 #define MM_ADD_MEMBER   43
57 #define MM_DEL_MEMBER   44
58 #define MM_DEL_ALL_MEMBER       45
59 #define MM_SHOW_LIST    46
60 #define MM_SHOW_MAILLIST        47
61 #define MM_SHOW_ACE_USE 48
62 #define MM_ADD_LIST     49
63 #define MM_MOD_LIST     50
64 #define MM_DEL_LIST     51
65 #define MM_SHOW_QUOTA   52
66 #define MM_ADD_QUOTA    53
67 #define MM_MOD_QUOTA    54
68 #define MM_DEL_QUOTA    55
69 #define MM_SHOW_DQUOTA  56
70 #define MM_SET_DQUOTA   57
71 #define MM_SHOW_NFS     58
72 #define MM_ADD_NFS      59
73 #define MM_MOD_NFS      60
74 #define MM_DEL_NFS      61
75 #define MM_SHOW_FS_ALIAS        62
76 #define MM_ADD_FS_ALIAS 63
77 #define MM_DEL_FS_ALIAS 64
78 #define MM_SHOW_FSGROUP 65
79 #define MM_ADD_FSGROUP  66
80 #define MM_MOV_FSGROUP  67
81 #define MM_DEL_FSGROUP  68
82 #define MM_SHOW_FILSYS  69
83 #define MM_ADD_FILSYS   70
84 #define MM_MOD_FILSYS   71
85 #define MM_DEL_FILSYS   72
86 #define MM_SHOW_KRBMAP  73
87 #define MM_ADD_KRBMAP   74
88 #define MM_DEL_KRBMAP   75
89 #define MM_SHOW_POBOX   76
90 #define MM_SET_POBOX    77
91 #define MM_DEL_POBOX    78
92 #define MM_SHOW_USER    79
93 #define MM_ADD_USER     80
94 #define MM_REGISTER     81
95 #define MM_MOD_USER     82
96 #define MM_DEACTIVATE   83
97 #define MM_EXPUNGE      84
98 #define MM_SHOW_FINGER  85
99 #define MM_MOD_FINGER   86
100 #define MM_RESET_POBOX  87
101 #define MM_HELP_MOIRA   88
102 #define MM_HELP_WILDCARDS 89
103 #define MM_HELP_AUTHORS 90
104 #define MM_HELP_BUGS    91
105 #define MM_SAVE_LOG     92
106 #define MM_NEW_VALUE    93
107 #define MM_QUIT         94
108 #define MM_HELP_KEYBOARD 95
109 #define MM_HELP_MOUSE   96
This page took 0.063866 seconds and 5 git commands to generate.