# HG changeset patch # User Jim Blandy # Date 737954566 0 # Node ID 9e3e5a08c219da7229f8a51fd800b3c78406115d # Parent 839f3d132ee090025b06447869565958529adc35 *** empty log message *** diff -r 839f3d132ee0 -r 9e3e5a08c219 src/s/sco4.h --- a/src/s/sco4.h Thu May 20 23:30:21 1993 +0000 +++ b/src/s/sco4.h Fri May 21 03:22:46 1993 +0000 @@ -22,9 +22,6 @@ /* SCO is sort of like SVR3. */ #include "usg5-3.h" -/* Only needed for systime.h and getdate.y; remove when that is fixed. */ -#define SCO - /* SYSTEM_TYPE should indicate the kind of system you are using. */ #undef SYSTEM_TYPE #define SYSTEM_TYPE "SCO 3.2v4" @@ -49,6 +46,9 @@ /* SCO has bcopy, et. al. */ #define BSTRING +/* Use both and . */ +#define TIME_WITH_SYS_TIME + /* Sockets are an option on SCO. If we have X, we have them. */ #ifdef HAVE_X_WINDOWS #define HAVE_SOCKETS @@ -72,6 +72,3 @@ /* We need to link with crt1.o and crtn.o. */ #define START_FILES pre-crt0.o /lib/crt1.o #define LIB_STANDARD -lc /lib/crtn.o - -/* Various places should include sys/time.h. */ -#define HAVE_SYS_TIME_H