home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume40
/
vname
/
part01
/
config.h
next >
Wrap
C/C++ Source or Header
|
1993-11-08
|
133b
|
8 lines
#include <sys/param.h>
#ifndef MAXPATHLEN
# define MAXPATHLEN 1024
#endif
#define EOS '\0'
#define BLEN 128 /* Sundry buffers */