mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-05 15:54:21 +00:00
MacOS and FreeBSD have similar configurations, define WAITINT because status uses int status now.
This commit is contained in:
@@ -399,10 +399,11 @@ typedef signed char s_char;
|
|||||||
/********************************************************/
|
/********************************************************/
|
||||||
/* */
|
/* */
|
||||||
/********************************************************/
|
/********************************************************/
|
||||||
#ifdef MACOSX
|
#if defined(MACOSX) || defined(FREEBSD)
|
||||||
/* MACOSX, mostly POSIX-compliant Unix */
|
/* MACOSX, mostly POSIX-compliant Unix */
|
||||||
#define NOETHER 1
|
#define NOETHER 1
|
||||||
#define XWINDOWS 1
|
#define XWINDOWS 1
|
||||||
|
#define WAITINT 1
|
||||||
/* JDS trial 12/22/01 #define USETIMEFN 1 */
|
/* JDS trial 12/22/01 #define USETIMEFN 1 */
|
||||||
|
|
||||||
#undef REGISTER
|
#undef REGISTER
|
||||||
@@ -414,7 +415,7 @@ typedef signed char s_char;
|
|||||||
|
|
||||||
#define MAXNAMLEN NAME_MAX
|
#define MAXNAMLEN NAME_MAX
|
||||||
|
|
||||||
#endif /* MACOSX */
|
#endif /* MACOSX || FREEBSD */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user