Mercurial > hg > xemacs-beta
comparison src/s/isc2-2.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 |
---|---|
34 /* Tell gmalloc.c that we don't have memmove (system include files to the | 34 /* Tell gmalloc.c that we don't have memmove (system include files to the |
35 contrary!). */ | 35 contrary!). */ |
36 #define MEMMOVE_MISSING | 36 #define MEMMOVE_MISSING |
37 | 37 |
38 /* Send a signal to a subprocess by "typing" a signal character. */ | 38 /* Send a signal to a subprocess by "typing" a signal character. */ |
39 #define SIGNALS_VIA_CHARACTERS | 39 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ |
40 | 40 |
41 /* -lPW is only needed if not using Gcc. We used to include -lcposix here | 41 /* -lPW is only needed if not using Gcc. We used to include -lcposix here |
42 for the rename function, but some people say ISC's rename doesn't | 42 for the rename function, but some people say ISC's rename doesn't |
43 work correctly with Emacs so we use Emacs' emulation instead. */ | 43 work correctly with Emacs so we use Emacs' emulation instead. */ |
44 #if defined (__GNUC__) | 44 #if defined (__GNUC__) |