1 /* System description file for SCO 3.2v5.
2 Copyright (C) 1996, 2002 Free Software Foundation, Inc.
4 This file is part of GNU Emacs.
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to the
18 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
21 /* Contributed by Mark Diekhans <markd@grizzly.com>. */
23 /* SCO is sort of like SVR3. */
27 #if 0 /* Turned off rather than make the Lisp code check for this. -- rms.
28 I am assuming that (at least most of) the tests for usg-unix-v
29 do the right thing for sco3.2v4 also. Things that *might* be wrong
30 as a result of turning off these lines include the values of
31 ange-ftp-remote-shell-file-name (now remsh)
32 dired-chown-program (now just chown)
34 nntp-buggy-select (now t)
35 rmail-spool-directory (now /usr/mail?)
36 and the actions of the function print-region-1. */
38 /* SYSTEM_TYPE should indicate the kind of system you are using. */
40 #define SYSTEM_TYPE "SCO 3.2v4"
43 /* SCO supports job control. */
46 /* SCO has termios. */
49 /* SCO has ptys with unusual names. */
52 #define PTY_ITERATION \
54 #define PTY_NAME_SPRINTF \
55 sprintf (pty_name, "/dev/ptyp%d", i);
56 #define PTY_TTY_NAME_SPRINTF \
57 sprintf (pty_name, "/dev/ttyp%d", i);
59 /* Sockets are an option on SCO. If you have X, you have them.
60 They also exist if you have TCP, but we don't know how to test
70 /* This is safe since we already assumed HAVE_SOCKET
71 if using X windows. */
73 #define LIBX11_SYSTEM_COMMON -lpt -lnls -lnsl -lc -lsocket
75 # define LIBX11_SYSTEM -lgen LIBX11_SYSTEM_COMMON
76 #else /* ndef MOTIF */
77 # define LIBX11_SYSTEM LIBX11_SYSTEM_COMMON
78 #endif /* ndef MOTIF */
81 #define LIB_X11_LIB -lX11
83 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */
88 #define LIBS_SYSTEM -lsocket -lPW
91 #ifndef HAVE_GETTIMEOFDAY
92 #define HAVE_GETTIMEOFDAY
95 /* This enables configure to tell that we have alloca. */
97 #define LIBS_SYSTEM -lPW
101 /* configure can't get this right linking fails unless -lsocket is used. */
102 #undef HAVE_XSCREENNUMBEROFSCREEN
103 #define HAVE_XSCREENNUMBEROFSCREEN
106 /* We don't have -loldX, and we don't need it. */
107 #define LIB_XMENU_LIB
109 /* SCO does have TIOCGWINSZ. */
110 #undef BROKEN_TIOCGWINSZ
113 /* We need to link with crt1.o and crtn.o. */
114 #define START_FILES pre-crt0.o /lib/crt1.o
115 #define LIB_STANDARD -lc /lib/crtn.o
117 /* Send signals to subprocesses by "typing" signal chars at them. */
118 #define SIGNALS_VIA_CHARACTERS
120 /* Specify program for etc/fakemail to run. Define SMAIL if you are
121 using smail, don't for MMDF. */
124 #define MAIL_PROGRAM_NAME "/bin/smail -q0"
126 #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"
129 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */
132 /* SCO Unix has Posix signals, but in 3.2.5 something broken that causes
133 * all keyboard-quit signals to be lost after the first one. */
136 #define SIGMASKTYPE long
139 extern SIGMASKTYPE sigprocmask_set
;
140 #endif /* not NOT_C_CODE */
142 #define sigblock(sig) \
143 (sigprocmask_set = SIGEMPTYMASK | (sig), \
144 sigprocmask (SIG_BLOCK, &sigprocmask_set, NULL))
145 #define sigunblock(sig) \
146 (sigprocmask_set = SIGFULLMASK & ~(sig), \
147 sigprocmask (SIG_SETMASK, &sigprocmask_set, NULL))
149 #ifndef PENDING_OUTPUT_COUNT
150 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)
153 /* Use ELF and get real shared libraries */
158 #define UNEXEC unexelf.o
161 #define C_SWITCH_SYSTEM -belf
162 #define LD_SWITCH_SYSTEM -belf
165 /* Don't disable static function, as SCO's header files have some.*/
169 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/values-Xt.o
171 #define LIB_STANDARD -lc /usr/ccs/lib/crtn.o
173 #define NARROWPROTO 1