home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Programming
/
Source
/
Gopher_1.12
/
Parameters.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-03-16
|
282 b
|
10 lines
// Maximum length of text in a window.
// This could be dynamic, but it's hardly worth the trouble...
#define MAXTEXTLENGTH 150000
// Default default server and port
#define DEFAULT_SERVER "gopher.micro.umn.edu"
#define DEFAULT_PORT "70"
#define PlayCommand "/usr/local/bin/play"