Mercurial > hg > xemacs-beta
comparison src/s/sco4.h @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 0132846995bd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
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. */ | 99 /* Send signals to subprocesses by "typing" signal chars at them. */ |
100 #define SIGNALS_VIA_CHARACTERS | 100 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ |
101 | 101 |
102 /* Specify program for etc/fakemail to run. Define SMAIL if you are | 102 /* Specify program for etc/fakemail to run. Define SMAIL if you are |
103 using smail, don't for MMDF. */ | 103 using smail, don't for MMDF. */ |
104 | 104 |
105 #ifdef SMAIL | 105 #ifdef SMAIL |