Skip to content

Commit 1b9a90a

Browse files
Remove XWINDOWS define from FreeBSD, Linux, and macOS builds. (#124)
The right define is `XWINDOW` which is already defined via the build system.
1 parent 4ef79b5 commit 1b9a90a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inc/version.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ typedef signed char s_char;
247247
#ifdef LINUX
248248
/* LINUX, the free POSIX-compliant Unix */
249249
#define NOETHER 1
250-
#define XWINDOWS 1
251250
/* JDS trial 12/22/01 #define USETIMEFN 1 */
252251

253252
#undef REGISTER
@@ -267,7 +266,6 @@ typedef signed char s_char;
267266
#if defined(MACOSX) || defined(FREEBSD)
268267
/* MacOS X, FreeBSD - mostly POSIX-compliant Unix */
269268
#define NOETHER 1
270-
#define XWINDOWS 1
271269

272270
#undef REGISTER
273271
#define REGISTER

0 commit comments

Comments
 (0)