Mercurial > emacs
comparison src/s/cygwin.h @ 111043:502ba24bf657
* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
author | Ken Brown <kbrown@cornell.edu> |
---|---|
date | Mon, 18 Oct 2010 08:23:41 -0400 |
parents | 1d1d5d9bd884 |
children | 1e7d8f405703 376148b31b5e |
comparison
equal
deleted
inserted
replaced
111042:2e8109ba205d | 111043:502ba24bf657 |
---|---|
130 memalign and on Cygwin, that becomes the Cygwin-supplied memalign. | 130 memalign and on Cygwin, that becomes the Cygwin-supplied memalign. |
131 As malloc is not the Cygwin malloc, the Cygwin memalign always | 131 As malloc is not the Cygwin malloc, the Cygwin memalign always |
132 returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ | 132 returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ |
133 #define G_SLICE_ALWAYS_MALLOC | 133 #define G_SLICE_ALWAYS_MALLOC |
134 | 134 |
135 /* Send signals to subprocesses by "typing" special chars at them. */ | |
136 #define SIGNALS_VIA_CHARACTERS | |
137 | |
135 /* the end */ | 138 /* the end */ |
136 | 139 |
137 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b | 140 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b |
138 (do not change this comment) */ | 141 (do not change this comment) */ |