summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-05-17 07:21:27 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-05-17 07:21:27 (GMT)
commitd91e81af67942833fe7df37ccf28aa0fcb84af2e (patch)
tree2d4202227b5c6c9cd3a2f1006b74d15b9f7f59c5
parent70d98d1d4505777ba20a1082a82a73da33f80bd4 (diff)
parent0b96bf214be0b7fe4e2ba0cd9203ba70d09ff816 (diff)
downloadtcl-d91e81af67942833fe7df37ccf28aa0fcb84af2e.zip
tcl-d91e81af67942833fe7df37ccf28aa0fcb84af2e.tar.gz
tcl-d91e81af67942833fe7df37ccf28aa0fcb84af2e.tar.bz2
Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
-rw-r--r--ChangeLog3
-rwxr-xr-xwin/configure5
-rw-r--r--win/tcl.m42
3 files changed, 0 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index ea9d974..c3a8fc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,7 @@
2013-05-16 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tcl.m4: Add support for the latest mingw-4.0-rc1.
- * win/configure: (regenerated)
* generic/tclBasic.c: Add panic in order to detect
incompatible mingw32 sys/stat.h and sys/time.h headers,
- (which is fixed by defining _HAVE_32BIT_TIME_T).
2013-05-06 Jan Nijtmans <nijtmans@users.sf.net>
diff --git a/win/configure b/win/configure
index 111f5a4..a1c0f6d 100755
--- a/win/configure
+++ b/win/configure
@@ -4031,11 +4031,6 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_NO_SEH 1
_ACEOF
-
-cat >>confdefs.h <<\_ACEOF
-#define _HAVE_32BIT_TIME_T 1
-_ACEOF
-
fi
#
diff --git a/win/tcl.m4 b/win/tcl.m4
index e60967f..5696366 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -1006,8 +1006,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
if test "$tcl_cv_seh" = "no" ; then
AC_DEFINE(HAVE_NO_SEH, 1,
[Defined when mingw does not support SEH])
- AC_DEFINE(_HAVE_32BIT_TIME_T, 1,
- [Defined for mingw to use pre-2005 time API])
fi
#