diff --git a/bin/compile-flags b/bin/compile-flags index bafb7c7..3a0cfb9 100755 --- a/bin/compile-flags +++ b/bin/compile-flags @@ -13,8 +13,6 @@ BYTESWAP Used when compiling for a hardware architecture that has byte-swapped words and word-swapped 32-bit cells, e.g. 80386. SYSVSIGNALS True when compiling on a system that requires the use of SYSV (rather than BSD) signal-handling code. -SYSVONLY True when compiling on a system that has little or no - BSD support. E.g. gettimeofday is missing. I386 True if compiling for the Sun386i (not just any 80386); used because the 386i's display controller is odd. OS4 True if compiling for SunOS 4.x diff --git a/bin/makefile-cygwin.x86_64-x b/bin/makefile-cygwin.x86_64-x index 1f5cf40..667802e 100644 --- a/bin/makefile-cygwin.x86_64-x +++ b/bin/makefile-cygwin.x86_64-x @@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3 FPFLAGS = DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ - -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \ + -DRELEASE=351 -DSYSVSIGNALS \ -D_GNU_SOURCE LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt diff --git a/bin/makefile-init.sparc b/bin/makefile-init.sparc index 2159ab0..220b06e 100644 --- a/bin/makefile-init.sparc +++ b/bin/makefile-init.sparc @@ -49,7 +49,7 @@ MAIN = main DEBUGFLAGS = # -DSTACKCHECK -DFNSTKCHECK MACHINEFLAGS = -DOS5 -DAIX -DUSE_DLPI -DNOPIXRECT \ - -I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \ + -I$(OPENWINHOME)/include -DSYSVSIGNALS \ -DOLD_CURSOR -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES INLINEFLAGS = diff --git a/bin/makefile-linux.386-x b/bin/makefile-linux.386-x index 50582e9..2d61eb5 100644 --- a/bin/makefile-linux.386-x +++ b/bin/makefile-linux.386-x @@ -23,7 +23,7 @@ DISPOPTFLAGS = -O2 -g3 FPFLAGS = DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ - -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \ + -DRELEASE=351 -DSYSVSIGNALS \ -D_GNU_SOURCE LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt diff --git a/bin/makefile-linux.armv7l-x b/bin/makefile-linux.armv7l-x index 7636fad..059e15c 100644 --- a/bin/makefile-linux.armv7l-x +++ b/bin/makefile-linux.armv7l-x @@ -23,7 +23,7 @@ DISPOPTFLAGS = -O2 -g3 FPFLAGS = DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ - -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \ + -DRELEASE=351 -DSYSVSIGNALS \ -D_GNU_SOURCE LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt diff --git a/bin/makefile-linux.x86_64-x b/bin/makefile-linux.x86_64-x index 1f5cf40..667802e 100644 --- a/bin/makefile-linux.x86_64-x +++ b/bin/makefile-linux.x86_64-x @@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3 FPFLAGS = DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ - -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \ + -DRELEASE=351 -DSYSVSIGNALS \ -D_GNU_SOURCE LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt diff --git a/bin/makefile-sunos5.i386-x b/bin/makefile-sunos5.i386-x index f02768c..6de4e62 100644 --- a/bin/makefile-sunos5.i386-x +++ b/bin/makefile-sunos5.i386-x @@ -46,7 +46,7 @@ DFLAGS = $(XFLAGS) \ -DBYTESWAP \ -DOLD_CURSOR -DLOGINT \ -DNOPIXRECT -DFORKCOMM -DLOCK_X_UPDATES \ - -I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \ + -I$(OPENWINHOME)/include -DSYSVSIGNALS \ -DRELEASE=210 LDFLAGS = -R$(OPENWINHOME)/lib -L$(OPENWINHOME)/lib -lX11 -lc -lm -lsocket -lnsl diff --git a/inc/version.h b/inc/version.h index e101ff7..d678a2d 100755 --- a/inc/version.h +++ b/inc/version.h @@ -296,7 +296,6 @@ typedef unsigned short u_short; #undef HAS_GETHOSTID #undef REGISTER #define REGISTER -#define SYSVONLY 1 #define SYSVSIGNALS 1 #define USHORT unsigned #else @@ -313,7 +312,7 @@ typedef unsigned short u_short; /****************************************************************/ /* End of architecture-specific flag settings */ - /* --Start of system-specific flags (e.g. SYSVONLY)-- */ + /* --Start of system-specific flags */ /* */ /****************************************************************/