1 /* System description file for SCO OpenServer Release 5
2 Copyright (C) 1993, 1994 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 XEmacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
21 /* Synched up with: Not in FSF. */
23 /* Changes for SCO OpenServer 5 by Robert Lipe, robertl@dgii.com
24 * Additions, enhancements by J. Kean Johnston, hug@netcom.com
27 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */
29 /* JKJ: Yes its a lot like SCO 4, but different enough that its easier to
30 * base it on stock SVR3 and add our stuff
37 #define SYSTEM_TYPE "SCO 3.2v5"
39 /* SCO has ptys, but with weird names */
40 #define PTY_ITERATION \
42 #define PTY_NAME_SPRINTF \
43 sprintf (pty_name, "/dev/ptyp%d", i);
44 #define PTY_TTY_NAME_SPRINTF \
45 sprintf (pty_name, "/dev/ttyp%d", i);
47 /* We have sockets. Always. */
53 #define LINKER "cc -Xc"
58 #define LIBS_SYSTEM "-lsocket -lPW -lgen -lcrypt -lmalloc"
61 # define MAXPATHLEN PATHSIZE
64 /* This is necessary to circumvent stupidity in <X11/Xosdefs.h>. That
65 file checks a manifest that is only defined by xmkmf. Alternately, we
66 could #define sco and I think everything would work. rjl */
69 #ifndef HAVE_GETTIMEOFDAY
70 #define HAVE_GETTIMEOFDAY
74 #define ADDR_CORRECT(x) (int)((char *)(x) - (char*)0)
76 #define C_SWITCH_SYSTEM "-D_NO_STATIC"
79 #define C_OPTIMIZE_SWITCH "-O3 -Xc"
80 #define C_DEBUG_SWITCH "-g -Xc"
82 #define C_OPTIMIZE_SWITCH "-O99 -m486 -fomit-frame-pointer"
83 #define C_DEBUG_SWITCH "-g"
86 /* configure can't get this right linking fails unless -lsocket is used. */
87 #undef HAVE_XSCREENNUMBEROFSCREEN
88 #define HAVE_XSCREENNUMBEROFSCREEN
90 /* We don't have -loldX, and we don't need it. */
93 /* SCO does have TIOCGWINSZ. */
94 #undef BROKEN_TIOCGWINSZ
98 #define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/values-Xc.o"
100 #define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o"
102 #define LIB_STANDARD "-lc"
104 /* Specify program for etc/fakemail to run. Define SMAIL if you are
105 using smail, don't for MMDF. */
108 #define MAIL_PROGRAM_NAME "/usr/bin/smail -q0"
110 #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"
113 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */
116 #define POSIX_SIGNALS
118 #undef PENDING_OUTPUT_COUNT
119 #define PENDING_OUTPUT_COUNT(f) ((f)->__ptr - (f)->__base)
126 #undef COFF /* coz we're NOT */
127 #define UNEXEC "unexelf.o"
130 /* For GCC 2.7.2.3 we require the "JKJ" version of gcc.
131 Works fine with egcs and gcc 2.8.x. */
132 #define LIB_GCC "`$(LD) $(LDFLAGS) -print-libgcc-file-name`"