version 1.6, 2025/04/10 01:24:38
|
version 1.7, 2025/04/10 15:27:39
|
Line 25
|
Line 25
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.7 2025/04/10 15:27:39 snw |
|
* Detect Devuan distribution and fix OS/2 problem with iniconf.c |
|
* |
* Revision 1.6 2025/04/10 01:24:38 snw |
* Revision 1.6 2025/04/10 01:24:38 snw |
* Remove C++ style comments |
* Remove C++ style comments |
* |
* |
Line 56
|
Line 59
|
#include <fs.h> |
#include <fs.h> |
#include "mpsdef.h" |
#include "mpsdef.h" |
|
|
|
#if defined(__OS2__) |
|
# include <os2.h> |
|
#endif |
|
|
extern char config_file[4096]; |
extern char config_file[4096]; |
|
|
#if !defined(PATH_MAX) && defined(_SCO_DS) |
#if !defined(PATH_MAX) && defined(_SCO_DS) |