Mercurial > hg > xemacs-beta
comparison src/m/dpx2.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 | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
179 for no apparent reasons. Use the provided closedir in sysdep.c instead */ | 179 for no apparent reasons. Use the provided closedir in sysdep.c instead */ |
180 #ifdef HAVE_CLOSEDIR | 180 #ifdef HAVE_CLOSEDIR |
181 #undef HAVE_CLOSEDIR | 181 #undef HAVE_CLOSEDIR |
182 #endif | 182 #endif |
183 | 183 |
184 /* Send signals to subprocesses by "typing" signal chars at them. */ | |
185 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ | |
186 | |
187 /* This is to prevent memory clobbering on the DPX/2 200. */ | 184 /* This is to prevent memory clobbering on the DPX/2 200. */ |
188 #define LD_SWITCH_MACHINE "-N -T32" | 185 #define LD_SWITCH_MACHINE "-N -T32" |
189 | 186 |
190 /* end of dpx2.h */ | 187 /* end of dpx2.h */ |
191 | 188 |