comparison src/s/cygwin.h @ 111047:1e7d8f405703

Merge changes from emacs-23 branch.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 19 Oct 2010 13:44:07 +0200
parents a8b56c7dbb62 502ba24bf657
children 417b1e4d63cd
comparison
equal deleted inserted replaced
111034:e02e55f79038 111047:1e7d8f405703
99 memalign and on Cygwin, that becomes the Cygwin-supplied memalign. 99 memalign and on Cygwin, that becomes the Cygwin-supplied memalign.
100 As malloc is not the Cygwin malloc, the Cygwin memalign always 100 As malloc is not the Cygwin malloc, the Cygwin memalign always
101 returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ 101 returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */
102 #define G_SLICE_ALWAYS_MALLOC 102 #define G_SLICE_ALWAYS_MALLOC
103 103
104 /* Send signals to subprocesses by "typing" special chars at them. */
105 #define SIGNALS_VIA_CHARACTERS
106
104 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b 107 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b
105 (do not change this comment) */ 108 (do not change this comment) */