aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /src/s
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'src/s')
-rw-r--r--src/s/cygwin.h3
-rw-r--r--src/s/ms-w32.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 4d58542e660..157ef72f550 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -101,5 +101,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
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) */
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 {
112#undef HAVE_UTIME_H 112#undef HAVE_UTIME_H
113#undef HAVE_LINUX_VERSION_H 113#undef HAVE_LINUX_VERSION_H
114#undef HAVE_SYS_SYSTEMINFO_H 114#undef HAVE_SYS_SYSTEMINFO_H
115#undef HAVE_TERMIOS_H
116#define HAVE_LIMITS_H 1 115#define HAVE_LIMITS_H 1
117#define HAVE_STRING_H 1 116#define HAVE_STRING_H 1
118#define HAVE_STDLIB_H 1 117#define HAVE_STDLIB_H 1