From 93886429c5967a90887538f677e96bdf6a6efe43 Mon Sep 17 00:00:00 2001 From: aafemt Date: Mon, 25 Oct 2004 09:45:03 +0000 Subject: [PATCH] 1) Multithread for Win32. 2) Space is important sometimes --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d1acb3a378..87a0de3a27 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.207 2004-10-24 09:06:43 skidder Exp $ +dnl $Id: configure.in,v 1.208 2004-10-25 09:45:03 aafemt Exp $ dnl ############################# INITIALISATION ############################### @@ -135,6 +135,7 @@ case "$target" in MAKEFILE_PREFIX=mingw PLATFORM=win32 AC_DEFINE(WIN_NT, 1, [Define this if OS is Windows NT]) + AC_DEFINE(HAVE_MULTI_THREAD, 1, [Define this if multi-threading should be supported]) LOCK_MANAGER_FLG=N EDITLINE_FLG=N RAW_DEVICES_FLG=N @@ -477,7 +478,7 @@ if test "$ac_cv_sys_file_offset_bits" = "no"; then [AC_MSG_RESULT(no)]) fi -AC_CHECK_SIZEOF(void*) +AC_CHECK_SIZEOF(void *) AC_CHECK_SIZEOF(long) AC_CHECK_TYPES([socklen_t],,,[#include ]) AH_BOTTOM([#ifndef HAVE_SOCKLEN_T