summaryrefslogtreecommitdiff
path: root/src/s/sco4.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-21 03:22:46 +0000
committerJim Blandy <jimb@redhat.com>1993-05-21 03:22:46 +0000
commit805428a540595dc28f542b894edad8a1a024c137 (patch)
tree163dbae6312ce80cd45cd4799cf0715d5bcf5f9a /src/s/sco4.h
parente5d21b058af67bb733f411a45225bc1d068bbce6 (diff)
downloademacs-805428a540595dc28f542b894edad8a1a024c137.tar.gz
*** empty log message ***
Diffstat (limited to 'src/s/sco4.h')
-rw-r--r--src/s/sco4.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h
index 9a3975faad8..e111d977162 100644
--- a/src/s/sco4.h
+++ b/src/s/sco4.h
@@ -22,9 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* SCO has bcopy, et. al. */
#define BSTRING
+/* Use both <time.h> and <sys/time.h>. */
+#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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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