head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.54 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2002.01.04.19.58.16; author fredb; state dead; branches; next 1.1; 1.1 date 2002.01.04.19.53.07; author fredb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.01.04.19.53.07; author fredb; state Exp; branches; next ; desc @@ 1.2 log @Back out botched import. @ text @$NetBSD: patch-ab,v 1.1 2002/01/04 19:53:07 fredb Exp $ --- configure.in.orig Wed Nov 25 05:20:37 1998 +++ configure.in Sun Oct 31 00:59:09 1999 @@@@ -333,13 +333,13 @@@@ ) AC_ARG_WITH(libwww_libdir, [ --with-libwww-libdir=DIR - Specify directory where the libwww.a resides.], + Specify directory where the libwww modules reside.], [ if test "${with_libwww_libdir+set}" = "set" ; then if test "${with_libwww_libdir}" = "no" ; then - AC_MSG_WARN(Without libwww.a library? =O) + AC_MSG_WARN(Without libwww modules? =O) else libwww_library_dir="${with_libwww_libdir}" if test -d ${libwww_library_dir} ; @@@@ -395,7 +395,7 @@@@ ] ) -libwww="libwww" +libwww="libwwwinit" # if test "${libwww_include+set}" = "set" && \ @@@@ -474,7 +474,7 @@@@ fi fi # - libwww_dep="$libwww" + libwww_dep="$libwwwinit" # # Aren't all the necessary symbols already defined? # @@@@ -531,7 +531,7 @@@@ # for ac_dir in $LibWWWPATH ; do - if test -f ${ac_dir}/libwww.a && \ + if test -f ${ac_dir}/libwwwinit.a && \ test -f ${ac_dir}/include/WWWLib.h && \ test -f ${ac_dir}/config.h ; then @@@@ -566,7 +566,7 @@@@ test -f ${ac_dir}/config.h.in ; then ac_dir_f="`cd $ac_dir ; $BINPWD`" - libwww_dep="libwww" + libwww_dep="libwwwinit" : ${libwww_dir:="$ac_dir_f"} libwww_version="5" libwww_distribution="source" @@@@ -897,6 +897,15 @@@@ AC_CHECK_FUNCS(snprintf vsnprintf strerror strncpy strndup strdup strstr) +if test "${ac_cv_header_sys_time_h}" = "yes" ; + then + AC_CHECK_FUNCS(setitimer) + if test "${ac_cv_func_setitimer}" = "yes" ; + then +dnl XXX Need to actually test for itimerval in sys/time.h! + AC_DEFINE(SETITIMER_USES_TIMEVAL) + fi +fi # # Check if we want to use index or strchr @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2000/02/06 03:49:49 fredb Exp $ @ 1.1.1.1 log @Initial import of par-1.1, an implementation of "Parity Volume Sets", specification 1.0 (.PAR and .Pnn files). These commonly accompany Usenet binary postings, but the public domain format is sufficiently general to permit other applications as well. @ text @@