diff options
| author | dgp@users.sourceforge.net <dgp> | 2013-05-14 18:44:17 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2013-05-14 18:44:17 (GMT) |
| commit | 3a8edac7aeffb1b999fb0ec33bf7c8a5d83142ab (patch) | |
| tree | 2948b9df275f09fefca83323cbbb2b4c5a50f2c2 | |
| parent | 800273749958af6c8c3bce407f8b54d4433bca76 (diff) | |
| download | tcl-3a8edac7aeffb1b999fb0ec33bf7c8a5d83142ab.zip tcl-3a8edac7aeffb1b999fb0ec33bf7c8a5d83142ab.tar.gz tcl-3a8edac7aeffb1b999fb0ec33bf7c8a5d83142ab.tar.bz2 | |
make dist
| -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 |
