mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
1a9884eb13
* os2/Makefile.OS2, os2/Makefile.EMX: new files. Use "gmake -f Makefile.EMX" to compile * os2/slint.os2.c: copied from ../nt/slint.nt.c * os2/direct.h: dummy file. Replaces douzen of other dummy files :-) * os2/Makefile: list of distibution files corrected * os2/drive.os2.c, os2/chmod.os2.c: button_new() calls updated * os2/*: many minor changes for EMX.
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
|