head	1.4;
access;
symbols
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2007.01.27.03.38.41;	author tmclaugh;	state dead;
branches;
next	1.3;

1.3
date	2004.04.14.06.49.21;	author perky;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.17.11.14.17;	author perky;	state dead;
branches;
next	1.1;

1.1
date	2002.01.21.12.54.09;	author tg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove python21 and python22.  These version lines are long deprecated and
no ports require them.

Approved by:	python@@
@
text
@--- configure.orig	Wed Apr 14 15:29:28 2004
+++ configure	Wed Apr 14 15:30:25 2004
@@@@ -5523,6 +5523,7 @@@@
     hints.ai_family = AF_UNSPEC;
     hints.ai_flags = passive ? AI_PASSIVE : 0;
     hints.ai_socktype = SOCK_STREAM;
+    hints.ai_protocol = IPPROTO_TCP;
     if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
       (void)gai_strerror(gaierr);
       goto bad;
@


1.3
log
@Fixed a bug where the configure script couldn't detect getaddrinfo()
properly if the KAME stack had SCTP support.

Submitted by:	suz
@
text
@@


1.2
log
@Upgrade to Python-2.2.2.

Approved by:	tg
@
text
@d1 10
a10 10
--- configure.orig	Sun Jan 20 15:31:22 2002
+++ configure	Sun Jan 20 15:56:58 2002
@@@@ -6980,6 +6980,7 @@@@
 #line 6981 "configure"
 #include "confdefs.h"
 #include <stdio.h>
+#include <wchar.h>
 main()
 {
   FILE *f=fopen("conftestval", "w");
@


1.1
log
@Fix sizeof(wchar_t) calculation.
@
text
@@

