home *** CD-ROM | disk | FTP | other *** search
- #ifdef MAIN_PROGRAM
- #define STORAGE_CLASS
- #else
- #define STORAGE_CLASS extern
- #endif
-
- STORAGE_CLASS char hostname[512]; /* name of this host */
- STORAGE_CLASS char username[100]; /* name of user submitting job */
- STORAGE_CLASS char email_address[512]; /* submitting user's email address */
- STORAGE_CLASS int debug; /* true if we want debugging output */
- STORAGE_CLASS int max_net_read; /* max # of bytes to read at a time */
- STORAGE_CLASS int max_net_write; /* max # of bytes to write at a time */
-