| feb96.tar |
Listing 5: latool.h
/* * $Id$ */ #define NUMREC 10000 #define ACTION_URL "http://198.176.32.92/admin/latool" #define LOGO_URL "http://198.176.32.92/~ccb8m/Dgif/latool.gif" #define BACK_URL "http://198.176.32.92/~ccb8m/Dgif/chalk.gif" /* * Uncomment ONLY ONE of these machine TYPES */ /* #define SUNOS */ #define LINUX /* End of File */
|