home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
packer
/
gnutar
/
source.lzh
/
source
/
sasinclude
/
sys
/
param.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
|
1995-09-16
|
190 b
|
13 lines
#ifndef _PARAM_
#define _PARAM_
#ifndef PATH_MAX
#define PATH_MAX 255
#endif /* PATH_MAX 255 */
#ifndef MAXPATHLEN
#define MAXPATHLEN 255
#endif /* MAXPATHLEN 255 */
#endif /* _PARAM_ */