diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-20 08:58:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-20 08:58:39 (GMT) |
commit | b946ce971fbde11b9739fc0b77237ed382e24bd0 (patch) | |
tree | 1781cd67ed9cba4d74de228b6708c0307f2aa723 /unix/tclConfig.h.in | |
parent | 48047bb120a19ed52c13f484cc0685fe7218ae50 (diff) | |
download | tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.zip tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.tar.gz tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.tar.bz2 |
Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h breaks build of Tk trunk on macOS
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 28ce012..4902083 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -331,9 +331,6 @@ /* Do we have a usable 'union wait'? */ #undef NO_UNION_WAIT -/* Do we have <values.h>? */ -#undef NO_VALUES_H - /* Do we have wait3() */ #undef NO_WAIT3 |