diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-13 14:10:34 -0800 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-13 14:10:34 -0800 |
commit | 53260a945a9bb0e2fbe7f9b668f1e0bf633620f3 (patch) | |
tree | 83dc53961dc1e55d1a6497bc7649a01d54dd832c /src/s | |
parent | 0088729a1239b27edc5b7737d4e32dbf9c72e7d3 (diff) | |
download | emacs-53260a945a9bb0e2fbe7f9b668f1e0bf633620f3.tar.gz |
* 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 { #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 |