--------------------- PatchSet 8095 Date: 2006/05/30 20:32:32 Author: serassio Branch: nt Tag: (none) Log: Removed no more needed old Cygwin stuff Members: configure.in:1.87.2.19->1.87.2.20 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.87.2.19 retrieving revision 1.87.2.20 diff -u -r1.87.2.19 -r1.87.2.20 --- squid/configure.in 30 May 2006 19:05:58 -0000 1.87.2.19 +++ squid/configure.in 30 May 2006 20:32:32 -0000 1.87.2.20 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.87.2.19 2006/05/30 19:05:58 serassio Exp $ +dnl $Id: configure.in,v 1.87.2.20 2006/05/30 20:32:32 serassio Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE -AC_REVISION($Revision: 1.87.2.19 $)dnl +AC_REVISION($Revision: 1.87.2.20 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -1445,12 +1445,6 @@ esac AC_SUBST(AR_R) -case "$host_os" in -cygwin|cygwin32) - ac_cv_header_stdc='yes' - ;; -esac - dnl Check for headers AC_HEADER_DIRENT AC_HEADER_STDC @@ -1678,17 +1672,6 @@ AC_CHECK_SIZEOF_SYSTYPE(uint64_t) AC_CHECK_SIZEOF_SYSTYPE(u_int64_t) -case "$host_os" in -cygwin|cygwin32) - ac_cv_type_int16_t='yes' - ac_cv_type_int32_t='yes' - ac_cv_type_int64_t='yes' - ac_cv_type_u_int16_t='yes' - ac_cv_type_u_int32_t='yes' - ac_cv_type_u_int64_t='yes' - ;; -esac - dnl int16_t if test "x$ac_cv_sizeof_short" = "x2"; then AC_CHECK_SYSTYPE(int16_t,short)