home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
unixlib
/
include
/
sys
/
param.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
127b
|
12 lines
#ifndef _PARAM_H
#define _PARAM_H
#define MAXPATHLEN 1024
#define DEV_BSIZE 512
#ifndef NULL
#define NULL (0)
#endif
#endif