head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.1.1.1.0.22 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.20 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.18 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.16 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.14 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.12 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.10 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.8 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.6 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.4 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.2 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2013.03.09.00.23.26; author tonnerre; state dead; branches; next 1.1; 1.1 date 2010.04.27.23.52.53; author tonnerre; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.04.27.23.52.53; author tonnerre; state Exp; branches; next ; desc @@ 1.2 log @Update clib to version 0.3. Changes since version 0.2.2: - Added additional socket functions (str2addrinfo, str2sockaddr, connect2addrinfo and bind2addrinfo). - C++ compatibility (no variables named new, etc). - Use more const. - NetBSD compatibility for getnameinfo(). - Bugfixes. @ text @$NetBSD: patch-ac,v 1.1 2010/04/27 23:52:53 tonnerre Exp $ --- configure.orig 2010-04-27 23:42:59.000000000 +0000 +++ configure @@@@ -6813,7 +6813,7 @@@@ fi for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h + inttypes.h stdint.h unistd.h netinet/in.h netinet6/in6.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import clib version 0.2.2. The clib provides advanced features to the C programming language, such as dynamically resizing arrays, hash tables or operations like establishing a TCP connection to a string. @ text @@