File tree 8 files changed +7
-10
lines changed
8 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ BYTESWAP Used when compiling for a hardware architecture that has
13
13
byte-swapped words and word-swapped 32-bit cells, e.g. 80386.
14
14
SYSVSIGNALS True when compiling on a system that requires the use of
15
15
SYSV (rather than BSD) signal-handling code.
16
- SYSVONLY True when compiling on a system that has little or no
17
- BSD support. E.g. gettimeofday is missing.
18
16
I386 True if compiling for the Sun386i (not just any 80386);
19
17
used because the 386i's display controller is odd.
20
18
OS4 True if compiling for SunOS 4.x
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3
24
24
FPFLAGS =
25
25
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
26
26
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
27
- -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
27
+ -DRELEASE=351 -DSYSVSIGNALS \
28
28
-D_GNU_SOURCE
29
29
30
30
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ MAIN = main
49
49
DEBUGFLAGS = # -DSTACKCHECK -DFNSTKCHECK
50
50
51
51
MACHINEFLAGS = -DOS5 -DAIX -DUSE_DLPI -DNOPIXRECT \
52
- -I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \
52
+ -I$(OPENWINHOME)/include -DSYSVSIGNALS \
53
53
-DOLD_CURSOR -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES
54
54
55
55
INLINEFLAGS =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ DISPOPTFLAGS = -O2 -g3
23
23
FPFLAGS =
24
24
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
25
25
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
26
- -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
26
+ -DRELEASE=351 -DSYSVSIGNALS \
27
27
-D_GNU_SOURCE
28
28
29
29
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ DISPOPTFLAGS = -O2 -g3
23
23
FPFLAGS =
24
24
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
25
25
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
26
- -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
26
+ -DRELEASE=351 -DSYSVSIGNALS \
27
27
-D_GNU_SOURCE
28
28
29
29
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3
24
24
FPFLAGS =
25
25
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
26
26
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
27
- -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
27
+ -DRELEASE=351 -DSYSVSIGNALS \
28
28
-D_GNU_SOURCE
29
29
30
30
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ DFLAGS = $(XFLAGS) \
46
46
-DBYTESWAP \
47
47
-DOLD_CURSOR -DLOGINT \
48
48
-DNOPIXRECT -DFORKCOMM -DLOCK_X_UPDATES \
49
- -I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \
49
+ -I$(OPENWINHOME)/include -DSYSVSIGNALS \
50
50
-DRELEASE=210
51
51
52
52
LDFLAGS = -R$(OPENWINHOME)/lib -L$(OPENWINHOME)/lib -lX11 -lc -lm -lsocket -lnsl
Original file line number Diff line number Diff line change @@ -296,7 +296,6 @@ typedef unsigned short u_short;
296
296
#undef HAS_GETHOSTID
297
297
#undef REGISTER
298
298
#define REGISTER
299
- #define SYSVONLY 1
300
299
#define SYSVSIGNALS 1
301
300
#define USHORT unsigned
302
301
#else
@@ -313,7 +312,7 @@ typedef unsigned short u_short;
313
312
314
313
/****************************************************************/
315
314
/* End of architecture-specific flag settings */
316
- /* --Start of system-specific flags (e.g. SYSVONLY)-- */
315
+ /* --Start of system-specific flags */
317
316
/* */
318
317
/****************************************************************/
319
318
You can’t perform that action at this time.
0 commit comments