diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | win/configure | 5 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
3 files changed, 0 insertions, 10 deletions
@@ -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-13 Jan Nijtmans <nijtmans@users.sf.net> diff --git a/win/configure b/win/configure index 0ae191c..0b07e9f 100755 --- a/win/configure +++ b/win/configure @@ -4102,11 +4102,6 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_NO_SEH 1 _ACEOF - -cat >>confdefs.h <<\_ACEOF -#define _HAVE_32BIT_TIME_T 1 -_ACEOF - fi # @@ -1018,8 +1018,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 # |