mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
8 lines
216 B
C
8 lines
216 B
C
/* Systems having sys/param.h should not include this file */
|
|
|
|
#ifdef HAVE_PARAM_H
|
|
#error Remove this file if you have real sys/param.h
|
|
#else
|
|
/* FIXME: We should warn, that this file should not be included */
|
|
#endif
|