diff options
| author | Dan Nicolaescu | 2010-11-13 14:10:34 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-13 14:10:34 -0800 |
| commit | 53260a945a9bb0e2fbe7f9b668f1e0bf633620f3 (patch) | |
| tree | 83dc53961dc1e55d1a6497bc7649a01d54dd832c /src | |
| parent | 0088729a1239b27edc5b7737d4e32dbf9c72e7d3 (diff) | |
| download | emacs-53260a945a9bb0e2fbe7f9b668f1e0bf633620f3.tar.gz emacs-53260a945a9bb0e2fbe7f9b668f1e0bf633620f3.zip | |
* src/s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/ms-w32.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 66266110fc6..8a7c27637e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-11-13 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore. | ||
| 4 | |||
| 1 | 2010-11-13 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2010-11-13 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * xterm.c (set_wm_state): Don't put Atom in cons, call | 7 | * xterm.c (set_wm_state): Don't put Atom in cons, call |
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 |