comparison src/s/sco4.h @ 2931:9e3e5a08c219

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 21 May 1993 03:22:46 +0000
parents 866fefc5d52b
children 59bbdf423db8
comparison
equal deleted inserted replaced
2930:839f3d132ee0 2931:9e3e5a08c219
19 19
20 /* Contributed by Ian Lance Taylor, ian@cygnus.com. */ 20 /* Contributed by Ian Lance Taylor, ian@cygnus.com. */
21 21
22 /* SCO is sort of like SVR3. */ 22 /* SCO is sort of like SVR3. */
23 #include "usg5-3.h" 23 #include "usg5-3.h"
24
25 /* Only needed for systime.h and getdate.y; remove when that is fixed. */
26 #define SCO
27 24
28 /* SYSTEM_TYPE should indicate the kind of system you are using. */ 25 /* SYSTEM_TYPE should indicate the kind of system you are using. */
29 #undef SYSTEM_TYPE 26 #undef SYSTEM_TYPE
30 #define SYSTEM_TYPE "SCO 3.2v4" 27 #define SYSTEM_TYPE "SCO 3.2v4"
31 28
47 sprintf (pty_name, "/dev/ttyp%d", ((c - FIRST_PTY_LETTER) * 16) + i); 44 sprintf (pty_name, "/dev/ttyp%d", ((c - FIRST_PTY_LETTER) * 16) + i);
48 45
49 /* SCO has bcopy, et. al. */ 46 /* SCO has bcopy, et. al. */
50 #define BSTRING 47 #define BSTRING
51 48
49 /* Use both <time.h> and <sys/time.h>. */
50 #define TIME_WITH_SYS_TIME
51
52 /* Sockets are an option on SCO. If we have X, we have them. */ 52 /* Sockets are an option on SCO. If we have X, we have them. */
53 #ifdef HAVE_X_WINDOWS 53 #ifdef HAVE_X_WINDOWS
54 #define HAVE_SOCKETS 54 #define HAVE_SOCKETS
55 #endif 55 #endif
56 56
70 #define HAVE_RENAME 70 #define HAVE_RENAME
71 71
72 /* We need to link with crt1.o and crtn.o. */ 72 /* We need to link with crt1.o and crtn.o. */
73 #define START_FILES pre-crt0.o /lib/crt1.o 73 #define START_FILES pre-crt0.o /lib/crt1.o
74 #define LIB_STANDARD -lc /lib/crtn.o 74 #define LIB_STANDARD -lc /lib/crtn.o
75
76 /* Various places should include sys/time.h. */
77 #define HAVE_SYS_TIME_H