1: int i;
2: char doo[100];
3: char poo[100];
4: FILE *fp;
5:
6: /* System defines to be changed-- */
7:
8: #define LOAD /* If you want the load average box, keep this defined. */
9: /* #define UVERS /* If you want to know the version of Ultrix, keep this
10: defined. This will work for any system with /etc/motd.
11: #define LIGHT /* If you want the stuff inside the welcome box inversed,
12: keep this defined. To make it dark, just comment it out. */
13: #define TTY /* If you want the tty box, keep this define */
Defined variables
doo
defined in line
2; used 3 times
i
defined in line
1;
never used
poo
defined in line
3; used 1 times
Defined macros
LOAD
defined in line
8;
never used
TTY
defined in line
13; used 2 times
Usage of this include