diff options
| author | Ken Brown | 2010-10-18 08:23:41 -0400 |
|---|---|---|
| committer | Ken Brown | 2010-10-18 08:23:41 -0400 |
| commit | 5419963b85522629c972baba98c7e2cfef4bb014 (patch) | |
| tree | 14d36f646d509e4b59aaf0af9f627d21ee256001 /src/s | |
| parent | a7769c306046af407eade15b3fc85797b5aefd43 (diff) | |
| download | emacs-5419963b85522629c972baba98c7e2cfef4bb014.tar.gz emacs-5419963b85522629c972baba98c7e2cfef4bb014.zip | |
* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/cygwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 9ca5c67ce37..dcab55a91e1 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -132,6 +132,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 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 |