diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-15 10:41:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-15 10:41:03 (GMT) |
commit | f4d3ebde2af3c5df88de0299af83dddf06c41822 (patch) | |
tree | e41acfb37b7397d31cf5d91943a5ebf8bd2f7ca6 /unix | |
parent | 1eacac1aa2e8e1f6a11ad280d4d5ac4774672c81 (diff) | |
parent | 1d99d2af062fbf3e3af72e1347840eb3555250dc (diff) | |
download | tcl-dkf_bcc_optimize.zip tcl-dkf_bcc_optimize.tar.gz tcl-dkf_bcc_optimize.tar.bz2 |
merge trunkdkf_bcc_optimize
Diffstat (limited to 'unix')
-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 |