From 5419963b85522629c972baba98c7e2cfef4bb014 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Mon, 18 Oct 2010 08:23:41 -0400 Subject: * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). --- src/s/cygwin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/s') 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 . */ returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ #define G_SLICE_ALWAYS_MALLOC +/* Send signals to subprocesses by "typing" special chars at them. */ +#define SIGNALS_VIA_CHARACTERS + /* the end */ /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b -- cgit v1.2.1 From 53260a945a9bb0e2fbe7f9b668f1e0bf633620f3 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 13 Nov 2010 14:10:34 -0800 Subject: * src/s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore. --- src/s/ms-w32.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/s') diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 4ae5f32e873..826a02bc60f 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -112,7 +112,6 @@ struct sigaction { #undef HAVE_UTIME_H #undef HAVE_LINUX_VERSION_H #undef HAVE_SYS_SYSTEMINFO_H -#undef HAVE_TERMIOS_H #define HAVE_LIMITS_H 1 #define HAVE_STRING_H 1 #define HAVE_STDLIB_H 1 -- cgit v1.2.1