mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 08:33:48 +00:00
Remove XWINDOWS define from FreeBSD, Linux, and macOS builds. (#124)
The right define is `XWINDOW` which is already defined via the build system.
This commit is contained in:
parent
4ef79b54a5
commit
1b9a90add6
@ -247,7 +247,6 @@ typedef signed char s_char;
|
||||
#ifdef LINUX
|
||||
/* LINUX, the free POSIX-compliant Unix */
|
||||
#define NOETHER 1
|
||||
#define XWINDOWS 1
|
||||
/* JDS trial 12/22/01 #define USETIMEFN 1 */
|
||||
|
||||
#undef REGISTER
|
||||
@ -267,7 +266,6 @@ typedef signed char s_char;
|
||||
#if defined(MACOSX) || defined(FREEBSD)
|
||||
/* MacOS X, FreeBSD - mostly POSIX-compliant Unix */
|
||||
#define NOETHER 1
|
||||
#define XWINDOWS 1
|
||||
|
||||
#undef REGISTER
|
||||
#define REGISTER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user