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/s | |
| 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/s')
| -rw-r--r-- | src/s/ms-w32.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |