Mercurial > hg > xemacs-beta
comparison src/s/sco5.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 157b30c96d03 |
children | 6330739388db |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
105 #else | 105 #else |
106 #define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o" | 106 #define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o" |
107 #endif | 107 #endif |
108 #define LIB_STANDARD "-lc" | 108 #define LIB_STANDARD "-lc" |
109 | 109 |
110 /* Send signals to subprocesses by "typing" signal chars at them. */ | |
111 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ | |
112 | |
113 /* Specify program for etc/fakemail to run. Define SMAIL if you are | 110 /* Specify program for etc/fakemail to run. Define SMAIL if you are |
114 using smail, don't for MMDF. */ | 111 using smail, don't for MMDF. */ |
115 | 112 |
116 #ifdef SMAIL | 113 #ifdef SMAIL |
117 #define MAIL_PROGRAM_NAME "/usr/bin/smail -q0" | 114 #define MAIL_PROGRAM_NAME "/usr/bin/smail -q0" |