diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-07 07:37:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-07 07:37:36 (GMT) |
commit | a21daf36ae3d10aa1c1f42f46798bbc8f5d0e0d4 (patch) | |
tree | b0510b9cccfa124e1e7e4fbc4f9976a819166e48 /unix/tclConfig.h.in | |
parent | 89653c15cf9ebdfc823fd905682b6760da4a1d44 (diff) | |
parent | 5c3f6b06b7e57bf7fed72ae7d2556f3f898678e0 (diff) | |
download | tcl-a21daf36ae3d10aa1c1f42f46798bbc8f5d0e0d4.zip tcl-a21daf36ae3d10aa1c1f42f46798bbc8f5d0e0d4.tar.gz tcl-a21daf36ae3d10aa1c1f42f46798bbc8f5d0e0d4.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index e67efaa..0bf3c3d 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -538,6 +538,7 @@ /* Undef unused package specific autoheader defines so that we can * include both tclConfig.h and tkConfig.h at the same time: */ /* override */ #undef PACKAGE_NAME - /* override */ #undef PACKAGE_STRING /* override */ #undef PACKAGE_TARNAME + /* override */ #undef PACKAGE_VERSION + /* override */ #undef PACKAGE_STRING #endif /* _TCLCONFIG */ |