repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update
[midnight-commander.git]
/
os2
/
sys
/
param.h
blob
5e2a01c23be9b9d7d0dc8933392dc5008a061501
1
/* Systems having sys/param.h should not include this file */
2
3
#ifdef HAVE_PARAM_H
4
#error Remove this file if you have real sys/param.h
5
#else
6
/* FIXME: We should warn, that this file should not be included */
7
#endif