comparison src/s/sco4.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2d532a89d707
children 6330739388db
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
94 94
95 /* We need to link with crt1.o and crtn.o. */ 95 /* We need to link with crt1.o and crtn.o. */
96 #define START_FILES "pre-crt0.o /lib/crt1.o" 96 #define START_FILES "pre-crt0.o /lib/crt1.o"
97 #define LIB_STANDARD "-lc /lib/crtn.o" 97 #define LIB_STANDARD "-lc /lib/crtn.o"
98 98
99 /* Send signals to subprocesses by "typing" signal chars at them. */
100 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
101
102 /* Specify program for etc/fakemail to run. Define SMAIL if you are 99 /* Specify program for etc/fakemail to run. Define SMAIL if you are
103 using smail, don't for MMDF. */ 100 using smail, don't for MMDF. */
104 101
105 #ifdef SMAIL 102 #ifdef SMAIL
106 #define MAIL_PROGRAM_NAME "/bin/smail -q0" 103 #define MAIL_PROGRAM_NAME "/bin/smail -q0"