home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume26
/
port-lpr
/
part01
/
common.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-09
|
498b
|
13 lines
#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 */