diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-15 10:42:38 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-15 10:42:38 (GMT) |
| commit | ff0eb26d9046884f53c9fd7a81ecae11e473a9c6 (patch) | |
| tree | 9334460564be00f2007a77ed4c8749ced567f697 | |
| parent | 5a73cd05deec6ba8fbe44d79d8229b76505c9c2d (diff) | |
| parent | 45f9ea1e07c9b773985c003c7a1b3b37e195e7cb (diff) | |
| download | tcl-ff0eb26d9046884f53c9fd7a81ecae11e473a9c6.zip tcl-ff0eb26d9046884f53c9fd7a81ecae11e473a9c6.tar.gz tcl-ff0eb26d9046884f53c9fd7a81ecae11e473a9c6.tar.bz2 | |
merge trunk
| -rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 8069b68..839c2ab 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -241,6 +241,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <termios.h> header file. */ +#undef HAVE_TERMIOS_H + /* Should we use the global timezone variable? */ #undef HAVE_TIMEZONE_VAR |
