#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60 for pound 2.3.2.
#
# Report bugs to <roseg@apsis.ch>.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## --------------------- ##
## M4sh Initialization.  ##
## --------------------- ##

# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
fi
BIN_SH=xpg4; export BIN_SH # for Tru64
DUALCASE=1; export DUALCASE # for MKS sh


# PATH needs CR
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits

# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  echo "#! /bin/sh" >conf$$.sh
  echo  "exit 0"   >>conf$$.sh
  chmod +x conf$$.sh
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    PATH_SEPARATOR=';'
  else
    PATH_SEPARATOR=:
  fi
  rm -f conf$$.sh
fi

# Support unset when possible.
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  as_unset=unset
else
  as_unset=false
fi


# IFS
# We need space, tab and new line, in precisely that order.  Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
as_nl='
'
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
case $0 in
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
IFS=$as_save_IFS

     ;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  { (exit 1); exit 1; }
fi

# Work around bugs in pre-3.0 UWIN ksh.
for as_var in ENV MAIL MAILPATH
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
for as_var in \
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  LC_TELEPHONE LC_TIME
do
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    eval $as_var=C; export $as_var
  else
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  fi
done

# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  as_expr=expr
else
  as_expr=false
fi

if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  as_basename=basename
else
  as_basename=false
fi


# Name of the executable.
as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
echo X/"$0" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`

# CDPATH.
$as_unset CDPATH


if test "x$CONFIG_SHELL" = x; then
  if (eval ":") 2>/dev/null; then
  as_have_required=yes
else
  as_have_required=no
fi

  if test $as_have_required = yes && 	 (eval ":
(as_func_return () {
  (exit \$1)
}
as_func_success () {
  as_func_return 0
}
as_func_failure () {
  as_func_return 1
}
as_func_ret_success () {
  return 0
}
as_func_ret_failure () {
  return 1
}

exitcode=0
if as_func_success; then
  :
else
  exitcode=1
  echo as_func_success failed.
fi

if as_func_failure; then
  exitcode=1
  echo as_func_failure succeeded.
fi

if as_func_ret_success; then
  :
else
  exitcode=1
  echo as_func_ret_success failed.
fi

if as_func_ret_failure; then
  exitcode=1
  echo as_func_ret_failure succeeded.
fi

if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  :
else
  exitcode=1
  echo positional parameters were not saved.
fi

test \$exitcode = 0) || { (exit 1); exit 1; }

(
  as_lineno_1=\$LINENO
  as_lineno_2=\$LINENO
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
") 2> /dev/null; then
  :
else
  as_candidate_shells=
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
  case $as_dir in
	 /*)
	   for as_base in sh bash ksh sh5; do
	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
	   done;;
       esac
done
IFS=$as_save_IFS


      for as_shell in $as_candidate_shells $SHELL; do
	 # Try only shells that exist, to save several forks.
	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
		{ ("$as_shell") 2> /dev/null <<\_ASEOF
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
fi
BIN_SH=xpg4; export BIN_SH # for Tru64
DUALCASE=1; export DUALCASE # for MKS sh

:
_ASEOF
}; then
  CONFIG_SHELL=$as_shell
	       as_have_required=yes
	       if { "$as_shell" 2> /dev/null <<\_ASEOF
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
fi
BIN_SH=xpg4; export BIN_SH # for Tru64
DUALCASE=1; export DUALCASE # for MKS sh

:
(as_func_return () {
  (exit $1)
}
as_func_success () {
  as_func_return 0
}
as_func_failure () {
  as_func_return 1
}
as_func_ret_success () {
  return 0
}
as_func_ret_failure () {
  return 1
}

exitcode=0
if as_func_success; then
  :
else
  exitcode=1
  echo as_func_success failed.
fi

if as_func_failure; then
  exitcode=1
  echo as_func_failure succeeded.
fi

if as_func_ret_success; then
  :
else
  exitcode=1
  echo as_func_ret_success failed.
fi

if as_func_ret_failure; then
  exitcode=1
  echo as_func_ret_failure succeeded.
fi

if ( set x; as_func_ret_success y && test x = "$1" ); then
  :
else
  exitcode=1
  echo positional parameters were not saved.
fi

test $exitcode = 0) || { (exit 1); exit 1; }

(
  as_lineno_1=$LINENO
  as_lineno_2=$LINENO
  test "x$as_lineno_1" != "x$as_lineno_2" &&
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }

_ASEOF
}; then
  break
fi

fi

      done

      if test "x$CONFIG_SHELL" != x; then
  for as_var in BASH_ENV ENV
        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
        done
        export CONFIG_SHELL
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
fi


    if test $as_have_required = no; then
  echo This script requires a shell more modern than all the
      echo shells that I found on your system.  Please install a
      echo modern shell, or manually run the script under such a
      echo shell if you do have one.
      { (exit 1); exit 1; }
fi


fi

fi



(eval "as_func_return () {
  (exit \$1)
}
as_func_success () {
  as_func_return 0
}
as_func_failure () {
  as_func_return 1
}
as_func_ret_success () {
  return 0
}
as_func_ret_failure () {
  return 1
}

exitcode=0
if as_func_success; then
  :
else
  exitcode=1
  echo as_func_success failed.
fi

if as_func_failure; then
  exitcode=1
  echo as_func_failure succeeded.
fi

if as_func_ret_success; then
  :
else
  exitcode=1
  echo as_func_ret_success failed.
fi

if as_func_ret_failure; then
  exitcode=1
  echo as_func_ret_failure succeeded.
fi

if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  :
else
  exitcode=1
  echo positional parameters were not saved.
fi

test \$exitcode = 0") || {
  echo No shell found that supports shell functions.
  echo Please tell autoconf@gnu.org about your system,
  echo including any error possibly output before this
  echo message
}



  as_lineno_1=$LINENO
  as_lineno_2=$LINENO
  test "x$as_lineno_1" != "x$as_lineno_2" &&
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
se
  os3)
		basic_m(c_r
s9]*)
				vendor=aOiouccess; CDPATH


if test "x$CONFIG_SHELL" = x; then
  if (eval ":") 2>/dev/null; then
  as_have_required=yes
else
  as_have_required=no
fi

  if test $as_have_required = ymu =-rtu
		;;
	mp$ymu =-rtu
		;;
	me=tic55x-unknown
		os=-coff
		;;
	tic6x | c6x*)
		basic_machine=tic6x-unknown
		os=-coff
		;;
	tx39)
		basic_machine=mipstx39-unknown
		;;
	tx39el)
		basic_machine=mipstx39el-unknown
		;;
	toad1)
		basic_machine=pdp10-xkl
		os=-tops20
		;;
	tower | tower-32)ine=mis test $as_haves_havCim | achine=m6aves_havCim | acqoA contws the topve_IFSss ('re; equiraCim |qoA --none)
qoA ce withd -e qoA cusunknves_havelse
 seymudSss ('Cim |do		;;
	s | sure kthe topseymudSfi

if anu|''N'ir/$0aithd -eCim |qoA --none)
qoA c come befqoA cas_myseunknves_havdor=omap  elsCim |uccilunkn'-' durn)
		ubstituER isso as_haves_havmpw)
		basiinuxalCim |de=1
_haqoA c el.Cim |(Raja R Harn)st !sugg=mi tesetur='dor=omPaul Egg=
aswr entryeCim |fi

if-* | fxnc_im for MK d=np
IFS=$Paolo)
}nzseutheBlhaveLeeCim |E. McMahMK (1931-1989) ----- ('irey_myxthe:-)
c_retuas_' echop echo/[$]es_hav/orks' <2)ine=mis s_func_retur echo as/[$]es_hav.*/&-/ echo ahaqoA no echo ab echo a:qoA no echo aN echo a:qoop echo as/[$]es_havas_f'ab and S
# W'_].*\n\)\(.rn (\2\1\2/ echo ahaqoop echo as/-\n.*// echo' >ops20
		;;
	toachinIFS unset"ops20
		;;
	tred =ho as_ LC_TIME
doe (set +x; test -c	os=-tops20
		;;
	tas_var=C; expo POSIX 
:
(as_hen
  as_func_ret_success fan sheim |Dofaul20
		;;as_fuwer	   hR=:
  $[0], ix* unkno the}
asr-3r aslemsCim |(1.2
	irn as_hav$[0]mpw)
		bCATIOs_ha;;
			-lunversioz "`(ryeCim |origionfiguamd6 MKS sON+set}" pw)eiinuxal in en$CON4.2
		;
		).Cim. "./ops20
		;;
	trCim |Ecceso)
	us | sh[at_have_rela wrongilul.Cimucceic6x-"x$adev/nul`	irn as__SHE`H


if testulate sh)= XH.
$as_unset CDPATd.
fi

if as	irn as=	irn asat exist, t	irn as=red=yes
elECHO_C= ECHO_N= ECHO_T=self: onfiguas_xe su
-;
	*code=1
 nfigu'x\c'`ror: cac*) ECHO_T='	';;-ebmCHO_T | s unkitcoab  hRSEPARA.Cim*)   ECHO_C='\c'e thiet_se t
	*coECHO_N='-n'         ]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/th if we con we contas_ we cont 2>&s () {
  ad we cont	ir^X\/\(\/\th if we cont to we cont 2>&s/\1/
	 th if we cont to
	 mk  emwe cont to
/.*nfigu>we cont 2>&s ()ln -s we cont 2>& we con re succeeded.
fi

if asln_s='ln -s'Cim |   est $hlevel
		;two got hRs
  ret1) On MSYStesoexp`ln -s  2>&  to'iguam`ln  2>&  to'ir $a.Cim |2) DJGPP < 2.04itcw)
	reym	;;kre `ln -s'-c	os=-er |wrap  required=no
fiim |Inesoexptt
		,
				v4.2
		CTURER i
		`cp -p'fiimln -s we cont 2>& we cont to
}
as_func_fa


if te! if we contas_ d =ho a asln_s='cp -p's/\ ()ln we cont 2>& we con re succeeded.
fi

if asln_s=ln//\1/
	    ln_s='cp -p's/.*th if we con we contas_ we cont to we cont 2>& we cont 2>&srm  emwe cont to re succeede  ]*\mk  em-p 0
}
as_func_fES LC_MONETARk  e_p=iouccess; {
  ad ./-p 


rm  em./-pMONETARk  e_p=}
	  s/.*/= x; th	mp$;
	arm*-`` {
  ax''ure kasicDofaul^.*\a zero-byar) 2>&dorsunos4
		;everyl^.*\" =hods sh[12lse
    ec bits2
		CTt -o nrequired=nilutyyseltu>we cont 2>& <<
  (exith Initiali    000
  (exiIFS unset, it wo 2>&s () {
  aet, it wo 2>&
$as_unset CDPATd.
fi

if asquired=no
_p=" {
  ae"//\1/
	    q
ired=no
_p=:s/.*th if we cono 2>&s diretuq
	 eposix;; emapbasitreturn ; eav* is nCPP ^/][^/   tr_cpp="unc_rretury%*l 2>&1; then
 %P as_unset=unse%;s%[^_ab and S
# W]%_%g'"s diretuq
	 eposix;; emapbasitreturn ; eav* is n ##

# B ^/][^/   tr_sh="unc_rretury%*+%pp%;s%[^_ab and S
# W]%_%g'"s aved_fu7<&0 <as_unset C6PATlse
  as_have_reho* | #eho* n as_hn alternativeelsSVR3.2, L-tti) were ner, aogus ecceso)
	us,=we32| a as_gets2ceedeoo^/ c_ho* n as=`(ho* n as_||| a as_-n)
}
as_func_fairretu1qfunc$as_CASE # for MKf te/ c_CTURER _	 efix=
# Bel 000/ c_caven_le
if=/ c_c'='"$ic_bobjv/null LIBOBJS=seroff_unc_ilunkde=1	ub/nuf=/MFLAGS=sMAKEFLAGS=srt BIN_{_return 1
}
-Initial}=$as_----uty_have_	;;
ack:
el
PACKAGE/"; t='te sh'
PACKAGE/TAR"; t='te sh'
PACKAGE/turn 0
=' >/de'
PACKAGE/STRING='te sh  >/de'
PACKAGE/BUGREPORT='ulate sh
  NUL'
/ c_ acque_le
i="te sh.c  roFan
  eturCTURER ihead x;  type.
fo {
 s^/ c_ic55x-es_CTURER ="\
#ic55x-e <stdio.h>
#if HAVE/SYS_(basS_HRESS 55x-e <sys/ \
	  h>
# elsf
#if HAVE/SYS_STAT_HRESS 55x-e <sys/o)
	 h>
# elsf
#if STDC_HEADnsetESS 55x-e <stdc_b h>
#SS 55x-e <stdCTU h>
# \1/
# if HAVE/STDLIB_HRESSS 55x-e <stdc_b h>
#S elsf
# elsf
#if HAVE/STRING_HRESSf !STDC_HEADnse 


HAVE/MEMORY_HRESSS 55x-e <memory h>
#S elsf
#SS 55x-e <st etu h>
# elsf
#if HAVE/STRINGS_HRESS 55x-e <st etu  h>
# elsf
#if HAVE/INT(basS_HRESS 55x-e <int \
	  h>
# elsf
#if HAVE/STDINT_HRESS 55x-e <stdmipsh>
# elsf
#if HAVE/UNISTD_HRESS 55x-e < acstdsh>
# elsf"
/ c_	ubstcesss='ailurell" || test -f PACKAGE/"; t
PACKAGE/TAR"; t
PACKAGE/turn 0

PACKAGE/STRING
PACKAGE/BUGREPORTved_f_	 efix
	 efix
	  | *- transhine_n asab
# tr
sb
# tr
c_bed_f tr
d    oot tr
d    tr
sysc'=' tr
shRSedo)
		 tr
c 000o)
		 tr
S 55x-e tr
oldS 55x-e tr
doc tr
S fo tr
html tr
dvi tr
pd' tr
ps tr
c_b tr
c 000e tr
ilultr
DEFSlECHO_ClECHO_NlECHO_T LIBS
build_func_
ho* _func_
   get_func_
CC
CFLAGS
LDFLAGS
CPPFLAGS
 c_ct_CC
EXEEXT
OBJEXT
INSTALL_PROGRAM
INSTALL_SCRIPT
INSTALL_DATA
build
build_cpu
build_      
build_o_
ho* 
ho* _cpu
ho* _      
ho* _o_
   get
   get_cpu
   get_      
   get_o_
acx_pthg sy_c'='"$
PTHREAD_CC
PTHREAD_LIBS
PTHREAD_CFLAGS
C_SSL
C_T_RSA
C_OWNER
C_GROUP
C_SUPER
CPP
GREP
EGREP
LIBOBJS
I_OWNER
I_GRP
LTLIBOBJS'/ c_	ubstcle
if='r echo aaf_	 ecl necesss='build_func_
ho* _func_
   get_func_
CC
CFLAGS
LDFLAGS
CPPFLAGS
CPP'S=$as_CASE # fe alter ##

# Be _linbyxnc_iMKf t c_icit_d=np=t c_icit_s
		;;
=}
	  sthis poi#

# Be 	v4.2
tops as_n assuwer			vec_iMKfnu* | sthdashssu hR=:
ed '/^s_fulet to cache_le
i= succeede ed_f_	 efix=NONE
no_c	os=-=
no_ ecu		;;
=
	 efix=NONE
	  | *- 	 efix=NONE
	  | *- suffix=NONE
	  | *- transhine_n as=s,x,x,
se
int=
se=-=
src tr=
s
	blat=
x_ic55x-es=NONE
xic_bri#
es=NONE
$as_C thenor MK  then
  ecnc_iMKf tthis sel
		;leff asq
		os=amd6 recis; te "mes fe; then
ed_f_	 efix=/foo  ror=oma
	m68*-oi#

# Be h[at_a_lineppos
ed '/b*\/\([led.
ed_f_	 efix
#nbyxCTURER iin th	venal in hR=:
 tthU.*\/racesfe; t sysr-3ra_lnsxenix* \
sh,_retl, etc.hitach| -aof* \
m We dTbefqo
fofelf
ws2
tops as_dir/$uwer			vERSICo-unknS		os		;;.)ab
# tr='${ed_f_	 efix}Init'
sb
# tr='${ed_f_	 efix}Isnit'
c_bed_f tr='${ed_f_	 efix}Ic_bed_f'
d    oot tr='${	 efix}IshRSe'
d    tr='${d    oot tr}'
sysc'=' tr='${	 efix}Ietc'
shRSedo)
		 tr='${	 efix}Iunc'
c 000o)
		 tr='${	 efix}Ioi#'
S 55x-e tr='${	 efix}IS 55x-e'
oldS 55x-e tr='
# BeS 55x-e'
doc tr='${d    oot tr}/doc/s
# CKAGE/TAR"; t}'
S fo tr='${d    oot tr}/S fo'
html tr='${doc tr}'
dvi tr='${doc tr}'
pd' tr='${doc tr}'
ps tr='${doc tr}'
c_b tr='${ed_f_	 efix}Ic_b'
c 000e tr='${d    oot tr}/c 000e'
ilultr='${d    oot tr}/ilu'
/ c_0 &&=t c_dashdash= "$as_c_nc_iMKest -nas_ave_re0 &&l nevnc_iMK PATH_S
  erguos=-dorse coBIN_Sn 0
}
as_fas_fu c_0 &&
  if (eva X/"$0" :c_0 &&=\$_c_nc_iMKeho aaf_	 evorks.
as_m-tt/
	 ipt un&1; thec_nc_iMKror: ca=*)	ec_nc_erg=\)$/{
stulc_nc_iMK as_f[^=]*=\(.rn '`un with 	ec_nc_erg=.
fie thiet_sheim |A -aof* \
	imindy*nt Cygnu@"}'='"$@"'
ec_iMKfnusos.
	# -  tagno_reqyps=-n un&1; thec_dashdashhec_nc_iMKror: c--)
c_ aaf_dashdash=.
fie t: c-b
# tr    -b
# tr    -b
# t    -b
#     -b
#    -b
)eho aaf_	 evob
# tr e thi-b
# tr=*    -b
# tr=*    -b
# t=*    -b
# =*    -b
#=*    -b
=*)eho ab
# tr=$ec_nc_ergie t: c-build    -build    -buil    -bui    -bu)eho aaf_	 evobuild_func_ e thi-build=*    -build=*    -buil=*    -bui=*    -bu=*)eho abuild_func_=$ec_nc_ergie t: c-cache 0135    -cache 0135    -cache 013    -cache 01senam   -cache 0m   -cache m   -cachem   -cachm   -cacm   -cam   -c)eho aaf_	 evocache_le
i e thi-cache 0135=*    -cache 0135=*    -cache 013=*    -cache 01=*senam   -cache 0=*    -cache =*    -cache=*    -cach=*    -cac=*    -ca=*    -c=*)eho acache_le
i=$ec_nc_ergie t: c--}'='"$-cachem   C)eho acache_le
i=}'='"$.cacheme t: c-d    tr    -d    tr    -d    t    -d    )eho aaf_	 evod    tr e thi-d    tr=*    -d    tr=*    -d    t=*    -d    =*)eho ad    tr=$ec_nc_ergie t: c-d    oot tr    -d    oot tr    -d    oot t    -d    oot     -d    ootsenam   -d    oom   -d    om   -d    )eho aaf_	 evod    oot tr e thi-d    oot tr=*    -d    oot tr=*    -d    oot t=*    -d    oot =*senam   -d    oot=*    -d    oo=*    -d    o=*    -d    =*)eho ad    oot tr=$ec_nc_ergie t: c-d  exit-*    -d  exit-*)eho aaf_
  echo=\)$/{
sxulc_nc_iMK as_fx-*d  exit-\(.rn '`eho a" |
jen
_n assuh[at_a_li
		b* is nod=no
 ##

# B ^/][s  echo)$/{
sxulc_
  echo as_".*[^-_ab and S
# W]" 
as_func_fa


echo as_ LC_TIME
doe (set +x;i that M
  echo ^/][: ulc_
  echo ahen
  as_func_ret_success fan shho aaf_
  echo=\)     af_
  echotatement u-/_/g'`eho a/"$0"en=no
_ af_
  echo=noie t: c-doc tr    -doc tr    -doc t    -doc    -do)eho aaf_	 evodoc tr e thi-doc tr=*    -doc tr=*    -doc t=*    -doc=*    -do=*)eho adoc tr=$ec_nc_ergie t: c-dvi tr    -dvi tr    -dvi t    -dvi     -dvi    -dv)eho aaf_	 evodvi tr e thi-dvi tr=*    -dvi tr=*    -dvi t=*    -dvi =*    -dvi=*    -dv=*)eho advi tr=$ec_nc_ergie t: c-en=no
-*    -en=no
-*)eho aaf_
  echo=\)$/{
sxulc_nc_iMK as_fx-*en=no
-as_f=]rn '`eho a" |
jen
_n assuh[at_a_li
		b* is nod=no
 ##

# B ^/][s  echo)$/{
sxulc_
  echo as_".*[^-_ab and S
# W]" 
as_func_fa


echo as_ LC_TIME
doe (set +x;i that M
  echo ^/][: ulc_
  echo ahen
  as_func_ret_success fan shho aaf_
  echo=\)     af_
  echotatement u-/_/g'`eho a/"$0"en=no
_ af_
  echo=\$ec_nc_ergie t: c-ed_f-	 efix    -ed_f_	 efix    -ed_f-	 efix    -ed_f-	 efisenam   -ed_f-	 efm   -ed_f-	 em   -ed_f-	 m   -ed_f-	m   -ed_f-senam   -ed_fm   -ed_m   -ed)eho aaf_	 evoed_f_	 efix e thi-ed_f-	 efix=*    -ed_f_	 efix=*    -ed_f-	 efix=*    -ed_f-	 efi=*senam   -ed_f-	 ef=*    -ed_f-	 e=*    -ed_f-	 =*    -ed_f-	=*    -ed_f-=*senam   -ed_f=*    -ed_=*    -ed=*)eho aed_f_	 efix=$ec_nc_ergie t: c-ga	    -ga	    -ga    -g)eho a" O$as_ete;l^.*\--* | -ga	  echo* | _ga	=.
fie t: c-d=np
   -d=np
   -d=n
   -d=
   h)eho aaf_icit_d=np=l
		oe thi-d=np=r*
   -d=np=r*
   -d=n=r*
   -d==r*
   hr*)eho aaf_icit_d=np= ecu		;veoe thi-d=np=s*
   -d=np=s*
   -d=n=s*
   -d==s*
   hs*)eho aaf_icit_d=np=sh}
ase t: c-d.
fo   -d.
fo   -d.
o   -d.)eho aaf_	 evoho* _func_oe thi-do* =*    -do* =*    -do*=*    -do=*)eho aho* _func_=$ec_nc_ergie t: c-html tr    -dtml tr    -dtml t    -dtml     -dtml    -dtm    -dt)eho aaf_	 evohtml tr e thi-dtml tr=*    -dtml tr=*    -dtml t=*    -dtml =*    -dtml=*    -dtm=*senam   -ht=*)eho ahtml tr=$ec_nc_ergie t: c-S 55x-e trm   -S 55x-e trm   -S 55x-e tm   -S 55x-e m   -S 55x-esenam   -S 55x-m   -S 55xm   -S 55m   -S 5)eho aaf_	 evoS 55x-e trme thi-S 55x-e tr=*m   -S 55x-e tr=*m   -S 55x-e t=*m   -S 55x-e =*m   -S 55x-e=*senam   -S 55x-=*m   -S 55x=*m   -S 55=*m   -S 5=*)eho aS 55x-e tr=$ec_nc_ergie t: c-S fo trm   -S fo trm   -S fo tm   -S fo m   -S fom   -S f)eho aaf_	 evoS fo trme thi-S fo tr=*m   -S fo tr=*m   -S fo t=*m   -S fo =*m   -S fo=*m   -S f=*)eho aS fo tr=$ec_nc_ergie t: c-c_b trm   -c_b trm   -c_b tm   -c_b )eho aaf_	 evoc_b trme thi-c_b tr=*m   -c_b tr=*m   -c_b t=*m   -c_b =*)eho ac_b tr=$ec_nc_ergie t: c-c_bed_f trm   -c_bed_f trm   -c_bed_f tm   -c_bed_f m   -c_bed_fsenam   -c_bed_m   -c_bedm   -c_be)eho aaf_	 evoc_bed_f trme thi-c_bed_f tr=*m   -c_bed_f tr=*m   -c_bed_f t=*m   -c_bed_f =*m   -c_bed_f=*senam   -c_bed_=*m   -c_bed=*m   -c_be=*)eho ac_bed_f tr=$ec_nc_ergie t: c-c 000e trm   -c 000e trm   -c 000e tm   -c 000e m   -c 000e)eho aaf_	 evoc 000e trme thi-c 000e tr=*m   -c 000e tr=*m   -c 000e t=*m   -c 000e =*m   -c 000e=*)eho ac 000e tr=$ec_nc_ergie t: c-c 000o)
		 trm   -c 000o)
		 trm   -c 000o)
		 tm   -c 000o)
		 senam   -c 000o)
		m   -c 000o)
	m   -c 000o)
m   -c 000o)m   -c 000o)eho aaf_	 evoc 000o)
		 trme thi-c 000o)
		 tr=*m   -c 000o)
		 tr=*m   -c 000o)
		 t=*m   -c 000o)
		 =*senam   -c 000o)
		=*m   -c 000o)
	=*m   -c 000o)
=*m   -c 000o)=*m   -c 000o=*)eho ac 000o)
		 tr=$ec_nc_ergie t: c-ilultrm   -ilultrm   -ilultm   -ilulm   -ilum   -ilm   -i)eho aaf_	 evoilultrme thi-ilultr=*m   -ilultr=*m   -ilult=*m   -ilul=*m   -ilu=*m   -il=*m   -i=*)eho ailultr=$ec_nc_ergie t: c-nfp
   -nfp
   -nf)eho a" O$as_ete;l^.*\--* | out-fp  echo* | _fp=noie t: c-no-c	os=-t   -no-c	os=-t   -no-c	os=t   -no-c	ost   -no-c	osenam   -no-c	m   -no-cm   n)eho ano_c	os=-=.
fie t: c-no- ecu		;;
m   -no- ecu		;;
m   -no- ecu		;;m   -no- ecu		;senam   -no- ecu		m   -no- ecu	m   -no- ecum   -no- ecm   -no- em   -no- )eho ano_ ecu		;;
=.
fie t: c-oldS 55x-e trm   -oldS 55x-e trm   -oldS 55x-e tm   -oldS 55x-e senam   -oldS 55x-em   -oldS 55x-m   -oldS 55xm   -oldS 55m   -oldS 5senam   -oldS m   -oldSm   -oldm   -olm   -o)eho aaf_	 evooldS 55x-e trme thi-oldS 55x-e tr=*m   -oldS 55x-e tr=*m   -oldS 55x-e t=*m   -oldS 55x-e =*senam   -oldS 55x-e=*m   -oldS 55x-=*m   -oldS 55x=*m   -oldS 55=*m   -oldS 5=*senam   -oldS =*m   -oldS=*m   -old=*m   -ol=*m   -o=*)eho aoldS 55x-e tr=$ec_nc_ergie t: c-	 efix    -	 efix    -	 efi    -	 ef    -	 e    -	     -	)eho aaf_	 evo	 efix e thi-	 efix=*    -	 efix=*    -	 efi=*    -	 ef=*    -	 e=*    -	 =*    -	=*)eho a	 efix=$ec_nc_ergie t: c-	  | *--	 efix    -	  | *--	 efix    -	  | *--	 efi    -	  | *--	 efsenam   -	  | *--	 em   -	  | *--	 m   -	  | *--	)eho aaf_	 evo	  | *- 	 efix e thi-	  | *--	 efix=*    -	  | *--	 efix=*    -	  | *--	 efi=*senam   -	  | *--	 ef=*    -	  | *--	 e=*    -	  | *--	 =*    -	  | *--	=*)eho a	  | *- 	 efix=$ec_nc_ergie t: c-	  | *--suffix    -	  | *--suffix    -	  | *--suffi    -	  | *--suffsenam   -	  | *--sufm   -	  | *--sum   -	  | *--s)eho aaf_	 evo	  | *- suffix e thi-	  | *--suffix=*    -	  | *--suffix=*    -	  | *--suffi=*senam   -	  | *--suff=*    -	  | *--suf=*    -	  | *--su=*    -	  | *--s=*)eho a	  | *- suffix=$ec_nc_ergie t: c-	  | *--transhine-n as_|  -	  | *--transhine-n as_enam   -	  | *--transhine-n am   -	  | *--transhine-n _enam   -	  | *--transhine-nm   -	  | *--transhine-_enam   -	  | *--transhinem   -	  | *--transhin_enam   -	  | *--transhim   -	  | *--transh_enam   -	  | *--transm   -	  | *--tran_enam   -	  | -tram   -	  | *--trm   -	  | *--t)eho aaf_	 evo	  | *- transhine_n as e thi-	  | *--transhine-n as=*    -	  | *--transhine-n as=* enam   -	  | *--transhine-n a=*    -	  | *--transhine-n =* enam   -	  | *--transhine-n=*    -	  | *--transhine-=* enam   -	  | *--transhine=*    -	  | *--transhin=* enam   -	  | *--transhi=*    -	  | *--transh=* enam   -	  | *--trans=*    -	  | *--tran=* enam   -	  | -tra=*    -	  | *--tr=*    -	  | *--t=*)eho a	  | *- transhine_n as=$ec_nc_ergie t: c-	d' tr    -	d' tr    -	d' t    -	d'     -	d'    -	d)eho aaf_	 evo	d' tr e thi-	d' tr=*    -	d' tr=*    -	d' t=*    -	d' =*    -	d'=*    -	d=*)eho a	d' tr=$ec_nc_ergie t: c-	s tr    -	s tr    -	s t    -	s     -	s)eho aaf_	 evo	s tr e thi-	s tr=*    -	s tr=*    -	s t=*    -	s =*    -	s=*)eho a	s tr=$ec_nc_ergie t: c-q    quie=t   -quie=t   -quiet   -quit   -qut   -q enam   se
intt   -se
intt   -se
int   -se
it   -se
)eho ase
int=.
fie t: c-sb
# tr    -sb
# tr    -sb
# t    -sb
#     -sb
#    -sb
    -sb)eho aaf_	 evosb
# tr e thi-sb
# tr=*    -sb
# tr=*    -sb
# t=*    -sb
# =*    -sb
#=* enam   -sbt=*    -sb=*)eho asb
# tr=$ec_nc_ergie t: c-shRSedo)
		 tr    -shRSedo)
		 tr    -shRSedo)
		 t enam   -shRSedo)
		 m   -shRSedo)
		m   -shRSedo)
	m   -shRSedo)
 enam   -shRSedo)m   -shRSedom   -shRSedm   -shRSem   -shRS enam   -shRm   -sh)eho aaf_	 evoshRSedo)
		 tr e thi-shRSedo)
		 tr=*    -shRSedo)
		 tr=*    -shRSedo)
		 t=* enam   -shRSedo)
		 =*    -shRSedo)
		=*    -shRSedo)
	=*    -shRSedo)
=* enam   -shRSedo)=*    -shRSedo=*    -shRSed=*    -shRSe=*    -shRS=* enam   -shR=*    -sh=*)eho ashRSedo)
		 tr=$ec_nc_ergie t: c-si		m   -si		m   -si	)eho aaf_	 evosi		me thi-si		=*    -si		=*    -si	=*)eho asi		=$ec_nc_ergie t: c-srf trm   -srf trm   -srf tm   -srf m   -srfm   -sr)eho aaf_	 evosrf trme thi-src tr=*m   -srf tr=*m   -srf t=*m   -srf =*m   -srf=*m   -sr=*)eho asrf tr=$ec_nc_ergie t: c-sysc'=' trm   -sysc'=' trm   -sysc'=' tm   -sysc'=' m   -sysc'=' enam   -sysc'=m   -sysc'm   -syscm   -sysm   -sy)eho aaf_	 evosysc'=' trme thi-sysc'=' tr=*m   -sysc'=' tr=*m   -sysc'=' t=*m   -sysc'=' =*m   -sysc'='=* enam   -sysc'==*m   -sysc'=*m   -sysc=*m   -sys=*m   -sy=*)eho asysc'=' tr=$ec_nc_ergie t: c-   getm   -   getm   -   gem   -   gm   -   m   -  m   - )eho aaf_	 evo   get_func_me thi-   get=*m   -   get=*m   -   ge=*m   -   g=*m   -   =*m   -  =*m   - =*)eho a   get_func_=$ec_nc_ergie t: c-vm   s
	blatm   -s
	blatm   -s
	blam   -s
	blm   -s
	b)eho as
	blat=.
fie t: c-s
		;;
	   -s
		;;
	   -s
		;;	   -s
		;	   -s
			   V)eho aaf_icit_s
		;;
=:ie t: c-* | -*m   -* | -*)eho aaf_	ack:
e=\)$/{
sxulc_nc_iMK as_fx-** | -as_f=]rn '`eho a" |
jen
_n assuh[at_a_li
		b* is nod=no
 ##

# B ^/][s  echo)$/{
sxulc_	ack:
e as_".*[^-_ab and S
# W]" 
as_func_fa


echo as_ LC_TIME
doe (set +x;i that M	ack:
e ^/][: ulc_	ack:
e ahen
  as_func_ret_success fan shho aaf_	ack:
e=\)     af_	ack:
eatement u-/_/g'`eho a/"$0"* | _ af_	ack:
e=\$ec_nc_ergie t: c-* | out-*m   -* | out-*)eho aaf_	ack:
e=\)$/{
sxulc_nc_iMK as_fx-** | out-\(.rn '`eho a" |
jen
_n assuh[at_a_li
		b* is nod=no
 ##

# B ^/][s  echo)$/{
sxulc_	ack:
e as_".*[^-_ab and S
# W]" 
as_func_fa


echo as_ LC_TIME
doe (set +x;i that M	ack:
e ^/][: ulc_	ack:
e ahen
  as_func_ret_success fan shho aaf_	ack:
e=\)     af_	ack:
e atement u-/_/g'`eho a/"$0"* | _ af_	ack:
e=noie t: c--x)eho a" O$as_ete;l^.*\--* | -x  echo* | _x=.
fie t: c-x-S 55x-eam   -x-S 55x-eam   -x-S 55x-em   -x-S 55x-m   -x-S 55x enam   -x-S 55m   -x-S 5m   -x-S m   -x-S)eho aaf_	 evox_ic55x-esme thi-x-S 55x-ea=*m   -x-S 55x-ea=*m   -x-S 55x-e=*m   -x-S 55x-=*m   -x-S 55x=* enam   -x-S 55=*m   -x-S 5=*m   -x-S =*m   -x-S=*)eho ax_ic55x-es=$ec_nc_ergie t: c-x-c_bri#
esm   -x-c_bri#
esm   -x-c_bri#
em   -x-c_bri#
 enam   -x-c_bri#m   -x-c_brim   -x-c_brm   -x-c_bm   -x-c_m   -x-c)eho aaf_	 evox_c_bri#
esme thi-x-c_bri#
es=*m   -x-c_bri#
es=*m   -x-c_bri#
e=*m   -x-c_bri#
=* enam   -x-c_bri#=*m   -x-c_bri=*m   -x-c_br=*m   -x-c_b=*m   -x-c_=*m   -x-c=*)eho ax_c_bri#
es=$ec_nc_ergie t: c-*)as_ LC_TIME
doe (set +x;untherwise, cnc_iMK:thec_nc_iMK
/nul\`$0  -d=np'  type.reaS fo     MKS ahen
  as_func_ret_success fan shho ae t: c*=*)eho aaf_env.*/\\)$/{
sxulc_nc_iMK as_fxas_f=]rn ='`eho a" |
jen
_n assuh[at_a_li
		b* is nod=no
 ##

# B ^/][s  echo)$/{
sxulc_env.*/ as_".*[^_ab and S
# W]" 
as_func_fa


echo as_ LC_TIME
doe (set +x;i that M ##

# B ^/][:thec_env.*/ ahen
  as_func_ret_success fan shho a/"$0" :c_env.*/\\$ec_nc_erg echo)$/^/]*\)c_env.*/ae t: c*)eho a" FIXME:

case $basremoveNTIFId = ymu  3.0  echo)LC_TIME
doe (WARNING:se
  
case $^.*\--build,  -do* ,  -   get ahen
  a )$/{
sxulc_nc_iMK as_".*[^-._ab and S
# W]" 
as_func_fa


echo a)LC_TIME
doe (WARNING:si that Md.
fo \
	:thec_nc_iMK ahen
  a :th{build_func_=$ec_nc_iMK}th{ho* _func_=$ec_nc_iMK}th{   get_func_=$ec_nc_iMK}hho ae t: cture.
  al
0
}
as_fas_fu c_0 &&
  if (evaec_nc_iMK=--\)     af_	 && atement u_u-/g'`ehos_ LC_TIME
doe (set +x;o posnknorguos=-d '/hec_nc_iMK ahen
  as_func_ret_success fan sh/.*/= Bline_dir/$	v4.2 $as_var)dthen
  ec^/][s  "$as_c_ 1); e	ed_f_	 efix 	 efix b
# tr sb
# tr c_bed_f trmd    oot tr \
		d    tr sysc'=' trmshRSedo)
		 tr c 000o)
		 trmS 55x-e trm\
		oldS 55x-e trmdoc tr S fo trmhtml tr dvi tr 	d' tr 	s tr \
		c_b trmc 000e trmilultr
st -n/"$0"_c_ 1l\\$$_c_ 1)
un&1; thec_"$0"iKeho annot$]*m  ?:nnot find
as_m-tt/e this NONEm  ''ind&1; thec_"$r succe efix )
as_m-tt/e iet_se t cture.hos_ LC_TIME
doe (set +x;)$/en
menort $as_var)dthen
  ec^/][  typ--hec_"$r:thec_"$0 ahen
  as_func_ret_success fan sh X/"$0" TlevelversiobaspeopMANDho;'
  eled.
			vee $brokenoba	v4i +x;`$ho* DRESus
ed '/hee $			vorguos=-dof  -do*  etc.
" FIXME:
Tosremove alterday.
build=$build_func_
ho* =$ho* _func_
   get=$   get_func_

" FIXME:
Tosremove alterday.
 echo shellho* _func_ave one.
       echo shellbuild_func_tcode=1
  echod
aroff_unc_ilunkdmaybe echo)LC_TIME
doe (WARNING:sIlse
  want
ed '/s	*-next -build ;;
			dofaul^.*\ -do*   echoIlsa
aroff unc_ilciselyCTt n
men	os=-aroff unc_ilc   ec in thb precdS ahen
  /\ ()ho shellbuild_func_tc
	tx39ho* _func_a=1
  echod
aroff_unc_ilunkdDUAL	 ipt/.*/ec_tool 	 efix=

as_fas_fuho* _func_av >/dc_tool 	 efix=uho* _func_-") 2>/d"$se
int"led.
fi

ied_fs6e succeede  / c_0wd=`0wd`H


if teas_fu c_0wd_mach c_l t	i=`lsc-d  .`mach c_0wd_l t	i=`cd_fu c_0wd_mac lsc-d  .`md =hos_ LC_TIME
doe (set +x;_vareturCthen
  ec test -b pCTt -o nrd ahen
  as_func_ret_success fan shif testulc_l t	ix; the$ c_0wd_l t	i"md =hos_ LC_TIME
doe (set +x;0wd|do		;st -r2>&1; n as_havwvareturCthen
  es_hen
  as_func_ret_success fan she/= x; th
topsourcr) 2>&s,  ecc 00_iMKr*-ncr | iinuxfival 0
}
as_fa(emusrf tr
  if (evaec_srf tr_CTURER rt DUAL dev/nul1.2
	iren
  ec s_myseunkntitcode=0
i,n	os=-CATIONrs=-d	iren
  e.evaec_c'=' tr=`$, t	irn as _required = yes && 	 {
  as_func.*[^/]\)//*_func_ret() {
  (exit \$1)
}
as_func_c_re{
  (exit \$1)
}
as_func_success () {
  as_func_return 0
}
as_func_failure () 
  as_func_return unc.*[^/]\)ure *_func_retuccess () {
  return 0
}
as_func_ret_flure ()c_recess; then
  :
else
  exitcode=1et_flure ()ess () {
  return 0
}
as_func_ret_flureccess; then
  :
else
  exitcode=1
  echo as_fu asrf tr=$ec_c'=' tr
   echo sh!AILPATsrf tr/$ec_ acque_le
ia=1
  echod
srf tr=..L	 ipt/\1/
	  c_srf tr_CTURER rt e=1
   echo sh!AILPATsrf tr/$ec_ acque_le
ia=1
  echo 2>/d"$ c_srf tr_CTURER rt"led.
fi

isrf tr="$ec_c'=' trc_fa.."=hos_ LC_TIME
doe (set +x; test -z "`(sourcrs(evac_ acque_le
i)_GLOBsrf tr
ahen
  as_func_ret_success fan sh/.*ac_msg="sourcrs(areaS OBsrf trtest $\`cd_Bsrf tr'|do		;st -wvar"*ac_ $a_c'=' tr=`(
	cd_fusrf tr
a


if tear "./opc_ acque_le
iaall a
 LC_TIME
doe (set +x;$ac_msg
ahen
  as_func_ret_success fan sh	0wd)`$as_os=-builds_mysnIOs_ha,/s	*-srf tr=. Quoting isac_ $a_c'=' trx; thu c_0wd_=1
  echosrf tr=. /.*" |
move unnes3)
cess;ccilunknslashssuIFS=$srf tr.
" Dou# B slashssuin) 2>&1`");suin)objen
_ 2>&  ebuggs_mysnfo
" chin up M-x gdb>&1 &macsyself: esrf trmiKe*/)osrf tr=\)$/{
stusrf tr
as_func.*[^/]\)turn stusrf tr
as_func.*n '`        "$as_c_ 1); e  af_	 &cl necessso) 2>-n/"$0"_c_env_${_c_ 1)}_PATH\${${_c_ 1)}}
as_>-n/"$0"_c_env_${_c_ 1)}_ in t\\$${_c_ 1)}>-n/"$0"_c_cv_env_${_c_ 1)}_PATH\${${_c_ 1)}}
as_>-n/"$0"_c_cv_env_${_c_ 1)}_ in t\\$${_c_ 1)}> X/"$0"ull 2>&1; next -d=np
chine=t te/Quoting isac_icit_d=npx; thl
		_=1
  echo# Omcesolterint
ronfi$aso$as_ete
ec_iMKf;; emakee befqong lhin iminosnkfiim |xitcochine=t | shoo l
		o '/b*\asitreturIFICATIA/UX 3.1 ) >/un&1t <<
 C(exi\`c'='"$@"''"}'='"$@"'sate sh) >/deo '/adapt;; emany retds sfrnativee.

Une=t: err[OPdev/]   e[VAR=VALUE]   

Toorse coBenvironm---- ##

# Be (e.g., CC, CFLAGS   ), iinuxful1.2morsuVAR=VALUE.  See/b*low  typdede=0
iiMKf;sfrnoas_have_rerecfu01750 00017 

DTURER ;  typ			vec_iMKf_a_lininuxfivarIFI/racke s^/
C'='"$@"0_iMK
  r-h,t -d=np













disOs_yntitcod=np
lulmuccei





 -d=np=sh}
as






disOs_ynec_iMKf_ninuxfic2
		;
		M	ack:
ei





 -d=np= ecu		;veo


disOs_ynti\
sh}
asd=np
hava
	m68*-S 55x-e s	ack:
eAL d-V,  -s
		;;
	









disOs_yns
		;;
	S fo     MK
lulmuccei

-q,  -quie=,  -se
intt



(st -pret $\`checretu   'ochine=tsi





 -cache 0135=FILE  acacheoting "'sER ; IFIFILE [d  exitd]i

-C,  -}'='"$-cachemmmmmmfunc_mhin_e` -cache 0135=}'='"$.cacher ec-n,  -no-c	os=-t







d
(st -c	os=-t
	tic6x 2>&si





 -srf tr=DIR







f; th
topsourcr; IFIDIR
[}'='"$@"'
 trc_fa\`  ']

_C thenor MK  then
  ies
  r -	 efix=PREFIXt







e; then
 rchit n
@"'-; t--------- 2>&s IFIPREFIX
		e=1[hec_dTURER _	 efix]i

--ed_f-	 efix=EPREFIXt

e; then
 rchit n
@"'-t--------- 2>&s IFIEPREFIX
		e=1[PREFIX]

ByxCTURER ,a\`mes fe; then' in the; then
 
	m68*- 2>&s IFi\`hec_dTURER _	 efixInit',a\`hec_dTURER _	 efixIc_b' etc.h Y
  # - iinuxfu
anhe; thenor MK e efix sh[12lse
  \`hec_dTURER _	 efix'cusunkne` -	 efix', "$ase; thncr)e` -	 efix\\$HOME'^/
F$asbthen
nc_sucol,l^.*\			vec_iMKf_b*low^/
F nretueunknhave_reiC thenor MK  then
  ies
  r -b
# tr=DIR










recisq
ired=no
s [EPREFIXInit]i

--sb
# tr=DIR









native/ado nsq
ired=no
s [EPREFIXIsnit]i

--c_bed_f tr=DIR






	  | *-sq
ired=no
s [EPREFIXIc_bed_f]i

--sysc'=' tr=DIR






g sy-l` in unkit-mach nred   1[PREFIXIetc]i

--shRSedo)
		 tr=DIR


modxfi
# B  rchit n
@"'-; t---------d   1[PREFIXIcom]i

--c 000o)
		 tr=DIR



modxfi
# B  unkit-mach nred   1[PREFIXI750]i

--c_b tr=DIR










objen
_l; thc_bri#
esm[EPREFIXIc_b]i

--S 55x-e tr=DIR






Cihead x- 2>&s [PREFIXIS 55x-e]i

--oldS 55x-e tr=DIR



Cihead x- 2>&s "$asnon-gcc [
# BeS 55x-e]i

--d    oot tr=DIR





g sy-l` in rch.-; t---------d   1 oots[PREFIXIshRSe]i

--d    tr=DIR









g sy-l` in rchit n
@"'-; t---------d   1[DATAROOTDIR]i

--S fo tr=DIR









S fomdocuos=-or MK [DATAROOTDIR/S fo]i

--c 000e tr=DIR






mc 000e-t---------d   1[DATAROOTDIR/c 000e]i

--ilultr=DIR










ilumdocuos=-or MK [DATAROOTDIR/ilu]i

--dof tr=DIR










d
cuos=-or MK  oots[DATAROOTDIR/doc/te sh]i

--html tr=DIR









dtml docuos=-or MK [DOCDIR]i

--dvi tr=DIR










dvi docuos=-or MK [DOCDIR]i

--	d' tr=DIR










	d' docuos=-or MK [DOCDIR]i

--	s tr=DIR










 ps docuos=-or MK [DOCDIR]i
 C(exi/un&1t <<\
 C(exi/Sative/ \
	 
  r -build=BUILD



 }'='"$@"'
"$asbuilds_myMK BUILD
[guhineh]i

--ho* =HOST





 aroff-unc_ilc  '/build 	  | *-f;; eceedMK HOST
[BUILD]i

--   get=TARGET

 }'='"$@"'
"$asbuilds_myunc_ilcis "$asTARGET
[HOST]i
 C(exi" = "x$if teas_fu c_icit_d=npx=1
  echo&1; thec_icit_d=np"iKeho a
sh}
as|  ecu		;veo)
 LC_TIC'='"$@"0_iMKsr-3re sh) >/de:"e thisture.ho&1t <<\
 C(exi/OpONFIG_SF  echo 
  r -d  exit-FEATURE






d
(st -S 55x-emFEATURE
(s as_c_su-en=no
-FEATURE=no)ehou-en=no
-FEATURE[=ARG] -S 55x-emFEATURE
[ARG DUA]ehou-en=no
-su  reeeeeeeeeeen=no
c_fad  exiteceeeunkn; expsu  rviss=-cros3)

                          (dTURER :een=no
d)i/OpONFIG_SPack:
eA
  r -* | -# CKAGE[=ARG] -

rec # CKAGE
[ARG DUA]ehou-* | out-# CKAGE






d
(st -rec # CKAGE
(s as_c_su-* | -# CKAGE=no)ehou-* | -ssl=	iren
  ec

mc 00_iMKsr-3O---SSLM	ack:
ei

u-* | -t_rsa=nn
	






Time-	mp$"$asRSA ep.2mfi
BIkeys gene"0_iMKi

u-* | -owne"=n as 





T		vocce stuh[at_in thownm68*- 2>&s IF thenavCim
                          Pe shi

u-* | -group=n as 





T		vgroupuh[at_in thownm68*- 2>&s IF thenavCim Pe shi
Slterinfn tnSE #Benvironm---- ##

# Be
  rCC          C unc_ilcisongilul  rCFLAGS      C unc_ilcisflag

  LDFLAGS     	;;kcisflag
, e.g. -L<c_bm	ir>
else
  	v4.2c_bri#
esmIFId
              nons		os		;
	iren
  ec<c_bm	ir>  rCPPFLAGS    C/C++/Objen
;veoC e ecros3)
oisflag
, e.g. -I<S 55x-em	ir>
el
              e
  	v4.2head x; IFId nons		os		;
	iren
  ec<S 55x-em	ir>  rCPP         C e ecros3)
oi

Un*\			s*-oi#

# Be ho os
	rid*\			vLC_icr; maec by `c'='"$@"''"typ	osd=np
it;; ef; thc_bri#
esmlulm	  | *-f;; expnons		os		;
`");s/c 00_iMKs^/
 2>&1; buge ho <ulate sh
  NUL>.i
 C(exi c_s)
	us=$?i" = "x$if teisac_icit_d=npx; th ecu		;ve_=1
  echo# _ave_rvel
		;	ub/nuf,-r2>&1; e_rtrmsinuxfic2 -d=np.L	 i$as_c_ trmiK x;$ac_	ub/nuf_a_fESd
(mipstx39-cte sh)= x:a


as_m-tt/
	 s; {
  ad "9-cte sh)||
as_m-tt/
	 s;-ctbuild tr=. self: "9-cte sh)iKe.)s_c_ tr suffix=/dc_toptbuild tr_	ub=./dc_toptbuild 	 efix= e t
	*co_c_ tr suffix=/` LC_TIMEcte sh)|tement ,^\.nnot ,,_fu a# A ".." i$asd -e 	iren
  ec e  af_ tr suffix.evaec_toptbuild tr_	ub=` LC_TIMEcte s suffixh)|tement ,/[^not f,/..,g; ,/,,_fu a&1; thec_toptbuild tr_	ub"iKeho"")/dc_toptbuild tr_	ub=./dc_toptbuild 	 efix= e tim*)  dc_toptbuild 	 efix=hec_toptbuild tr_	ub/ie thiet_s         ac_ $a_toptbuild tr=u c_0wd ac_ $a_build tr=u c_0wdMEcte s suffix
i

if backw		;
unc_succiluty:
ec_toptbuild tr=hec_toptbuild_	 efix
self: esrf trmiKe  .)sa# Wel
		;builds_mysnIOs_ha.
	 s;-ctsrf tr=. 	 s;-cttoptsrf tr=$ec_toptbuild tr_	ub 	 s;-ct $a_toptsrf tr=$ec_0wd|e thinnot fi  ?:nnot find
# A$as_var)^/][^/	 s;-ctsrf tr=esrf trMEcte s suffix; 	 s;-cttoptsrf tr=$srf tr 	 s;-ct $a_toptsrf tr=$srf trme thi*) ll 2nor vr)^/][^/	 s;-ctsrf tr=eec_toptbuild_	 efixesrf trMEcte s suffix 	 s;-cttoptsrf tr=$ec_toptbuild_	 efixesrf tr 	 s;-ct $a_toptsrf tr=$ec_0wd/$srf trme t     ac_ $a_srf tr=$ec_ $a_toptsrf trMEcte s suffix chod
ad "9-cte sh)||
{  c_s)
	us=$?;
as_m-tt/e shho a# Checr

if guhi
menc'='"$@"'^/	 s;"x$if teafd"$ c_srf tr/c'='"$@"'^gnua=1
  echod
ho)LC_T


echo a(set -d"$ c_srf tr/c'='"$@"'^gnua
 -d=np= ecu		;ve echo)l"x$if teafd"$ c_srf tr/c'='"$@"'a=1
  echod
ho)LC_T


echo a(set -d"$ c_srf tr/c'='"$@"'a
 -d=np= ecu		;ve echo)lsde=1
  echo aIME
doe (WARNING:snonc'='"$@"at;;
	S fo     MK
isc e  af_ tr ahen
  a fi  |  c_s)
	us=$?chod
ad "9-ct0wd_m||
{  c_s)
	us=$?;
un the shho X/"$":") 2>/das_fu c_icit_d=npxi

iedi]*\)c_s)
	us "x$u c_icit_s
		;;
=1
  echo&1t <<\
 C(exire sh)}'='"$@"'
 >/de
gene"0_avCim ERSION+set}" 2.60/
C'pyrersio(C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006 Free Softw
		;Fe sh   MK, Inc.
xitco}'='"$@"'
fi

if e=1
ree softw
		else
 Free Softw
		;Fe sh   MK
g;ves unlimi_avCp -o posix;; e tow,ad  tribvar)lulmmodxfyBIN_S
 C(exiimuccei":"eltu>we cig.log <<
 C(exixitco 2>& we mysesnown
chine=tsm	  duhavCim unc_ilcis wh2>&sreeeunkn}'='"$@"',o '/aid  ebuggs_mysfo}'='"$@"'
mes er, o ptes . sItr*-ncc	os=-vCim re sh)ME
doe
 >/deode=0
ir*-n
gene"0_avCim ERSION+set}" 2.60.  Inv 00_iMKsongilul
qoA c c_

 a( err$@
S
 C(exied_fs5>>we cig.log
{
&1t <<
 SU"; t
##
 -------- ##
##
Pnorfo  . ##
##
 -------- ##

ho* n as_= `(ho* n as_||| a as_-n)
}
as_func_fairretu1qfu a as_-m_= `( a as_-m)
}
as_func_fai|echo aunknownfu a as_-r_= `( a as_-r)
}
as_func_fai|echo aunknownfu a as_-s_= `( a as_-s)
}
as_func_fai|echo aunknownfu a as_-v_= `( a as_-v)
}
as_func_fai|echo aunknownfu

# Beniti a as_-p_= `(
# Beniti a as_-p)
}
as_func_fai|echo aunknownfueniti a as_-Xt



= `(
niti a as_-X)
}
as_func_faaaaai|echo aunknownfu

niti rch              = `(
niti rch)
}
as_func_faaaaaaaaaaaaaai|echo aunknownfue# Beniti rch -k       = `(
# Beniti rch -k)
}
as_func_faaaaaaai|echo aunknownfue# Bewe vex/getsysS fom= `(
# Bewe vex/getsysS fo)
}
as_func_fai|echo aunknownfue# Benitiho* S fom     = `(
# Benitiho* S fo)
}
as_func_faaaaaai|echo aunknownfuenitimach nre          = `(
nitimach nr)
}
as_func_faaaaaaaaaaai|echo aunknownfue# Benitioslevel m     = `(
# Benitioslevel)
}
as_func_faaaaaaai|echo aunknownfueniti ais
		e          = `(
niti ais
		e)
}
as_func_faaaaaaaaaai|echo aunknownfu

 SU"; t
/    (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 cho aIll" : ulate sh> X/"$IFS=$    (ev_IFSc
}ahe5
"eltu>&5 <<
 C(exi

##
 ---------- ##
##
Cc6x*){
 s^ ##
##
 ---------- ##


 C(exi

# Keepbastracenhave_reongilul
qoA .
" Striph	mp$ -no-c	os=-tlul
 -no- ecu		;;
mso asey


(st -p2>& up.
" Striph	mp$ -se
inttenix* \
we	dofaulwant;; ececo	;
ip$"$asfuechotreef tthAtachquo=-tluin rgsc s_myseunknccess; eta- hRSEPARAf tthMakee w/$0assBe ho allow  typ	    reduplielte-orguos=-dnepp eposix./ c_c'='"$cho_ rgs=/ c_c'='"$cho_ rgs0=/ c_c'='"$cho_ rgs1=/ c_must_keep_next=}
	  s/$as_c_0assmiK 1 2
st -n/$as_c_erg ecdo echo&1; thec_ergiiKeho a-no-c	os=-t   -no-c*m    m   no- ecu		;;
m   -no- *)
as_m-tt/ e this -q    quie=t   -quie=t   -quiet   -quit   -qut   -q enamam   se
intt   -se
intt   -se
int   -se
it   -se
)eho a 
as_m-tt/ e this *\'*)eho a 
ec_erg=` LC_TIMEctergh)|temen"s/'/'\\\\\\\\''/g"` e this ture.hoho&1; thec_0assmiK.hoho1)  c_c'='"$cho_ rgs0="$ec_c'='"$cho_ rgs0 'MEcterg'" e this 2)eho a 
ec_c'='"$cho_ rgs1="$ec_c'='"$cho_ rgs1 'MEcterg'"eho a 
"x$if te$ c_must_keep_next = truo_1" != 	 c_must_keep_next=}
	  a# G		b* iu',oback ho no   l  echo a)lsde	&1; thec_ergiiKe	 c*=*t   -}'='"$-cachem   Cm   d  exit-*    -d  exit-*ss ()    en=no
-*    -en=no
-*    ga	    -g*m    fp
   -nf*ss ()    q    quie=t   -q*m   se
intt   -se
*m   vm   s
	b*ss ()    * | -*m   -* | -*    * | out-*m   -* | out-*m   -x)lse
  elf: "9-ctc'='"$cho_ rgs0 "iiKe	 ccccc"$ec_c'='"$cho_ rgs1"*" 'MEcterg' "* )
as_m-tt/ e t	his ture.	his e t	hi-* )
 c_must_keep_next=truo e t	ture.hoho	 iptho a 
ec_c'='"$cho_ rgs="$ec_c'='"$cho_ rgs 'MEcterg'"eho a 
e this ture.ho X/"$ X/"$$   eefe=t-ctc'='"$cho_ rgs0 i|eif teis{-ctc'='"$cho_ rgs0}
as_tc
	tfe=t||
{  c_c'='"$cho_ rgs0=;o)$/^/]* c_c'='"$cho_ rgs0e sh$   eefe=t-ctc'='"$cho_ rgs1 i|eif teis{-ctc'='"$cho_ rgs1}
as_tc
	tfe=t||
{  c_c'='"$cho_ rgs1=;o)$/^/]* c_c'='"$cho_ rgs1n sheas_os=-int
rrup_avC$asdcce'd, cavenupuhemindcess 2>&s, an;
unc__eteeaswe cig.log.  Wasremoveeongiintsxenix* \
luiw_ynti\
quo=-srIFICATreeaswase $ix* \
r aslemsC$aslook ugly tthWARNING:sUn*\'\'';; ecep epinttort po*    h c comIFICATItrap tthWARNING:sD
(st -pte1; nexttrap_l; th; expo newqoA ,aduc  '/a FreeBSD 4.0 bug.
trap_'dcce_s)
	us=$?cho" Sv4.2intoswe cig.logsolterinfo     MK
h[at_versiod=np"iK  ebuggs_m  ec{this tLC_ chod
a1t <<\
 SBOX
##
 --------------- ##
##
Cachem750 00017  ##
##
 --------------- ##

 SBOX
his tLC_ his this pfelf
wunkn;ay_havwritunkntieacacheoo phan; Be newqoA srIFI* iu's,
( -n/$as_c_ 1); e `(fe=)	  }
	|_retuas_'\''s/^\([a-zA-Z_][a-zA-Z0-9_]rn =.* :
ep'\''`;cdo echo/"$0"_c_ 1l\\$$_c_ 1)
unun&1; thec_"$0"iK #(this *s{-s_nl}*)eho a 
&1; thec_"$r suc#(this s *_cv_*)as_ LC_TIME
doe $es_hav (WARNING:sCachem750 0001thec_"$r we mysesno newqoA S ahe5
cho aIME
doe (WARNING:sCachem750 0001thec_"$r we mysesno newqoA S ahe2;}
e this s ture.hoho 
&1; thec_"$r suc#(this s _	|_IFS	|_-s_nl)
e c#(this s *) $   eefe=thec_"$r e this s ture
e this ture.ho X/"$  (fe=)	  }
	|
unun&1; thes_nl`()c_space='\'';'\''; fe=)	  }
`"iK #(this *s{-s_nl})c_space=\ *)eho a 
retuas_s ("s/'\''/'\''\\\\'\'''\''/g;de=1
 ^\\([_ab and S
# W]*_cv_[_ab and S
# W]*\n =\nc.*n\)/\\1='\''\\2'\''/p"eho a 
e  #(this *)eho a 
retuas_"/^[_ab and S
# W]*_cv_[_ab and S
# W]*=/p"eho a 
e this tures_func_r^/]
)this tLC_ chod
a1t <<\
 SBOX
##
 ---------------- ##
##
O	tic6x750 00017  ##
##
 ---------------- ##

 SBOX
his tLC_ his "$as_c_ 1); e  af_	ubstcesss his do echoho/"$0"_c_ 1l\\$$_c_ 1)
ununun&1; thec_"$0"iKeho as *\'\''*)"_c_ 1l\` LC_TIMEct"$0 a|temen"s/'\''/'\''\\\\\\\\'\'''\''/g"`e this s ture.hoho 
 LC_TIMEct"$r='\''MEct"$0'\''" his done ate^/]
his tLC_ chod
"x$if teas_fu c_	ubstcle
ifa=1
  echod
hoa1t <<\
 SBOX
##
 ------------------ ##
##
Fe
it	ubstitu_iMKs^ ##
##
 ------------------ ##

 SBOX
his s tLC_ his s "$as_c_ 1); e  af_	ubstc 2>&si





do 	/"$0"_c_ 1l\\$$_c_ 1)
	&1; thec_"$0"iKe	*\'\''*)"_c_ 1l\` LC_TIMEct"$0 a|temen"s/'\''/'\''\\\\\\\\'\'''\''/g"`e t	ture.	 LC_TIMEct"$r='\''MEct"$0'\''" his s done ate^/]
his s tLC_ his "i chod
"x$if teaco}'='defs.h=1
  echod
hoa1t <<\
 SBOX
##
 ---------- ##
##
}'='defs.h^ ##
##
 ---------- ##

 SBOX
his s tLC_ his s a1t }'='defs.h
his s tLC_ his "i his  2>/d"$ c_sign$0 a
	t0a


echo a)LC_TIME
doe (ix*rsiosign$0 $ c_sign$0 
ho a)LC_TIME
doe (edi]*\dcce_s)
	us 
ho}ahe5
  th if wehot*.wehotweho.}'=' 2>/.*a


echoth if -emwe c 2>/* }'='defs* we con* $ c_caven_le
ifa


echoedi]*\dcce_s)
	us
' 0s/$as_c_sign$0 iK 1 2 13 15;cdo ectrap_'_c_sign$0='$ c_sign$0'; s_func_ret_success fa' $ c_sign$0$ X/"$_c_sign$0=0

#
}'='defs.h avoids OSsongilul
qoA c
ingexplimi_suh[at_DEFS # - exceval th if -emwe c 2>/* }'='defs.h

#
Predef nrd e ecros3)
ois750 00017 

eltu>>}'='defs.h <<
 C(exi#def nr PACKAGE/"; tTIMPACKAGE/"; t"

 C(exi

eltu>>}'='defs.h <<
 C(exi#def nr PACKAGE/TAR"; tTIMPACKAGE/TAR"; t"

 C(exi

eltu>>}'='defs.h <<
 C(exi#def nr PACKAGE/turn 0
TIMPACKAGE/turn 0
"

 C(exi

eltu>>}'='defs.h <<
 C(exi#def nr PACKAGE/STRINGTIMPACKAGE/STRING"

 C(exi

eltu>>}'='defs.h <<
 C(exi#def nr PACKAGE/BUGREPORTTIMPACKAGE/BUGREPORT"

 C(exi

# L	*-nextsi		m 2>& selen
_ort lt
ronteacacheo 2>& "x$iulwante ho.
#
Prefcisq
plieit in elen
rd filc  '/d =     cal in elen
rd ot to "x$if teas_fu_return ITE_=1
  echos	*-x_fu_return ITE_
/\ ()ho shell	 efixave onNONE=1
  echos	*-x_fu	 efixIshRSe/c'='"$.si		"_fu	 efixIetc/c'='"$.si		"t/\1/
	 s	*-x_fuac_dTURER _	 efixIshRSe/c'='"$.si		"_s ("uac_dTURER _	 efixIetc/c'='"$.si		"t"i shifts/$as_c_site_le
i
st -n"x$if teard"$ c_site_le
ia=1
  echod
s_ LC_TIME
doe $es_hav (loads_mysi		mfi

if $ c_site_le
iaahe5
cho aIME
doe (loads_mysi		mfi

if $ c_site_le
iaahe6;shho aement u^/| /'d"$ c_site_le
iaahe5
    .d"$ c_site_le
ia
s "i 
  al
0
}
as_fard"$cache_le
i_=1
  echo# Slters
		;;
f;sfrbash_in thfaild '/sourcr)as_func_fa(sinux$0$ho# le
ifa	venal i)nusos.
	avoidcdounkntiaN_Sn 0
}
as_fafd"$cache_le
i_=1
  echod
s_ LC_TIME
doe $es_hav (loads_mycacheo$cache_le
i_ahe5
cho aIME
doe (loads_mycacheo$cache_le
i_ahe6;shho a&1; thcache_le
i iKeho as nnot fi  ?:nnot find.d"$cache_le
i_= this s *)                      . "./ocache_le
i_= this ture.hoipt/\1/
	 s_ LC_TIME
doe $es_hav (c	os=s_mycacheo$cache_le
i_ahe5
cho aIME
doe (c	os=s_mycacheo$cache_le
i_ahe6;shho>$cache_le
ih/.*/= Checr
h[at_e_re0 &cl ner ##

# Be _aveNTIFItieacacheo	v4.2kaof* \
	s as/= * iu'./ c_cache_wehrup_av=}
	  s/$as_c_ 1); e  af_	 &cl necessso) 2>-n/"$0"_c_old_PATH\$ac_cv_env_${_c_ 1)}_PAT>-n/"$0"_c_new_PATH\$ac_env_${_c_ 1)}_PAT>-n/"$0"_c_old_ 1l\\$ac_cv_env_${_c_ 1)}_* iu'>-n/"$0"_c_new_ 1l\\$ac_env_${_c_ 1)}_* iu'>-n&1; thec_nld_PAT,$_c_new_PAT iKeho aPAT,)eho a 
s_ LC_TIME
doe $es_hav (set +x;\`hec_oi#'r*-ncs	*-no;\`hec_old_ 1l'TIFItiea0 &&l nevrun_ahe5
cho aIME
doe (set +x;\`hec_oi#'r*-ncs	*-no;\`hec_old_ 1l'TIFItiea0 &&l nevrun_ahe2;shho a 
ec_cache_wehrup_av=:
e this ,fe=)eho a 
s_ LC_TIME
doe $es_hav (set +x;\`hec_oi#'r*-ncst -pAT iKItiea0 &&l nevrun_ahe5
cho aIME
doe (set +x;\`hec_oi#'r*-ncst -pAT iKItiea0 &&l nevrun_ahe2;shho a 
ec_cache_wehrup_av=:
e this ,)e this *)eho a 
 ()ho shellec_old_ 1ltc
	tx39_c_new_ 1l_=1
  ec	s_ LC_TIME
doe $es_hav (set +x;\`hec_oi#'rhasu hR=:
edsincr)tiea0 &&l nevrun:_ahe5
cho aIME
doe (set +x;\`hec_oi#'rhasu hR=:
edsincr)tiea0 &&l nevrun:_ahe2;sh	s_ LC_TIME
doe $es_hav (s "$amer * iu' (slec_old_ 1ltche5
cho aIME
doe (s "$amer * iu' (slec_old_ 1ltche2;sh	s_ LC_TIME
doe $es_hav (s curr---- #iu' (9_c_new_ 1l_che5
cho aIME
doe (s curr---- #iu' (9_c_new_ 1l_che2;sh	ec_cache_wehrup_av=:.hoho	 ipe t cture.ho#
Passm0 &cl ner ##

# Be toswe cig.s)
	us_Sn 0
}
as_f"$_c_new_PATh)= PAT=1
  echod
a1; thec_new_ 1l iKeho a*\'*)
ec_erg=MEct"$r=` LC_TIMEctnew_ 1l_c|temen"s/'/'\\\\\\\\''/g"` e this *)
ec_erg=MEct"$r=hec_new_ 1l e this ture.hoho&1; t" $ec_c'='"$cho_ rgs ""iKeho as *" 'MEcterg' "*)
e c# Avoidcdups^ sUn*\sfrquo=-srens@"'saaccuracy.this s *) ec_c'='"$cho_ rgs="$ec_c'='"$cho_ rgs 'MEcterg'" = this ture.hoipt
  al"x$u c_cache_wehrup_av=1
  echos_ LC_TIME
doe $es_hav (set +x; hR=:
srIFICATBenvironm----# - unc_romi.*\			vbuild_ahe5
cho aIME
doe (set +x; hR=:
srIFICATBenvironm----# - unc_romi.*\			vbuild_ahe2;shho{os_ LC_TIME
doe $es_hav (set +x;ceed\`mes fd  tcaven' an;/_fa\`th $cache_le
i' an;-pte1; os
	_ahe5
cho aIME
doe (set +x;ceed\`mes fd  tcaven' an;/_fa\`th $cache_le
i' an;-pte1; os
	_ahe2;shho s_func_ret_success fan sh/.*/////////////////////////ac_ext=  ac_cpp='$CPP $CPPFLAGS'/ c_c'c_ilc='$CC -c $CFLAGS $CPPFLAGSmwe c 2>/.$ac_extahe5'/ c_	;;k='$CC -omwe c 2>/$ac_exeexta$CFLAGS $CPPFLAGSm$LDFLAGS we c 2>/.$ac_exta$esBSahe5'/ c_unc_ilci_gnu=$ac_cv_c_unc_ilci_gnu////ac_c'='"$_head x;="$ec_c'='"$_head x;swe cig.h"
*/= Checrs  typ	  | *-f./ac_ext=  ac_cpp='$CPP $CPPFLAGS'/ c_c'c_ilc='$CC -c $CFLAGS $CPPFLAGSmwe c 2>/.$ac_extahe5'/ c_	;;k='$CC -omwe c 2>/$ac_exeexta$CFLAGS $CPPFLAGSm$LDFLAGS we c 2>/.$ac_exta$esBSahe5'/ c_unc_ilci_gnu=$ac_cv_c_unc_ilci_gnu/"x$if teas_fu c_tool 	 efix_=1
  echo# Extractm68*- 2rs -wvad\sfris{-cttool 	 efix}gcc"nusosi--# - b*\as	  | *-sa as_; exporgs.
pAT dummy s{-cttool 	 efix}gcc; ec_wvad=$2
s_ LC_TIME
doe $es_hav (checretu  typ$ec_wvad_ahe5
cho a$ECHO_N "checretu  typ$ec_wvad   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_CC}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teas_fu_C
  if (evaec_cv_	  |_CC=fu_C
 # L	*-nextrecisos
	rid*\			v 2>/.t/\1/
    (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 /$as_c_ed_f_extaiK '' $ c_q
ired=no
_extens;;
fo) 2>-n"x${$if teafd"$ s_ tr/$ec_wvad$_c_ed_f_exth) >/ yes &ired=no
_pd"$ s_ tr/$ec_wvad$_c_ed_f_exth fan 
  echod
ec_cv_	  |_CC=fu{-cttool 	 efix}gcc"
ho a)LC_TIME
doe $es_hav (fe sh)ME
d tr/$ec_wvad$_c_ed_f_exth)he5
    un th 2.hoipt
  al X/"$IFS=$    (ev_IFSc
ipt/.*CC=$ec_cv_	  |_CC
"x$if teas_fu_C
  if (evas_ LC_TIME
doe $es_hav ("'sER  (9CC_ahe5
cho aIM{ECHO_T}9CC_ahe6; sh/\1/
	 s_ LC_TIME
doe $es_hav ("'sER  (no_ahe5
cho aIM{ECHO_T}no_ahe6n sh/.*//
   echo sha(emulc_cv_	  |_CC
  if (evaec_ct_CC=9CCcho# Extractm68*- 2rs -wvad\sfrigcc"nusosi--# - b*\as	  | *-sa as_; exporgs.
pAT dummy gcc; ec_wvad=$2
s_ LC_TIME
doe $es_hav (checretu  typ$ec_wvad_ahe5
cho a$ECHO_N "checretu  typ$ec_wvad   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_ec_ct_CC}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teas_fuec_ct_CC
  if (evaec_cv_	  |_ec_ct_CC=fuec_ct_CC
 # L	*-nextrecisos
	rid*\			v 2>/.t/\1/
    (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 /$as_c_ed_f_extaiK '' $ c_q
ired=no
_extens;;
fo) 2>-n"x${$if teafd"$ s_ tr/$ec_wvad$_c_ed_f_exth) >/ yes &ired=no
_pd"$ s_ tr/$ec_wvad$_c_ed_f_exth fan 
  echod
ec_cv_	  |_ec_ct_CC=fgcc"
ho a)LC_TIME
doe $es_hav (fe sh)ME
d tr/$ec_wvad$_c_ed_f_exth)he5
    un th 2.hoipt
  al X/"$IFS=$    (ev_IFSc
ipt/.*ec_ct_CC=9ec_cv_	  |_ec_ct_CC/"x$if teas_fu c_ct_CC
  if (evas_ LC_TIME
doe $es_hav ("'sER  (9ec_ct_CC
 he5
cho aIM{ECHO_T}9ec_ct_CC
 he6; sh/\1/
	 s_ LC_TIME
doe $es_hav ("'sER  (no_ahe5
cho aIM{ECHO_T}no_ahe6n sh/.*/ 
 ()ho shellec_ct_CC
 ode=1
  echod
CC=f"
ho)lsde=1
 &1; thcroff_unc_ilunk:u c_tool warneNTIF
yes:)
s_ LC_TIME
doe $es_hav (WARNING:sInm68*- uecho,ION+set}" in thst -CTt n
 aroff-tools
whlatma as_do		;st -pte1; ; exp68*-d.
fo ri__et. sIlse
  omIFk	;
		
c'='"$@"at;;
	Sserecfu01tose
 , __e1; twritc  '/d = c'='@gnu.orgS ahe5
cho aIME
doe (WARNING:sInm68*- uecho,ION+set}" in thst -CTt n
 aroff-tools
whlatma as_do		;st -pte1; ; exp68*-d.
fo ri__et. sIlse
  omIFk	;
		
c'='"$@"at;;
	Sserecfu01tose
 , __e1; twritc  '/d = c'='@gnu.orgS ahe2;sh c_tool warneN=.
fie tture.hohoCC=9ec_ct_CC/hoipt/\1/
	 CC=fuec_cv_	  |_CC
i" = "x$if teaz_fu_C
  if (evaaaaaaaaa"x$if teas_fu c_tool 	 efix_=1
  echoho# Extractm68*- 2rs -wvad\sfris{-cttool 	 efix}cc"nusosi--# - b*\as	  | *-sa as_; exporgs.
pAT dummy s{-cttool 	 efix}cc; ec_wvad=$2
s_ LC_TIME
doe $es_hav (checretu  typ$ec_wvad_ahe5
cho a$ECHO_N "checretu  typ$ec_wvad   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_CC}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teas_fu_C
  if (evaec_cv_	  |_CC=fu_C
 # L	*-nextrecisos
	rid*\			v 2>/.t/\1/
    (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 /$as_c_ed_f_extaiK '' $ c_q
ired=no
_extens;;
fo) 2>-n"x${$if teafd"$ s_ tr/$ec_wvad$_c_ed_f_exth) >/ yes &ired=no
_pd"$ s_ tr/$ec_wvad$_c_ed_f_exth fan 
  echod
ec_cv_	  |_CC=fu{-cttool 	 efix}cc"
ho a)LC_TIME
doe $es_hav (fe sh)ME
d tr/$ec_wvad$_c_ed_f_exth)he5
    un th 2.hoipt
  al X/"$IFS=$    (ev_IFSc
ipt/.*CC=$ec_cv_	  |_CC
"x$if teas_fu_C
  if (evas_ LC_TIME
doe $es_hav ("'sER  (9CC_ahe5
cho aIM{ECHO_T}9CC_ahe6; sh/\1/
	 s_ LC_TIME
doe $es_hav ("'sER  (no_ahe5
cho aIM{ECHO_T}no_ahe6n sh/.*//	 ipt/.*"x$if teaz_fu_C
  if (eva# Extractm68*- 2rs -wvad\sfricc"nusosi--# - b*\as	  | *-sa as_; exporgs.
pAT dummy cc; ec_wvad=$2
s_ LC_TIME
doe $es_hav (checretu  typ$ec_wvad_ahe5
cho a$ECHO_N "checretu  typ$ec_wvad   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_CC}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teas_fu_C
  if (evaec_cv_	  |_CC=fu_C
 # L	*-nextrecisos
	rid*\			v 2>/.t/\1/
 aaf_	  |_r
jen
rt e=1    (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 /$as_c_ed_f_extaiK '' $ c_q
ired=no
_extens;;
fo) 2>-n"x${$if teafd"$ s_ tr/$ec_wvad$_c_ed_f_exth) >/ yes &ired=no
_pd"$ s_ tr/$ec_wvad$_c_ed_f_exth fan 
  echod
0
}
as_f"$_s_ tr/$ec_wvad$_c_ed_f_exth)= "
# Beucb/cc"  if (evaaaaaaaf_	  |_r
jen
rt y&si






as_m-tt/
	 s; "i his ec_cv_	  |_CC=fcc"
ho a)LC_TIME
doe $es_hav (fe sh)ME
d tr/$ec_wvad$_c_ed_f_exth)he5
    un th 2.hoipt
  al X/"$IFS=$    (ev_IFSc
"x$if te$ c_	  |_r
jen
rtled.
f  if (eva# We(fe sh)a bog;
	S -CATIONthnusosmes fne_diwtmaes
	-rec iN_Sn pAT dummy sec_cv_	  |_CC
a
shifts 
"x$if te$#a
	t0=1
  echoho# W	vLC_ \
l differ----unc_ilcisfFS=$			vbogus ot .choho# Howes
	,si--hasu \
	s asrbasea as,mso ase bog;
	in thb pLC_ \echoho#  2rs -"x$we pAT CC  '/jus*-nextbasea as;l^.*\			vfc_fa 2>&1`");.chohoshifts 
vaec_cv_	  |_CC=fuE
d tr/$ec_wvad${1+' '}$@"/	 ipt/.*ipt/.*CC=$ec_cv_	  |_CC
"x$if teas_fu_C
  if (evas_ LC_TIME
doe $es_hav ("'sER  (9CC_ahe5
cho aIM{ECHO_T}9CC_ahe6; sh/\1/
	 s_ LC_TIME
doe $es_hav ("'sER  (no_ahe5
cho aIM{ECHO_T}no_ahe6n sh/.*///.*"x$if teaz_fu_C
  if (eva"x$if teas_fu c_tool 	 efix_=1
  echo/$as_c_0  |	S -cl.ed_
s do echo# Extractm68*- 2rs -wvad\sfris c_tool 	 efix$ c_	  |"nusosi--# - b*\as	  | *-sa as_; exporgs.
pAT dummy s c_tool 	 efix$ c_	  |; ec_wvad=$2
s_ LC_TIME
doe $es_hav (checretu  typ$ec_wvad_ahe5
cho a$ECHO_N "checretu  typ$ec_wvad   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_CC}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teas_fu_C
  if (evaec_cv_	  |_CC=fu_C
 # L	*-nextrecisos
	rid*\			v 2>/.t/\1/
    (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 /$as_c_ed_f_extaiK '' $ c_q
ired=no
_extens;;
fo) 2>-n"x${$if teafd"$ s_ tr/$ec_wvad$_c_ed_f_exth) >/ yes &ired=no
_pd"$ s_ tr/$ec_wvad$_c_ed_f_exth fan 
  echod
ec_cv_	  |_CC=fu c_tool 	 efix$ c_	  |"
ho a)LC_TIME
doe $es_hav (fe sh)ME
d tr/$ec_wvad$_c_ed_f_exth)he5
    un th 2.hoipt
  al X/"$IFS=$    (ev_IFSc
ipt/.*CC=$ec_cv_	  |_CC
"x$if teas_fu_C
  if (evas_ LC_TIME
doe $es_hav ("'sER  (9CC_ahe5
cho aIM{ECHO_T}9CC_ahe6; sh/\1/
	 s_ LC_TIME
doe $es_hav ("'sER  (no_ahe5
cho aIM{ECHO_T}no_ahe6n sh/.*//	  $if teas_fu_C
) >/un th
 o X/"$":""x$if teaz_fu_C
  if (evaec_ct_CC=9CCcho/$as_c_0  |	S -cl.ed_
 2>-n# Extractm68*- 2rs -wvad\sfris c_	  |"nusosi--# - b*\as	  | *-sa as_; exporgs.
pAT dummy s c_	  |; ec_wvad=$2
s_ LC_TIME
doe $es_hav (checretu  typ$ec_wvad_ahe5
cho a$ECHO_N "checretu  typ$ec_wvad   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_ec_ct_CC}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teas_fuec_ct_CC
  if (evaec_cv_	  |_ec_ct_CC=fuec_ct_CC
 # L	*-nextrecisos
	rid*\			v 2>/.t/\1/
    (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 /$as_c_ed_f_extaiK '' $ c_q
ired=no
_extens;;
fo) 2>-n"x${$if teafd"$ s_ tr/$ec_wvad$_c_ed_f_exth) >/ yes &ired=no
_pd"$ s_ tr/$ec_wvad$_c_ed_f_exth fan 
  echod
ec_cv_	  |_ec_ct_CC=fuec_	  |"
ho a)LC_TIME
doe $es_hav (fe sh)ME
d tr/$ec_wvad$_c_ed_f_exth)he5
    un th 2.hoipt
  al X/"$IFS=$    (ev_IFSc
ipt/.*ec_ct_CC=9ec_cv_	  |_ec_ct_CC/"x$if teas_fu c_ct_CC
  if (evas_ LC_TIME
doe $es_hav ("'sER  (9ec_ct_CC
 he5
cho aIM{ECHO_T}9ec_ct_CC
 he6; sh/\1/
	 s_ LC_TIME
doe $es_hav ("'sER  (no_ahe5
cho aIM{ECHO_T}no_ahe6n sh/.*/
 $if teas_fu c_ct_CC
) >/un th

  al
 
 ()ho shellec_ct_CC
 ode=1
  echod
CC=f"
ho)lsde=1
 &1; thcroff_unc_ilunk:u c_tool warneNTIF
yes:)
s_ LC_TIME
doe $es_hav (WARNING:sInm68*- uecho,ION+set}" in thst -CTt n
 aroff-tools
whlatma as_do		;st -pte1; ; exp68*-d.
fo ri__et. sIlse
  omIFk	;
		
c'='"$@"at;;
	Sserecfu01tose
 , __e1; twritc  '/d = c'='@gnu.orgS ahe5
cho aIME
doe (WARNING:sInm68*- uecho,ION+set}" in thst -CTt n
 aroff-tools
whlatma as_do		;st -pte1; ; exp68*-d.
fo ri__et. sIlse
  omIFk	;
		
c'='"$@"at;;
	Sserecfu01tose
 , __e1; twritc  '/d = c'='@gnu.orgS ahe2;sh c_tool warneN=.
fie tture.hohoCC=9ec_ct_CC/hoipt/.*//.*/
if teaz_fu_C
) >/{os_ LC_TIME
doe $es_hav (set +x;noaaccepd=no
 C unc_ilcisfe sh)iK \$ll" 
See/\`c'='"$.log'  type.reaCTtailsS ahe5
cho aIME
doe (set +x;noaaccepd=no
 C unc_ilcisfe sh)iK \$ll" 
See/\`c'='"$.log'  type.reaCTtailsS ahe2;shho s_func_ret_success fan sh
#
Provid*\olterinfo     MK
ab	mp$e_reong_ilci.
 LC_TIME
doe $es_hav (checretu  typC unc_ilciss
		;;
 ahe5
ac_unc_ilci=`pAT X $ec_c'c_ilc;ocho a$2`
s_()c_try="$ec_c'c_ilcis -s
		;;
	he5"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_c'c_ilcis -s
		;;
	he5")	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n shs_()c_try="$ec_c'c_ilcis v	he5"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_c'c_ilcis v	he5")	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n shs_()c_try="$ec_c'c_ilcis V	he5"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_c'c_ilcis V	he5")	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sh"eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

int
maiK ()
sl
 
 thireechn 0;
}i
 C(exi c_caven_le
if  (ev=9ec_caven_le
ifi c_caven_le
if="$ec_caven_le
ifaa.	mp$a.ed_ b.	mp"
ev/nul1o c	os=-tlusq
ired=no
 * | out -om 2rs ,ad  reg		;
a.	mp.
#
It_in thd=np"usad agnlatmbrokenounc_ilcis, an;
f; ts_myMu
_ortintui  MK
#\sfrexeext.
s_ LC_TIME
doe $es_hav (checretu  typC unc_ilcisdTURER t
	tic6x 2>&ma as_ahe5
cho a$ECHO_N "checretu  typC unc_ilcisdTURER t
	tic6x 2>&ma as   e$ECHO_C_ahe6; shac_	;;k_dTURER =` LC_TIMEct	;;kh)|tement / -om*}'=' 2>/[^ ]*//'`0"ullLong r-3ressino
c_	tic6x 2>&s,-pte1;etu  FS=$			vm.
folikely tthT		volgorithm	Ssest -robus*-n'/juFk	 e `.',hd=ncr)go-n'/in dc		;s_().*)
#\s` in sno lang "'sort. sb.	mp	Ssec	os=-vCim i960ounc_ilcis./ac_le
if='a_	mp.ed_ a.ed_ }'=' 2>/.ed_ a.	mp	}'=' 2>/ a.* }'=' 2>/.*sb.	mp'0"ullT		vIRIX 6 	;;kciswritcs2intos/dis;etu  e
ifae=0
irmay st -b ullq
ired=no
,-r2myseunkntirtrmp -o posixs^ s|
move t.2mo 2rs -sosaull	ubseq tnSlq
ired MK
hes -wvaks./ac_rmle
if=s/$as_c_le
i iK*\)c_le
ifi 2>-na1; thec_le
i iKeho a*.$ac_exta  *.xcoffa  *.tdsa  *.da  *.pdba  *.xSYMa  *.bba  *.bbga  *.mapa  *.infa  *.oa  *.obj ) e this * )
 c_rmle
if=IMEctrmle
ifthec_le
i"e t cture.
  alth if MEctrmle
ifc
"x$s_()c_try="$ec_	;;k_dTURER "self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k_dTURER ")	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  if (eva# ON+set}"-2.13 }'se $s	*-nextec_cv_exeexta750 0001ttos`no'.
" So ignlvel
- #iu' r-3`no', sh[12wi.*\		Ssewase $aveed '/`EXEEXT odno'
" IFId Makele
i.  Was
case $st -os
	rid*\ec_cv_exeexta"x$iulwasacached,ull	o
h[at_e_rerecis# - ih}
a-circuit;;	Ssehes -/$asunc_ilcis unknownd '
# ON+set}".s/$as_c_le
i iK*\)c_le
ifi 2>-nif teafd"$ c_le
iaall as_m-tt/
	 a1; thec_le
i iKeho a*.$ac_exta  *.xcoffa  *.tdsa  *.da  *.pdba  *.xSYMa  *.bba  *.bbga  *.mapa  *.infa  *.oa  *.obj )
	e this [ab].	mp	)
	# We(fe sh)e_redTURER tq
ired=no
,-st $exeext=''	Ssem.
f
	# cermyse inrersi.
	un the this *.*s)eho a 
d
0
}
as_f"${ec_cv_exeext}
as_tc= PATa


if tefuec_cv_exeexttc
	tno;
	if ( :;a)lsde	od
ec_cv_exeext=\)$/{
s$ c_le
iaa: '[^.]*\(\..*n '`
	/.*	# We(fe=t-ctcv_exeexta_rvelenix* \
e_relaen
nhes -/$asit	Ssest *	# safe (c	off unc_ilcisrmay st -adth
topsuffix
0
}g;veK
lu `-o'
	# orguos=-nusos.
	may se
ed '/knowsit	atuh[at_poet $alg syy t	# EveK
0
}
itcoden
;MK
looksec	ufty:si--hasu \
	advante=t of
	# ovenal ivwvaretu.
	un the this *	)
	un the thiture.
  alif tefuec_cv_exeexttc	tnov >/dc_cv_exeext=
h/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

{os_ LC_TIME
doe $es_hav (set +x;C unc_ilcisotest -c	os=-tq
ired=no
s
See/\`c'='"$.log'  type.reaCTtailsS ahe5
cho aIME
doe (set +x;C unc_ilcisotest -c	os=-tq
ired=no
s
See/\`c'='"$.log'  type.reaCTtailsS ahe2;shho s_func_r77t_succes77 fan sh/.*/ac_exeext=uec_cv_exeext
s_ LC_TIME
doe $es_hav ("'sER  (9ec_le
i_ahe5
cho aIM{ECHO_T}9ec_le
i_ahe6; sh
#
Checr
h[at_e_reunc_ilcis	  duhassq
ired=no
s wes# - run. sIlsst , eih[12
#
e_reunc_ilcistcobroken,C$aswes#	off unc_ilc.
s_ LC_TIME
doe $es_hav (checretu whet[12lse
 C unc_ilciswvaks_ahe5
cho a$ECHO_N "checretu whet[12lse
 C unc_ilciswvaks   e$ECHO_C_ahe6; sh# FIXME:lT		ses#	off unc_ilcr-hacrs 
case $basremoved  typON+set}" 3.0
#sIlsst s#	off unc_iletu,(checr
h[at_wes# - run\asiic__em	  | *-. Quoting iscroff_unc_ilunktc
	t.
f  if (eva"x$s_)c_try='./opc_le
i'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  an 
  echod
croff_unc_ilunk e=1ho)lsde=1
 Quoting iscroff_unc_ilunktc=	maybo_1" != 	croff_unc_ilunk y&si



)lsde	{os_ LC_TIME
doe $es_hav (set +x;otest -run\C unc_ilcdp	  | *-f./Ilse
  meant;; e#	off unc_ilc,l^.*\e` -d.
f'.
See/\`c'='"$.log'  type.reaCTtailsS ahe5
cho aIME
doe (set +x;otest -run\C unc_ilcdp	  | *-f./Ilse
  meant;; e#	off unc_ilc,l^.*\e` -d.
f'.
See/\`c'='"$.log'  type.reaCTtailsS ahe2;shho s_func_ret_success fan sh s; "i hiipt/.*s_ LC_TIME
doe $es_hav ("'sER  (y&s_ahe5
cho aIM{ECHO_T}y&s_ahe6; sh
th if a.	mp$a.ed_ we c 2>/$ac_cv_exeextab.	mpi c_caven_le
if=$ec_caven_le
if  (ev
#
Checr
h[at_e_reunc_ilcis	  duhassq
ired=no
s wes# - run. sIlsst , eih[12
#
e_reunc_ilcistcobroken,C$aswes#	off unc_ilc.
s_ LC_TIME
doe $es_hav (checretu whet[12lwel
		;#	off unc_iletu_ahe5
cho a$ECHO_N "checretu whet[12lwel
		;#	off unc_iletu   e$ECHO_C_ahe6; shs_ LC_TIME
doe $es_hav ("'sER  (9croff_unc_ilunktche5
cho aIM{ECHO_T}9croff_unc_ilunktche6; sh
s_ LC_TIME
doe $es_hav (checretu  typsuffix
sfrexered=no
s_ahe5
cho a$ECHO_N "checretu  typsuffix
sfrexered=no
s   e$ECHO_C_ahe6; sh0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  if (eva# Ilsbsh[ `c'=' 2>/.ed_' an;-`c'=' 2>/'l
		;`p epint' (well,so$aerv=no
)
#\catc[ `c'=' 2>/.ed_'. sF$ase; thncr); expCygwin,C`ls c'=' 2>/'lin teaswarkp	    r iv(i.e.,-r2fcis '/`c'=' 2>/.ed_'), wh2>&$iulwofaulw exeas`rm'.s/$as_c_le
i iK*}'=' 2>/.ed_ }'=' 2>/ }'=' 2>/.*;cdo ectf teafd"$ c_le
iaall as_m-tt/
	 a1; thec_le
i iKeho a*.$ac_exta  *.xcoffa  *.tdsa  *.da  *.pdba  *.xSYMa  *.bba  *.bbga  *.mapa  *.infa  *.oa  *.obj ) e this *.*s)
ec_cv_exeext=\)$/{
s$ c_le
iaa: '[^.]*\(\..*n '`
	  un the this * )
un the thiture.
  al/\1/
	 s_s_ LC_TIME
doe $es_hav (set +x;otest -unc_var)suffix
sfrexered=no
sx;otest -unc_e
i lul
qoAk
See/\`c'='"$.log'  type.reaCTtailsS ahe5
cho aIME
doe (set +x;otest -unc_var)suffix
sfrexered=no
sx;otest -unc_e
i lul
qoAk
See/\`c'='"$.log'  type.reaCTtailsS ahe2;shho s_func_ret_success fan sh/.*/th if we c 2>/$ac_cv_exeext
s_ LC_TIME
doe $es_hav ("'sER  (9ec_cv_exeexttche5
cho aIM{ECHO_T}9ec_cv_exeexttche6; sh
th if }'=' 2>/.$ac_ext
EXEEXT=uec_cv_exeext
ac_exeext=uEXEEXT
s_ LC_TIME
doe $es_hav (checretu  typsuffix
sfrobjen
_le
ifaahe5
cho a$ECHO_N "checretu  typsuffix
sfrobjen
_le
if   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_objext}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

int
maiK ()
sl
 
 thireechn 0;
}i
 C(exith if }'=' 2>/.o }'=' 2>/.objh0
}s_()c_try="$ec_unc_e
i"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_unc_e
i")	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  if (eva/$as_c_le
i iK*}'=' 2>/.o }'=' 2>/.obj }'=' 2>/.*;cdo ectf teafd"$ c_le
iaall as_m-tt/;
	 a1; thec_le
i iKeho a*.$ac_exta  *.xcoffa  *.tdsa  *.da  *.pdba  *.xSYMa  *.bba  *.bbga  *.mapa  *.infa) e this *)
ec_cv_objext=\)$/{
s$ c_le
iaa: '.*n.nc.*n)_fu a     un the thiture.
  al/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

{os_ LC_TIME
doe $es_hav (set +x;otest -unc_var)suffix
sfrobjen
_le
ifx;otest -unc_e
i
See/\`c'='"$.log'  type.reaCTtailsS ahe5
cho aIME
doe (set +x;otest -unc_var)suffix
sfrobjen
_le
ifx;otest -unc_e
i
See/\`c'='"$.log'  type.reaCTtailsS ahe2;shho s_func_ret_success fan sh/.*/th if we c 2>/.$ec_cv_objext }'=' 2>/.$ac_ext
/.*s_ LC_TIME
doe $es_hav ("'sER  ($ec_cv_objexttche5
cho aIM{ECHO_T}9ec_cv_objexttche6; shOBJEXT=uec_cv_objext
ac_objext=$OBJEXT
s_ LC_TIME
doe $es_hav (checretu whet[12lwel
		;usunkntieaERSIC unc_ilci_ahe5
cho a$ECHO_N "checretu whet[12lwel
		;usunkntieaERSIC unc_ilci   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_c_unc_ilci_gnu}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

int
maiK ()
sl#ifndef __ERSC__u a     ho ke as/=eshifl
 
 thireechn 0;
}i
 C(exith if }'=' 2>/.$ac_objexth0
}s_()c_try="$ec_unc_e
i"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_unc_e
i")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/.$ac_objext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  an 
  echoac_unc_ilci_gnu y&si/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

	ac_unc_ilci_gnu noh/.*/th if were }'=' 2>/.er)/}'=' 2>/.$ac_objext }'=' 2>/.$ac_ext
ac_cv_c_unc_ilci_gnu=$ac_unc_ilci_gnu

/.*s_ LC_TIME
doe $es_hav ("'sER  ($ec_cv_c_unc_ilci_gnutche5
cho aIM{ECHO_T}9ec_cv_c_unc_ilci_gnutche6; shGCC=`if te$ c_unc_ilci_gnuled.
fi

ieho a.
f`h c_tf t_CFLAGS=${CFLAGS}
as_$_c_s(ev_CFLAGS=$CFLAGS
s_ LC_TIME
doe $es_hav (checretu whet[12l$CC accepds -u_ahe5
cho a$ECHO_N "checretu whet[12l$CC accepds -u   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_cc_g}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_s(ev_c_wset +_flag=ulc_c_wset +_flag
od
ec_c_wset +_flag=y&si


ac_cv_	  |_cc_g e=1ho CFLAGS="-|"
ho eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

int
maiK ()
sl
 
 thireechn 0;
}i
 C(exith if }'=' 2>/.$ac_objexth0
}s_()c_try="$ec_unc_e
i"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_unc_e
i")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/.$ac_objext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_g y&si/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

	CFLAGS="" his s eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

int
maiK ()
sl
 
 thireechn 0;
}i
 C(exith if }'=' 2>/.$ac_objexth0
}s_()c_try="$ec_unc_e
i"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_unc_e
i")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/.$ac_objext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (eva:i/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

	ac_u_wset +_flag=ulc_s(ev_c_wset +_flag
	$CFLAGS="-|"
	 eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

int
maiK ()
sl
 
 thireechn 0;
}i
 C(exith if }'=' 2>/.$ac_objexth0
}s_()c_try="$ec_unc_e
i"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_unc_e
i")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/.$ac_objext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_g y&si/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were }'=' 2>/.er)/}'=' 2>/.$ac_objext }'=' 2>/.$ac_ext
/.*/th if were }'=' 2>/.er)/}'=' 2>/.$ac_objext }'=' 2>/.$ac_ext
/.*/th if were }'=' 2>/.er)/}'=' 2>/.$ac_objext }'=' 2>/.$ac_ext
od
ec_c_wset +_flag=ulc_s(ev_c_wset +_flag
/.*s_ LC_TIME
doe $es_hav ("'sER  ($ec_cv_	  |_cc_gtche5
cho aIM{ECHO_T}9ec_cv_	  |_cc_gtche6; sh0
}
as_f"$ac_tf t_CFLAGStc= PAT=1
  echoCFLAGS=$ac_s(ev_CFLAGS
/\ ()ho sh9ec_cv_	  |_cc_g 	t.
f  if (eva"x$
as_f"$GCC
 od.
f  if (evao CFLAGS="-| -O2"
ho)lsde=1
 CFLAGS="-|"
hoipt/\1/
	 "x$
as_f"$GCC
 od.
f  if (evao CFLAGS="-O2"
ho)lsde=1
 CFLAGS=
hiipt/.*s_ LC_TIME
doe $es_hav (checretu  typ$CC opd MK
hoaaccepd ISO C89_ahe5
cho a$ECHO_N "checretu  typ$CC opd MK
hoaaccepd ISO C89   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=1 c_s(ev_CC=9CCceltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/s)
	.h>
/*
Mong r-3ts pfelf
wunkn 2>/sl
		;stolen  FS=$RCS 5.7's src/c'='.sh^  */
struct bu
}s_et $x  a 
FILE * (*rcsopen) (struct bu
}*,-ptruct s)
	}*,-et );
s)
	ic; hRr *e (p,-e)eho a  hRr **p this set $i;
{thireechn p[i];
}is)
	ic; hRr *f_(ehRr * (*g)_(ehRr **,-et ),  hRr **p,    )
{thi hRr *s thiva_long v thiva_pte1; (v,p) thisc= g (p,-va_arg (v,et )) thiva_esh)(v) thireechn s;
}i
/*
OSF 4.0 Cnc_aq ccstcooltersort r-3alm.
f-ANSICim dTURER . sI--hasthisfunn
;MK
	  totypes an;-ptuff,-st $st -'\xHH' hexi hRracen
nc'= thnts_Sn lT		sesdofaul	  v ke lusqet + unfo tuontely,se; tveed
		;silent int	os=-v
od
es 'x'. sTs pfelf
wunkninduhasslusqet +, untilhastdstcoadd
ed '/gAT>-np	    r ANSICmodi.  Curl ne in'\x00'!='x'3alwayf uncass	mp$erue,a/$as_(evaoarray;size	atu_e1; . sI-'e nes3)
anul1o writc '\x00'==0d '/gAToolteomIFg
od
h[at'e erue\s` in; expastd^  */
et $osf4_cc_array;['\x00' =	t0a? 1 : -1];

/*
IBM C 6  typOIXstcoalm.
f-ANSICim dTURER ,-st $ig "'plahassmacro pRrateoess hise; id*\otrIFgs an;- hRracen
nc'= thnts_  */
#def nr FOO(x) 'x'
et $xlc6_cc_array[FOO(a) =	t'x'3? 1 : -1];

et $
as_f(et $i,sdou001tx);
s)ruct s1 {et $(*f)f(et $a);};
s)ruct s2 {et $(*f)f(dou001ta);};
et $paira assf(et ,  hRr **, FILE *(*)(struct bu
}*,-ptruct s)
	}*,-et ),-et ,-et );
et $argc;
 hRr **argv;
int
maiK ()
slreechn f_(e,aargv, 0)c
	targv[0]  i|e f_(e,aargv, 1)c
	targv[1];
 
 thireechn 0;
}i
 C(exi/$as_c_arg iK '' -qlanglvl=extc89 -qlanglvl=a; ihastds\
	-A: "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENn 0
S__"i 2>-nCC=fuec_s(ev_CCh9ec_arg"
unth if }'=' 2>/.$ac_objexth0
}s_()c_try="$ec_unc_e
i"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_unc_e
i")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/.$ac_objext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_argi/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were }'=' 2>/.er)/}'=' 2>/.$ac_objext
 )ho shellec_cv_	  |_cc_c89tc
	tx3no_a >/un th

  alth if }'=' 2>/.$ac_ext
CC=9ec_s(ev_CC
h/.*# AC_CACHE_VALself: "llec_cv_	  |_cc_c89tciKehox)eho as_ LC_TIME
doe $es_hav ("'sER  (none se
eedtche5
cho aIM{ECHO_T}none se
eedtche6; s e thi3no)eho as_ LC_TIME
doe $es_hav ("'sER  (unsuppo tedtche5
cho aIM{ECHO_T}unsuppo tedtche6; s e thi*)eho aCC=fu_Ch9ec_cv_	  |_cc_c89teho as_ LC_TIME
doe $es_hav ("'sER  (lec_cv_	  |_cc_c89tche5
cho aIM{ECHO_T}9ec_cv_	  |_cc_c89tche6; s e tture.//ac_ext=  ac_cpp='$CPP $CPPFLAGS'/ c_c'c_ilc='$CC -c $CFLAGS $CPPFLAGSmwe c 2>/.$ac_extahe5'/ c_	;;k='$CC -omwe c 2>/$ac_exeexta$CFLAGS $CPPFLAGSm$LDFLAGS we c 2>/.$ac_exta$esBSahe5'/ c_unc_ilci_gnu=$ac_cv_c_unc_ilci_gnu//ec_aux_ tr=i/$as_c_ trmiK "$srce sh)"$srce s/..h)"$srce s/../..ho) 2>-n"x$tf teafd"$ c_e s/e; thll-sh"n 
  echod
ec_aux_ tr=$ c_e schod
ec_e; thll_sh="$ec_aux_ tr/e; thll-sh -cteho aun th
 o/\ ()ho shafd"$ c_e s/e; thll.sh"n 
  echod
ec_aux_ tr=$ c_e schod
ec_e; thll_sh="$ec_aux_ tr/e; thll.sh -cteho aun th
 o/\ ()ho shafd"$ c_e s/shtool"n 
  echod
ec_aux_ tr=$ c_e schod
ec_e; thll_sh="$ec_aux_ tr/shtool e; thll -cteho aun th
 oipt
  al"x$ho sha(emulc_aux_ tr
  if (evas_s_ LC_TIME
doe $es_hav (set +x;otest -f; t e; thll-sh $ase; thll.sh iK \"$srce s\" \"$srce s/..\" \"$srce s/../..\" ahe5
cho aIME
doe (set +x;otest -f; t e; thll-sh $ase; thll.sh iK \"$srce s\" \"$srce s/..\" \"$srce s/../..\" ahe2;shho s_func_ret_success fan sh/.*/#lT		sesthreer ##

# Be 
		;undocuos=-menan;-unsuppo ted,ullan;-
		;intesh
ed '/br); exdrawn IFId  uechopON+set}" re_e1;  tthT		y-# - ux* \
serl nem	  # Bmsn"x$avbuilder's sourcr)treeris IFId e sectoryeaswhlatmfc_faa as_as_maiKs unusu$0" hRracen
s./ac_c'='"$_gu3)
="$SHELL $ec_aux_ tr/c'='"$.gu3)
"ho#
P_e1; tdofaulu.*\		Sse ##./ac_c'='"$_sub="$SHELL $ec_aux_ tr/c'='"$.sub"ho#
P_e1; tdofaulu.*\		Sse ##./ac_c'='"$cho="$SHELL $ec_aux_ tr/c'='"$cho"ho#
P_e1; tdofaulu.*\		Sse ##./*/#lFish)a goot e; thllm	  | *-.  Waspr2fcisa C 	  | *-l(f1; er),ull	o
one script	Sseas goot  snonsh[12.  Bmp$avoidcnextbrokenoor
" IFunc_atino
cs
		;;
s:
" SysV /etc/e; thll, 
# Besbin/e; thll
" SunOS 
# Beetc/e; thll
#sIRIX esbin/e; thll
" OIXs/bin/e; thll
" OmigaOS 
C/e; thll, e=0
ire; thlls bootblocrs on floppyad  cs
" OIXs4 
# Bebin/e; thllbsd, e=0
irdo		faulwarkp* | out a -g flag
" OFS 
# Beafswsebin/e; thll, e=0
irmishan;l		;stn/dis;et $args
" SVR4 
# Beucb/e; thll, e=0
irtriBe tos* \
e_restn/dis;et $group " thff"
evOS/2's sys;em e; thll, e=0
irh sno unc_letely differ----semantic
ev./e; thll, e=0
ir# - b*\set ne ne inc	os=-vCim mes f FS=$./e; thll.sh.
s_ LC_TIME
doe $es_hav (checretu  typa BSD-unc_atino
ce; thll_ahe5
cho a$ECHO_N "checretu  typa BSD-unc_atino
ce; thll   e$ECHO_C_ahe6; sh0
}
as_fa(emuINSTALL
  if (e0
}
as_f"${ac_cv_	ath_e; thll}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _   (ev_IFS=$IFS; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 " Occoun -/$aspeo__emwhl pmp$erailunk slash
srIFIll" o/\eos=-s./a1; the
d tr/ciKeho./i  .//i  /cC/fi  \ehoeetc/fi  
# Besbin/fi  
# Beetc/fi  
sbin/fi  
# Beafswsebin/fi  \eho?:\\/os2\\/e; thll\\/fi  ?:\\/OS2\\/INSTALL\\/fi  \ehoe# Beucb/*a) e thi*)eho aevOSF1lan;-SCO ODT 3.0rh ve t.2trmownda assff$ase; thll.eho aevDofaulu.*\e; thllbsdf FS=$OSF sincr)it	S; thlls ptuff  snrooteho aevim dTURER .eho a/$as_c_0  |	S -ge; thllmscoe; t	S; thll; do echo	 /$as_c_ed_f_extaiK '' $ c_q
ired=no
_extens;;
fo) 2>	"x${$if teafd"$ s_ tr/$ec_0  |$_c_ed_f_exth) >/ yes &ired=no
_pd"$ s_ tr/$ec_0  |$_c_ed_f_exth  a  if (e	 
"x$if te$_c_0  |	= e; thllm


	$ hogrepsdspmsgd"$ s_ tr/$ec_0  |$_c_ed_f_exth)>/dev/nc_fa  }1  if (e	 
	 " OIXst; thll. sI--has_ortinunc_atino
cchllunk c'=vs=-;;
.e	 
	 :e	 
/\ ()ho sh9ec_0  |	= e; thllm


	$ hogrepspwplnem"$ s_ tr/$ec_0  |$_c_ed_f_exth)>/dev/nc_fa  }1  if (e	 
	 " 	  | *--specific e; thllmscript	us-vCim HPspwplne--dofaulu.*.e	 
	 :e	 
/\sde	od
 ac_cv_	ath_e; thll="$ s_ tr/$ec_0  |$_c_ed_f_ext -cte	ho aun th 3e	ho/.*	"i his  o X/"$s  o X/"$s  oe tture. X/"$IFS=$    (ev_IFSc

"i hi0
}
as_f"${ac_cv_	ath_e; thll}
as_tc= PAT=1
  echo sINSTALL=9ec_cv_	ath_e; thll
ho)lsde=1
 " Osno lang "'sort,s* \
e_reslow sh
llmscript. sDofaulcache ae=1
 "  #iu' /$asINSTALLp* | IFId sourcr)e sectory,lenix* \
e_at_in teho aevin th sh[12 packages;usunkntieacache 0
}
iat_e sectory	Sseho aevremoved,C$asi-3ts p #iu' Ssea re_ativ&1`");.chohoINSTALL=9ec_e; thll_sh
hiipt/.*s_ LC_TIME
doe $es_hav ("'sER  (lINSTALL
che5
cho aIM{ECHO_T}9INSTALL
che6; sh
#
Useo 2>/da(eenix* \
SunOS4 shrmishan;l		;brahassiK ${ ##- #i}.
#
It_omIFksm68*- 2rs -cllatmbraha
eshs3ts p #0 0001t	ubstitu-;;
.e
as_fa(emuINSTALL_PROGRAMh) >/INSTALL_PROGRAM='${INSTALL}'
e
as_fa(emuINSTALL_SCRIPTh) >/INSTALL_SCRIPT='${INSTALL}'
e
as_fa(emuINSTALL_DATAh) >/INSTALL_DATA='${INSTALL} -m 644'h
#
Mes fne_diwtm# - run\c'='"$.sub.
$SHELL "$ec_aux_ tr/c'='"$.sub"hsun4)>/dev/nc_fa  }1 ||evas_s_ LC_TIME
doe $es_hav (set +x;otest -run\$SHELL $ec_aux_ tr/c'='"$.sub"hhe5
cho aIME
doe (set +x;otest -run\$SHELL $ec_aux_ tr/c'='"$.sub"hhe2;shho s_func_ret_success fan sh
s_ LC_TIME
doe $es_hav (checretu build sys;em type_ahe5
cho a$ECHO_N "checretu build sys;em type   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_build}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_build_alias=$build_alias
ho shellec_build_alias
 odem


	 _c_build_alias=`$SHELL "$ec_aux_ tr/c'='"$.gu3)
"`
ho shellec_build_alias
 odem


	 s_s_ LC_TIME
doe $es_hav (set +x;otest -gu3)
 build type;se
  mus*-specify
one"hhe5
cho aIME
doe (set +x;otest -gu3)
 build type;se
  mus*-specify
one"hhe2;shho s_func_ret_success fan shac_cv_build=`$SHELL "$ec_aux_ tr/c'='"$.sub"hlec_build_alias` ||evas_s_ LC_TIME
doe $es_hav (set +x;$SHELL $ec_aux_ tr/c'='"$.subhlec_build_alias(failel"hhe5
cho aIME
doe (set +x;$SHELL $ec_aux_ tr/c'='"$.subhlec_build_alias(failel"hhe2;shho s_func_ret_success fan sh
/.*s_ LC_TIME
doe $es_hav ("'sER  ($ec_cv_buildtche5
cho aIM{ECHO_T}9ec_cv_buildtche6; sha1; thec_cv_buildciKe*-*-*) e t*) s_s_ LC_TIME
doe $es_hav (set +x;in #iidc #iu' r-3oteonichl buildtche5
cho aIME
doe (set +x;in #iidc #iu' r-3oteonichl buildtche2;shho s_func_ret_success fan se tture.build=hec_cv_build1 c_s(ev_IFS=$IFS; IFS='-'
pAT xthec_cv_build
shiftsbuild_cpu=$1sbuild_vs=dor=$2
shift;oshifts#s|
memb
	,s68*- 2rs -chRracen
nr-3IFS	Sserecdl1o c	os=-t$*,ullq
cepd ; expold sh
lls:sbuild_os=$*$IFS=$ c_s(ev_IFSha1; thbuild_ossiK *\i*) build_os=` LC_TIMbuild_osh)|tement / /-/g'`;; ture.//s_ LC_TIME
doe $es_hav (checretu d.
fosys;em type_ahe5
cho a$ECHO_N "checretu d.
fosys;em type   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_d.
f}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teelld.
f_alias
 ode  if (evaec_cv_d.
f=hec_cv_build1/\1/
	 _c_cv_d.
f=`$SHELL "$ec_aux_ tr/c'='"$.sub"hld.
f_alias` ||evavas_s_ LC_TIME
doe $es_hav (set +x;$SHELL $ec_aux_ tr/c'='"$.subhld.
f_alias(failel"hhe5
cho aIME
doe (set +x;$SHELL $ec_aux_ tr/c'='"$.subhld.
f_alias(failel"hhe2;shho s_func_ret_success fan sh/.*//.*s_ LC_TIME
doe $es_hav ("'sER  ($ec_cv_d.
ftche5
cho aIM{ECHO_T}9ec_cv_d.
ftche6; sha1; thec_cv_d.
foiKe*-*-*) e t*) s_s_ LC_TIME
doe $es_hav (set +x;in #iidc #iu' r-3oteonichl d.
ftche5
cho aIME
doe (set +x;in #iidc #iu' r-3oteonichl d.
ftche2;shho s_func_ret_success fan se tture.d.
f=hec_cv_d.
f1 c_s(ev_IFS=$IFS; IFS='-'
pAT xthec_cv_d.
f1shiftsd.
f_cpu=$1sd.
f_vs=dor=$2
shift;oshifts#s|
memb
	,s68*- 2rs -chRracen
nr-3IFS	Sserecdl1o c	os=-t$*,ullq
cepd ; expold sh
lls:sd.
f_os=$*$IFS=$ c_s(ev_IFSha1; thd.
f_ossiK *\i*) d.
f_os=` LC_TIMd.
f_osh)|tement / /-/g'`;; ture.//s_ LC_TIME
doe $es_hav (checretu targATooys;em type_ahe5
cho a$ECHO_N "checretu targATooys;em type   e$ECHO_C_ahe6; sh0
}
as_f"${ac_cv_targAT}
as_tc= PAT=1
  echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teelltargAT_alias
 ode  if (evaec_cv_targAT=hec_cv_d.
f1/\1/
	 _c_cv_targAT=`$SHELL "$ec_aux_ tr/c'='"$.sub"hltargAT_alias` ||evavas_s_ LC_TIME
doe $es_hav (set +x;$SHELL $ec_aux_ tr/c'='"$.subhltargAT_alias(failel"hhe5
cho aIME
doe (set +x;$SHELL $ec_aux_ tr/c'='"$.subhltargAT_alias(failel"hhe2;shho s_func_ret_success fan sh/.*//.*s_ LC_TIME
doe $es_hav ("'sER  ($ec_cv_targATtche5
cho aIM{ECHO_T}9ec_cv_targATtche6; sha1; thec_cv_targAToiKe*-*-*) e t*) s_s_ LC_TIME
doe $es_hav (set +x;in #iidc #iu' r-3oteonichl targATtche5
cho aIME
doe (set +x;in #iidc #iu' r-3oteonichl targATtche2;shho s_func_ret_success fan se tture.targAT=hec_cv_targAT1 c_s(ev_IFS=$IFS; IFS='-'
pAT xthec_cv_targAT1shiftstargAT_cpu=$1stargAT_vs=dor=$2
shift;oshifts#s|
memb
	,s68*- 2rs -chRracen
nr-3IFS	Sserecdl1o c	os=-t$*,ullq
cepd ; expold sh
lls:stargAT_os=$*$IFS=$ c_s(ev_IFSha1; thtargAT_ossiK *\i*) targAT_os=` LC_TIMtargAT_osh)|tement / /-/g'`;; ture.//thT		voliases s ve t.2da assfe_rerecissupplied, wh2>&$Md.
f etc.
#
in thgATooteonichlized.e
as_fanTIMtargAT_alias
 


	 
as_f"$	  | *- 	 efix$	  | *- suffix$	  | *- transfo  _a as_a= \eho  NO_havNEs,x,x, 


	 	  | *- 	 efix=${targAT_alias}-

CPPFLAGS=IM{CPPFLAGS} -D_REENTRANT -D_THREAD_SAFE"c
"x$}
as_f"${CC_tc= "gcc"
if (evao CPPFLAGS=IM{CPPFLAGS} -WotrIct-	  totypes -pipe_h/.*/s_ LC_TIME
doe $es_hav (***
Checretu  typthreads libranuland/typflags(***tche5
cho aIME
doe (***
Checretu  typthreads libranuland/typflags(***tche6;shhhhhhhac_ext=  ac_cpp='$CPP $CPPFLAGS'/ c_c'c_ilc='$CC -c $CFLAGS $CPPFLAGSmwe c 2>/.$ac_extahe5'/ c_	;;k='$CC -omwe c 2>/$ac_exeexta$CFLAGS $CPPFLAGSm$LDFLAGS we c 2>/.$ac_exta$esBSahe5'/ c_unc_ilci_gnu=$ac_cv_c_unc_ilci_gnu//ecx_pthread_ok e=1
# We(recdl1o checr
/$aspthread.hm 2rs ,abut;;	Ssefailsn"x$pthread.h
evrequires speci$0" nc_ilcisflags((e.g. on True64C$asSeq tnS).
#
It_gATs checred  typinm68*-lIFk	;as_fanyway.*/#lFirst r-3all,(checr
i-3ts precishas_fe=t-ny r-3ts pPTHREAD_esBS,ullqtceoesa environos=-r ##

# Be, an;
i-3tsreads linretu wvaks;usunk
#
e_rm:h0
}
as_fx"$PTHREAD_esBS$PTHREAD_CFLAGStc!ode=1
  echod




s(ev_CFLAGS="$CFLAGS"chod




CFLAGS="$CFLAGS $PTHREAD_CFLAGStchod




s(ev_esBS="$esBStchod




esBS="$PTHREAD_esBS $esBStchod




s_ LC_TIME
doe $es_hav (checretu  typpthread_join IFIesBS=$PTHREAD_esBS ; expCFLAGS=$PTHREAD_CFLAGStche5
cho a$ECHO_N "checretu  typpthread_join IFIesBS=$PTHREAD_esBS ; expCFLAGS=$PTHREAD_CFLAGS   e$ECHO_C_ahe6; shhod




eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();
int
maiK ()
slreechn pthread_join ();
 
 thireechn 0;
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaecx_pthread_ok y&si/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were }'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TIME
doe $es_hav ("'sER  ($ecx_pthread_oktche5
cho aIM{ECHO_T}9ecx_pthread_oktche6; shhod




0
}
as_fx"$ecx_pthread_oktc=i3no=1
  echod












PTHREAD_esBS="" his s 









PTHREAD_CFLAGS="" his s ; "i hid




esBS="$s(ev_esBS"chod




CFLAGS="$s(ev_CFLAGS"h/.*/#lWe(mus*-checr
/$asts pthreads libranulundcisa numb
	
r-3differ---/#la ass=1
  C$adciunkniscs
	y impo tant;enix* \
oltersys;ems
" (e.g. DEC)rh ve bsh[ -lpthreadIdsh)-lpthreads, whrvelone r-3ts 
" libraniBe tcobroken (eon-POSIX).*/#lC	os=-tl ling r-3tsreadIflags(hoat e. sI-Bmsnpte1;etu ; expa "-"-
		/#lC" nc_ilcisflags, an;
sh[12 i-Bmsn
		;libranula ass,lq
cepd /$as"stn/"easwh0
ire;dichtssfe_at_west ep* | out any flags(at3all,(an;
"pthread-c'='"$"easwh0
iresea 	  | *-lreechnunkntieaflags(/$asts pPexpemul   MK
libranu.//ecx_pthread_flags="pthread	;stn/ -KtsreadI-ktsreadIltsreadI-ptsreadI-ptsreads -mtsreads ptsreadI--thread-safe -mt pthread-c'='"$"e/thT		v$adciunkn*is* (olteoiass) impo tant. sSlternotssfon3ts 
" e;dividu$0"i-Bmsnfelf
w:e/thptsreads: OIXs(mus*-checr
;	Ssebefere -lpthread)
#\stn/: iK*}as pthreads 
		;in
libc; 
case $bastriBdebefere -KthreadIdsh
#\\\\\\\sh[12  nc_ilcisflags(hoaprevs=- as_m-tt$0" nc_ilciswahnunks
" -Kthread:sSeq tnS (threads in
libc,abut;-KthreadIse
eed
/$aspthread.h)
#\-ktsread: FreeBSD kehnelpthreads (pr2fcircdl1o -ptsreadIsincr)SMP-=no
)
#\ltsread: L-ttxTsreads port rn FreeBSD (also pr2fcircdl1o -ptsread)
#\-ptsread: L-ttx/gcc (kehnelpthreads), BSD/gcc (recildsh)e_reads)
#\-ptsreads: Solanis/gcc
#\-mtsreads: Munkw32/gcc, Lynx/gcc
#\-mt:
Sun WvakshoplC"(may s` inlIFk	SunOS threads [-ltsread],-st $ig
#\\\\\\do		faulhurtl1o checr
sincr)
itcodlteoiass def nrs ptsreads(hoo;
#\\\\\\also def nrs -D_REENTRANT)/thptsread: L-ttx,lqtceoesa
#\--thread-safe: KAI C++/thptsread-c'='"$:s* \
ptsread-c'='"$ 	  | *-l(f$asERSIPexplibranu)
self: "${d.
f_cpu}-${d.
f_os}" iKeho aaaaa*solanis*)
asERSIPex]*\)c_s)
	us)n(teoinmtsreadsl1oes3)
any;sizee.g.  /etc/e;ldsadIs0" hRracenstubbs pfels)n(teoC	os=pes an;-al)  /etc/e;esBS,ull\\\\\alsor3alT)/td '/kds [-b-${ pfels)n(teo  FS=$hlize=-vCim mes fsuccd.h3ts(We	atuh[at_ds [-t $osfP-=no
)
orpfels)n(teo/: iK*}as.)ts(* (ostubcase $e t.2ss)thread	;
#
Chup_push' Sseralcistfels)n(teoaypes an;-p;
.e-dofauef nr hised '/know_cv_exreads libranasn"x$ptfels)n(teo slapoetsnc_ilciswvaky'ulcatubcis	  dooset}" re_e1; adIs.)tsSo,tfels)n(teo e'ulcjefer-has librads ptsreawhrvelone r-3efails:s)
	us)n(ts="pthread	;stn/ -Kds -mtsreads ptsreas -mtsreamttche5
cho aIM{stn/ ="$s(ev_CF=  ac_cppthread_oktc=i3no=1
  echod












f6;shhhh>-nif t5
cho aIM{stn/ afd"$ c 2>/.$ac_ *\ihhhh>-n
PTHREAD_CFLAGS="read)
PTHREAD_CFLAGS="es_hav (checretu whet[12l$CC accepds -u_ads ptsreag flag
" OFS 
(an;
"pt_N "checretu whet[12l$CC accepds -u  ds ptsreag flag
" OFS 
(an;
"pt; shhod




eltu>we c 2>/.$a$s(ev_CF=   c 2>/.$a$s(ev_CF-*)
PTHREAD_CFLAGS="es_hav (checretu whet[12l$CC accepds -u_ads ptsreag flag
" \ihhhh_N "checretu whet[12l$CC accepds -u  ds ptsreag flag
" \ihhhh; shhod




eltu>we c 2>/.$a$s(ev_CF" his s ; "i hidihhhh_ c 2>/.$a$s(ev_CF=   		  | *-l(f$asER) 		# Extereccen
nr-3IFSg fdesBSeaswh0
iresea 	 d '/kite inc	osunkntieaflusu$0lC" ncrpt;rgAT1dummy	  | *-l(f$asER; LC_g fds#s|es_hav (checretu  typ$CC opd MK
hoaaccLC_g fd_N "checretu  typ$CC opd MK
hoaaccLC_g fd; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_tc= P t5
cho aIM{f$asER echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teelltargAT_alias
s
 

 t5
cho aIM{f$asER"  |_cc_c89 9ec_argi/ t5
cho aIM{f$asER=

 t5
cho aIM{f$asER"teoLeh}
a-circuixeexta"x$anulu



elltar; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 " Occoun -/$aspeiK '' $ c_q
ired=no
_extens;;
fo) 2>	"x${$if teafd"$/opc_le/$ec_0  |$_c_ed_f_extg fd/ yes &ired=no
_pd"$ s_ tr/$ec_0  |$_c_ed_f_extg fd/ yes &ired=noff_unc_ilunk 9 9ec_argi/ t5
cho aIM{f$asER=
if alunk _hav (checretu  typ$CC tq
ir$_c_ed_f_extg fd/ yes &ired=nos)
	us	"i his 2
sha(emulc_v_IFSc

"i hi0
}
as_f"$ x_ tr
  if (evec_argi/ t5
cho aIM{f$asER"=
h/\1/
	 argi/ t5
cho aIM{f$asER=
nochecrecr t5
cho aIM{f$asER= (evec_argi/ t5
cho aIM{f$asER
T_alias
s
 

 t5
cho aIM{f$asER"  |_cc_c8es_hav ("'sER  ($ecx_pthread_oktche5
cho aIM{f$asER"=_T}9ecx_pthread_oktche6; shhod

f$asER"=_Tac_cvIME
doe $_hav ("'sER  (none se
eedtche5
cHO_T}none se
eedtche6; "=_Tac_cvecr
 		thread_oktc=i3no=1
  ecf$asER"=










 thec_le
i/"$s 	" his s ; "i hid`  | *-l(f$asERS--c;
"pt`"s 	" his s "chod
`  | *-l(f$asERS--ld;
"pt` `  | *-l(f$asERS--libt`"s 	=   c 2>/.$a$s(ev_CF*)
PTHREAD_CFLAGS="es_hav (checretu whet[12l$CC acce   MK
lids ptsrea
cepd /$-lihhhh_N "checretu whet[12l$CC acce   MK
lids ptsrea
cepd /$-lihhhh; shhod




eltu>we c 2>/.$a$s(ev_CF" his s "chod
-lihhhh_ c 2>/.$a$s(ev_CF=  $s(ev_CFac_cpp$s(ev_CFtchod




esBS="$PTHREAD_eLAGS"chod




CFLAGS="$CFLAGS sBS $esBStchod




s_ LC_TIME
doe $$PTHREAD_CFLAGStchod




s(ev_esBtfels)n(teoCeads libr-3tsavbupes an;-s 	  | befer	.h>
/*
sread: Fr,tfels)n(teoiass de.g. pes an;-soff_c	os hises 	 (Oanyway in
lib,o etfels)n(teoatuh[aisflags((hhhh>/$aspthreat_hll.sef nrhthrs(hoaprevs.)tfels)n(teoWead.hm 2rs ,abut;;	reechni matc[ ttryeaswhelone r-3e;-pll
"tfels)n(teo s
in o=1
  ecftsreadiKthreadIs 	  | d.hm 2rs ,abut;;	rattr_iniptfels)n(teodut +.cDEC crazT)/ts-t $osflone r-3t 	  | d.hm 2rs tfels)n(teothread	;
#
Chup_pushni matc[ ttryearaniBe tco fewothread	tfels)n(teopes an;-soonmtsreadslseho ahecr
sinadIda 	os=pes an;-alsadIs0atub.tfels)n(teoWeaflago=1
  ecftsreadonmgenafevoidassiphe6; c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msread: Fr>eechn pthread_jo=1
  ech}
a;,abut;;	reech(th i|e; c 2>/.$a$s(ev_CFFFFFFabut;;	rattr_inip(|e;othread	;
#
Chup_push(0 i|e; c 2>/.$a$s(ev_CFFFFFFabut;;	rftsrea(0 0 0 0e;othread	;
#
Chup_pop(00;
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaecx_pthread_ok y&si/\1/
	 cho aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were }'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ 2>/.$s(ev_esBS"chod




CFLAGS="$s(ev_CFLAGS"h/.*/#lWe(mus*-chIME
doe $es_hav ("'sER  ($ecx_pthread_oktche5
cho aIM{ECHO_T}9ecx_pthread_oktche6; shhod




0
}
as_fx"$ecx_pthread_os
 od3no=1
  echod



LAGS="-O2"
ho)))))))))))))  al/\



esBS="$s



esBS=his s 









PTHREAD_" his s ; "i hid

v_IFSecr
/$V3tsavbulags(ho.hm sREAD_esBS$s
 od3no=1
  echod



LAGS="-O2"
ho)))))tchod




esBS="$PTHREAD_esBS $esBStchod




s_ LC_TIME
doe $LAGS"chod




CFLAGS="$CFLAGS $PTHREAD_CFLAGStchod




s(ev_esBtfels)n(teoDet -un;	Sslossag-lwibc; 
case $ FS=$./eho se6t/a/$as_c_0  tfels)n(teoaos=-
	 JOINABLE attribjen
 diffenef nr dardlusu$0(UNDETlec_D).IME
doe $es_hav ("'sER  ($ecx_pthl$CC acce   Meech
.e
ahreads, wttribjen_N "checretu whet[12l$CC acce   Meech
.e
ahreads, wttribjen; shhod




eltu>we c 2>/.$ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msread: Fr>eechn pthread_j*argvttr=hod




s


TE_JOINABLE;
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaecx_pthread_ok yo ahod




s


TE_JOINABLE
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

	ac_u_wset +_flago aunpoetn}'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TIME
doe $thread_oktchod



unpoetnS="-O2"
ho)))))))))))))c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msread: Fr>eechn pthread_j*argvttr=hod




s


TE_UNDETlec_D;
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaecx_pthread_ok yo ahod




s


TE_UNDETlec_D
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

	ac_u_wset +_flago aunpoetn}'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TIME
doe $"$s(ev_esBSthread_oktchod



shod




s


TE_JOINABLE;ead_ok$ac_exta<<
/.$ac_e<<\' 2>/.$x'
et $xhod




s


TE_JOINABLE cho=' 2>/.$IME
doe $"$s(ev_esBSes_hav ("'sER  ($ecx_pthread_oktc{ok}HO_T}9ecx_pthread_oktc{ok}HO_T
as_fx"$ecx_pthread_oktchod



unpoetnS="-O2"
ho)))))))))))))es_hav ("'sER  ($ecx_pthWARNING:knowdo hRrapoet het q
cepd ; eeech
.e
ahreads,sHO_T}9ecx_pth | *-lwWARNING:knowdo hRrapoet het q
cepd ; eeech
.e
ahreads,sHO_Tt_succedoe $"$sIME
doe $es_hav ("'sER  ($ecx_pthl$CC accethrm/}'=sflags((hhhhcase $" nc_il
#\-ktsread: t_N "checretu whet[12l$CC accethrm/}'=sflags((hhhhcase $" nc_il
#\-ktsread: t; shhod




eltu>we c 2>/.$awset no c 2>/.$a}-${d.
f_os}" iKeho aaaaa*solanis*)
asERSSSSSSSSS*-aix_cho -freebsdac_/.$awset "
"x$}
as_f"${CC;; c 2>/.$a$s(ev_CFIPex]*\)ccho -osfccho -hpuxac_wset "
"xread: L-t"=  $s(ev_CFac_cp(ev_esBSes_hav ("'sER  ($ecx_pthread_oktc{wset}HO_T}9ecx_pthread_oktc{wset}HO_T
as_fx"$ecx_pthread_os
 aco}'=!











PTHREAD_esBS="" his s 

; "i hidihhhhtchod




s(ev_esBS="$esBS"$sIME
doe $"chod




CFLAGS="$s(ev_CFLAGS"h/.*/#lWe(mus*-chIME
doe $# M/}'=;	Sslossag-lwbefereaprevs-t $oscc_ tfels)n(teoExtereccen
nr-3IFSg fdesBSecc_  d '/kite inc	osunkntieaflusu$0lC" ncrpt;rgAT1dummy	cc_ ; LC_g fds#s|es_hav (checretu  typ$CC opd MK
hoaaccLC_g fd_N "checretu  typ$CC opd MK
hoaaccLC_g fd; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_tc= Phod




sC echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 "x$if teelltargAT_alias
s
 

hod




sC"  |_cc_c89 9ec_argi/hod




sC=

hod




sC"teoLeh}
a-circuixeexta"x$anulu



elltar; IFS=$ll" || test -f { (exit trmiK $ll" 
st -nIFS=$    (ev_IFScho 2>/da(emulate sh) >/ds_ tr=. 	 " Occoun -/$aspeiK '' $ c_q
ired=no
_extens;;
fo) 2>	"x${$if teafd"$/opc_le/$ec_0  |$_c_ed_f_extg fd/ yes &ired=no
_pd"$ s_ tr/$ec_0  |$_c_ed_f_extg fd/ yes &ired=noff_unc_ilunk 9 9ec_argi/hod




sC=
cc_  lunk _hav (checretu  typ$CC tq
ir$_c_ed_f_extg fd/ yes &ired=nos)
	us	"i his 2
sha(emulc_v_IFSc

"i hi0
}
as_f"$ x_ tr
  if (evec_argi/hod




sC"t
h/\1/
	 argi/hod




sC=

 (evahecrecrhod




sC= (evec_argi/hod




sC
T_alias
s
 

hod




sC"  |_cc_c8es_hav ("'sER  ($ecx_pthread_oktchod




sC"t_T}9ecx_pthread_oktchod




sC"t_Tac_cvIME
doe $_hav ("'sER  (none se
eedtche5
cHO_T}none se
eedtche6; "=_Tac_cvecr
 lang "'so="" his s 

; |_cc_checr

 e; thllalsiles_ tr/'=;CTION-IF-FOUND/;CTION-IF-NOT-FOUND:pthread_oktc=i3no=1
  echod



LAGS="-O2"
ho)))))sBS $esBStchod




s_ LC_T; $PTHREAD_CFLAGStchod




s(ev_es; sC=

hod




sC"; .$ac_ex=

 .$ac_ex}tc{hod




s(ev_e}="$s(ev_CF: lang "'so="" =1
# We(recdl1o cheecr tCPP $CPPFLAGS'/ c_c'c_ilc='$CC -c $CFLAGS $CPPFLAGSmwe c 2>/.$ac_extahe5'/ c_	;;k='$CC -omwe c 2>/$ac_exeexta$CFLAGS $CPPFLAGSm$LDFLAGS we c 2>/.$ac_exta$esBSahe5'/ c_unc_ilci_gnu=$ac_cv_c_unc_ilci_gnu//ecx_pthread_ok e $es_hav (***
Checretu  typthrPar.2ss) ISO CIME
doe (***
Checretu  typthrPar.2ss) ISO CIME
doe (=  ac_eoCeads pds -u  --lC" -ssl u^/ given.v_	  |_cc_c8lC" _ssl echocho a$ECHO_N "(clC"  }5=$lC" _ssl;FLAGS} -Wot-Ic8lC" _ssl}/	.h>
/*
rIct-	  tot"; .$ac_ex=
-Lc8lC" _ssl}/lib 
 .$ac_ex}s; s_SSL=_c8lC" _ssl}="lang "'s_SSL=_checr

 eeoCeads pds -u  --lC" -t_rsa u^/ given.v_	  |_cc_c8lC" _t_rsa echocho a$ECHO_N "(clC"  }5=$lC" _t_rsa;FLAGS} -Wot-DT_RSA_KEY
"i8lC" _t_rsa}
rIct-	  tot"; C_T_RSA=_c8lC" _t_rsa}="lang "'s_T_RSA=_0checr

 I_OWNER=_cheeoCeads pds -u  --lC" -etnthrea/ given.v_	  |_cc_c8lC" _etnth echocho a$ECHO_N "(clC"  }5=$lC" _etnthst _OWNER=_c8lC" _etntht"; C_OWNER=_c8lC" _etntht""lang "'s_OWNER=_checr

 I_GRP=_cheeoCeads pds -u  --lC" -OS/2'sea/ given.v_	  |_cc_c8lC" _OS/2' echocho a$ECHO_N "(clC"  }5=$lC" _OS/2'st _GRP=_c8lC" _OS/2't"; C_GROUP=_c8lC" _OS/2't""lang "'s_GROUP=_checr

 eoCeads pds -u  --eh
.e
-supthrea/ given.v_	  |_cc_c8eh
.e
_supth echocho a$ECHO_N "(cah
.e
 }5=$eh
.e
_supth; e; thl{ah
.e
 }5}o CPif at
h/$PTHREAD_{CANT -D_THUPERs; s_SUPER="1""lang "'sPTHREAD_{CANT -D_THUPERs; s_SUPER="0checr

 es_hav (***
Checretu  typthreads libranulken (eon-PE
doe (***
Checretu  typthreads libranulken (eon-PE
doe (=  acsBS $es{sBS D_Tlm" $es_hav (checretu targATooys;em tyanuldl
}*,aswheldO_N "checretu  typa BSD-unc_atino
dl
}*,aswheldO; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_dl_dl
}*, echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-ldl s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();dl
}*,aslreechn pthread_join ();dl
}*,aslre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_dl_dl
}*,aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_dl_dl
}*,a ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_dl_dl
}*,HO_T}9ec_cv_targATtche6; shaken_dl_dl
}*,HO_Tac_cv_	  |_cce6; shaken_dl_dl
}*,e5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$x'
et $xHAVEd


DL 1=' 2>/.$IME"chod
-ldl _ LC_TIdoe $es_hav (***
Checretu  tySD-unc_atino
sock*) s_helsock*)_N "checretu  typa BSD-unc_atino
sock*) s_helsock*); sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_sock*)_sock*) echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-lsock*) s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();sock*) slreechn pthread_join ();sock*) slre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_sock*)_sock*)aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_sock*)_sock*)a ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_sock*)_sock*)HO_T}9ec_cv_targATtche6; shaken_sock*)_sock*)HO_Tac_cv_	  |_cce6; shaken_sock*)_sock*)e5
LAGS="-O2"
h"chod
-lsock*) -lnsl s{sBS D
doe $es_hav (***
Checretu  tySD-unc_atino
hstrf te! s_helslowlv_N "checretu  typa BSD-unc_atino
hstrf te! s_helslowlv; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_slowlv_hstrf te! echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-lslowlv s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();hstrf te! slreechn pthread_join ();hstrf te! slre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_slowlv_hstrf te!aIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_slowlv_hstrf te!a ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_slowlv_hstrf te!HO_T}9ec_cv_targATtche6; shaken_slowlv_hstrf te!HO_Tac_cv_	  |_cce6; shaken_slowlv_hstrf te!e5
LAGS="-O2"
h"chod
-lslowlv s{sBS D
doe $es_hav (***
Checretu  tySD-unc_atino
BIO_new s_helcrypto_N "checretu  typa BSD-unc_atino
BIO_new s_helcrypto; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_crypto_BIO_new echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-lcrypto s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();BIO_new slreechn pthread_join ();BIO_new slre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_crypto_BIO_newaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_crypto_BIO_newa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_crypto_BIO_newHO_T}9ec_cv_targATtche6; shaken_crypto_BIO_newHO_Tac_cv_	  |_cce6; shaken_crypto_BIO_newe5
LAGS="-O2"
h"chod
-lcrypto s{sBS D
ddoe (failelm'M t.2ss)OpenSSL (-lcrypto) - aborted'tture.tadoe $es_hav (***
Checretu  tySD-unc_atino
SSL_CTX_new s_helssO_N "checretu  typa BSD-unc_atino
SSL_CTX_new s_helssO; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_ssl_SSL_CTX_new echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-lssl s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();SSL_CTX_new slreechn pthread_join ();SSL_CTX_new slre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_ssl_SSL_CTX_newaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_ssl_SSL_CTX_newa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_ssl_SSL_CTX_newHO_T}9ec_cv_targATtche6; shaken_ssl_SSL_CTX_newHO_Tac_cv_	  |_cce6; shaken_ssl_SSL_CTX_newe5
LAGS="-O2"
h"chod
-lssl s{sBS D
ddoe (failelm'M t.2ss)OpenSSL (-lssl) - aborted'tture.tadoe $es_hav (***
Checretu  tySD-unc_atino
regx_ptaswheloc c osix_N "checretu  typa BSD-unc_atino
regx_ptaswheloc c osix; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_oc c osix_regx_pt echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-loc c osix s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();regx_ptaslreechn pthread_join ();regx_ptaslre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_oc c osix_regx_ptaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_oc c osix_regx_pta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_oc c osix_regx_ptHO_T}9ec_cv_targATtche6; shaken_oc c osix_regx_ptHO_Tac_cv_	  |_cce6; shaken_oc c osix_regx_pte5
LAGS="-O2"
h"chod
-loc c osix s{sBS D
ddoe (
"'so="" tchod




esBS="$PTHREAD_esBS $e-loc cs_ LC_TIME
doe $es_hav (checretu  typpthread_join IFIregs_ taswheloc c osix_N "checretu  typa BSD-unc_atino
regs_ taswheloc c osix; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_oc c osix_regs_ t echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-loc c osix s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();regs_ taslreechn pthread_join ();regs_ taslre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_oc c osix_regs_ taIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_oc c osix_regs_ ta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_oc c osix_regs_ tHO_T}9ec_cv_targATtche6; shaken_oc c osix_regs_ tHO_Tac_cv_	  |_cce6; shaken_oc c osix_regs_ ta5
LAGS="-O2"
h"chod
-loc c osix -loc cs_


CFLAGS="doe (fa"chod




CFLAGS="ecr

oe $es_hav (***
Checretu  tySD-unc_atino
mallotaswheltcmallot_N "checretu  typa BSD-unc_atino
mallotaswheltcmallot; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_tcmallot_mallot echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-ltcmallot s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();mallot slreechn pthread_join ();mallot slre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  aa


	$s_)c_try='ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_tcmallot_mallotaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_tcmallot_mallota ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_tcmallot_mallotHO_T}9ec_cv_targATtche6; shaken_tcmallot_mallotHO_Tac_cv_	  |_cce6; shaken_tcmallot_mallota5
LAGS="-O2"
h"chod
s{sBS D_Tltcmallot_h'=' _	  |_cc_c89}
as_ken_tcmallot_mallotocho 
nocS="-O2"es_hav (***
Checretu  tySD-unc_atino
mallotaswhelhoafd_N "checretu  typ$CC opd MK
hoaacmallotaswhelhoafd; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_ken_hoafd_mallot echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89 e=D-un_ken_tchod




c_ilc
"chod
-lhoafd s_ LC_TIc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();mallot slreechn pthread_join ();mallot slre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_ken_hoafd_mallotaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_ken_hoafd_mallota ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI




c9 e=D-un_ken_tchod



oe $es_hav ("'sER  ($ec_cv_targATtche5
cho ken_hoafd_mallotHO_T}9ec_cv_targATtche6; shaken_hoafd_mallotHO_Tac_cv_	  |_cce6; shaken_hoafd_mallota5
LAGS="-O2"
h"chod
s{sBS D_Tlhoafd_h'=' oe $es_hav (***
Checretu  tySD-unc_atino
abut;;	rattr_a$Ef (cksiz[ ts 




c_ilc0lC" nsPTHREA
CFLAGS=N "checretu  typ$CC opd MK
hoaacabut;;	rattr_a$Ef (cksiz[ ts 




c_ilc0lC" nsPTHREA
CFLAGS; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny GCC internal
	  totype
hoaavoidclusqet +.chohUseo hRr enix* \
et $mersi matc[ ts preechn type
r-3a GCCchohbuiltIFIdsh)e_rn I/sl
	guos=-
	  totype
wase $stn thapply^  */
#ifdef __cplneplne
extehn "C"/=eshifl hRr pthread_join ();abut;;	rattr_a$Ef (cksiz[ slreechn pthread_join ();abut;;	rattr_a$Ef (cksiz[ slre}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8sPTHREAD_{CANT -D_THNEED_STACK"
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were h'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TIes_hav ("'sER  ($ec_cv_targATtchOKHO_T}9ec_cv_targATtchOKHO_Tac_cv es_hav (***
Checretu  typthreads libranulh;;	er f:_a-PE
doe (***
Checretu  typthreads libranulh;;	er f:_a-PE
doe (=  acatCPP $CPPFLAGS'/ c_c'c_ilc='$CC -c $CFLAGS $CPPFLAGSmwe c 2>/.$ac_extahe5'/ c_	;;k='$CC -omwe c 2>/$ac_exeexta$CFLAGS $CPPFLAGSm$LDFLAGS we c 2>/.$ac_exta$esBSahe5'/ c_unc_ilci_gnu=$ac_cv_c_unc_ilci_gnu//ecx_pthread_ok es_hav (***
Checretu  tySD-unc_athet q
crun
r-3aCe5
e5
ecesse!HO_T}9ec_cvu  typ$CC opd MK
hhet q
crun
r-3aCe5
e5
ecesse!; sh0
}
as_f"${ac_cv# On Sunsd '/metima-P c_c'usu$iffedirectory.v_	  |_ccs
 

c_cat
h/ |_ccsd 

c_ca  |_cc_c8sPP=h'='_	  |_ccsz 

c_ca  |_cc_c8_	  |_cc_c89}
as_tc= Pc_c echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8)n(teoDou.e
aquo |_si matc[ c_c'ueeds q
cbe expuosed_c8)nanulc_c'i
 

c_exE" 

c_exE -tradiSO Cal-AGS" 
/lib/AGS"_c8)ndo c 2>/.9}
5
e5
ecdl1ofa_cc_iK '' $}
5
e5
ecdwarneaco}d=no
_eIME
do c #\
et alh;;	er f:_aHO_he5
 u$iflC" ngccd '/ka$esigurMK
hglibc c #\lC" nc fargh cross-x_pthreaSg fks. c #\PrefeaS<limtot.h> q
c<assert.h> itehnSTDC__ is '
et $dd 'ince c #\<limtot.h> n ssotyev	  on fare nr dMK
hx_pthreas. c #\On
r-3aNeXT, ccexE runs
r-3aco"x$anrough
r-3acopthrea's parser, c #\hRrajeferanrough
AGS. "Syntax f te!HOis hert +.cctype
r-is _iKe.
))c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	
extehnSTDC__v# 	.h>
/*
Mlimtot.h>rea_cc_# 	.h>
/*
Massert.h>read_joi		 2>/.Syntax f te!defs.hu>c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c8:
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c #\Brokenlwas:_s on   }Useinput.
ahel
	ueh'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$ c #\OK,Sg fks on sane _iKesd*\Net ceads pds -u  nonn ssose $h;;	ers c #\ inc	osdet -uedguos=het.
))c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Mac_nonn ssose .h>refs.hu>c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c8#\Brokenlwsuccess on in  }Useinput.
ahel
	uehdoe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c #\Passe_sio" n

h/s. 9}
5
e5
ecdl1o:
i hish'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$ v_IFS#\B matc[ of `i his', efs_PREPROC_IFELSE's cleanMK
hx_/*
ea/ skipped. 2>/.er)/2>/.$ac_objext \hhod


w>/.$_	 $9}
5
e5
ecdl1  |_cc_c8i hish'=' c8)ndonc_c8)n9 9es_tc= Pc_c=
c_c h'='c8sPP=$9 9es_tc= Pc_ce|_cc_c89 e=s_tc= Pc_c=
c_c e $es_hav ("'sER  ($ec_cv_targATtchec_cat_T}9ec_cv_targATtchec_cat_Tac_cv9}
5
e5
ecdl1ofa_cc_iK '' $}
5
e5
ecdwarneaco}d=no
_eIME
do c #\
et alh;;	er f:_aHO_he5
 u$iflC" ngccd '/ka$esigurMK
hglibc c #\lC" nc fargh cross-x_pthreaSg fks. c #\PrefeaS<limtot.h> q
c<assert.h> itehnSTDC__ is '
et $dd 'ince c #\<limtot.h> n ssotyev	  on fare nr dMK
hx_pthreas. c #\On
r-3aNeXT, ccexE runs
r-3aco"x$anrough
r-3acopthrea's parser, c #\hRrajeferanrough
AGS. "Syntax f te!HOis hert +.cctype
r-is _iKe.
))c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	
extehnSTDC__v# 	.h>
/*
Mlimtot.h>rea_cc_# 	.h>
/*
Massert.h>read_joi		 2>/.Syntax f te!defs.hu>c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c8:
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c #\Brokenlwas:_s on   }Useinput.
ahel
	ueh'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$ c #\OK,Sg fks on sane _iKesd*\Net ceads pds -u  nonn ssose $h;;	ers c #\ inc	osdet -uedguos=het.
))c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Mac_nonn ssose .h>refs.hu>c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c8#\Brokenlwsuccess on in  }Useinput.
ahel
	uehdoe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c #\Passe_sio" n

h/s. 9}
5
e5
ecdl1o:
i hish'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$ v_IFS#\B matc[ of `i his', efs_PREPROC_IFELSE's cleanMK
hx_/*
ea/ skipped. 2>/.er)/2>/.$ac_objext \hhod


w>/.$_	 $9}
5
e5
ecdl1  |_cc_c8:
doe (fa{$es_hav (checretu  typpthf te!:aCe5
e5
ecesse!av ec_c\"was:_s sanity ceads
See \`a$esig.log'hoaacm/}'=dets:_s.oe (***
Checretu  tyf te!:aCe5
e5
ecesse!av ec_c\"was:_s sanity ceads
See \`a$esig.log'hoaacm/}'=dets:_s.oe (2;_fx"${s)n sa
1)tture.tac_cv_	h'=' atCPP $CPPFLAGS'/ c_c'c_ilc='$CC -c $CFLAGS $CPPFLAGSmwe c 2>/.$ac_extahe5'/ c_	;;k='$CC -omwe c 2>/$ac_exeexta$CFLAGS $CPPFLAGSm$LDFLAGS we c 2>/.$ac_exta$esBSahe5'/ c_unc_ilci_gnu=$ac_cv_c_unc_ilci_gnu//ecx_pthread_ok  $es_hav (***
Checretu  tySD-unc_atino
e c 2O_he5huos_a-Plo_atc 2$iff*/
-e=N "checretu  typ$CC opd MK
hoaace c 2O_he5huos_a-Plo_atc 2$iff*/
-e; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_tath_GREP echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8# Extrach}
a-cfir_ccg fd of "e c 2ge c " +.ctc[ ts msg output'_	  |_ccsz 

GREPa  |_cc_a$E dummy e c 2ge c ;.9}
5
= Pusu$=$2v_	  |_cc_c89}
as_tath_GREP echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89}
5ath_GREP_ tq
iofa_cc_# Loop$anrough
r-3atc[a's pa" ncos=-|_ccoaacehe6 of PROGNAME-LIST
 hi0
}
as_f=$s_f; s_f=$PATH_SEPARATOR_iK ''c_ed_ ts $PATH$PATH_SEPARATOR/usr/xpg4/bi  do c c

"i hi0
}
as_f" x_ tr
  if (c_ed_"t
h/\c_ed_=.
))iK '' $5
=  ts e c 2ge c ;.do c iK '' $s &ired=d=no
_eGS $CPPcut
.e
_fl hnsO CI;ndo c 2>9}
5ath_GREP=f (c_ed_/$' $5
= $' $s &ired="_c8)n{x_ tr
 f 

9 e5ath_GREP"t
h/ (c_CPPcut
.e
_p 

9 e5ath_GREP"y='h|| ahel
	ueh)n(teoCeads iK 'GNU>9}
5ath_GREPncos=sel -u e.t_	 e.t_s  tq
i. c #\Ceads iK 'GNU>
9 e5ath_GREPs_iKeh`

9 e5ath_GREP"t--versO Cs=$?1`fi  *GNU*)_c89 e=s_tath_GREP=f ( e5ath_GREP"t9}
5ath_GREP_ tq
io:o a*)_c89 e=tq
t=0"(cached)e$ECHO_C0123456789/
	 _c_cv_"a$esBSahein"_c8wh:_aH:
)ndo c 2>/he5"a$esBSahein"5"a$esBSahein"5_"a$esBSahetmS"_c8)nmv "a$esBSahetmS" "a$esBSahein"_c82>/p5"a$esBSahein"5"a$esBSahenl"_c82>ached'GREP'ext5"a$esBSahenl"_c82>

9 e5ath_GREP"t-ed'GREP$'t-ed'-_ahnhRra type)-' <5"a$esBSahenl"5_"a$esBSaheout"s=$/dev/nullh|| i hishc8)ndiff "a$esBSaheout"s"a$esBSahenl"5_/dev/nullh=$?1h|| i hishc8)n9 e=tq
t=`exprce6; stq
t + 1`hc8)n_	  |_cce6; stq
t -gthl{9}
5ath_GREP_max-0}_unc_ilunk c8#\B|_cc_IF '/kfar, tcho e.tbut kec 2loo MK
hoaacac	ottu  onc_c8)nc89 e=s_tath_GREP=f ( e5ath_GREP"_c8)nc89 e5ath_GREP_max=e6; stq
t_c8)n'='c8c8#\10*(2^10) $meriffseinput=seemscm/}'=O_hn  *ough'c8c8 |_cce6; stq
t -gth10t
h/i hishc8donc_c82>/.er)/2>/.$ac=noa$esBSahetmS a$esBSahenl a$esBSaheouto a\"\ME' c8)n$9}
5ath_GREP_ tq
it
h/i his 3hc8donc_donc__donc_c

"i hi0
}
as_f" h'=' GREP=f ( e=s_tath_GREP"'_	  |_ccsz 

GREPa  |_cc_fa{$es_hav (checretu  typpthf te!:ano89 cept
.e
 $9}
5
= Pusu$ a$  */	os tq
itts $PATH$PATH_SEPARATOR/usr/xpg4/bi oe (***
Checretu  tyf te!:ano89 cept
.e
 $9}
5
= Pusu$ a$  */	os tq
itts $PATH$PATH_SEPARATOR/usr/xpg4/bi oe (2;_fx"${s)n sa
1)tture.tac_cv_	h'=' |_cc_c89 e=s_tath_GREP=
GREP"ecr

oe es_hav ("'sER  ($ec_cv_targATtche5
cho 5ath_GREP"t_T}9ec_cv_targATtche6; sha5ath_GREP"t_Tac_cv GREP=f ( e=s_tath_GREP"' $es_hav (***
Checretu  tySD-unc_atino
ee c "  "checretu  typ$CC opd MK
hoaacee c ; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_tath_EGREP echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8_	 achedacho
GREPexE '(a|b)'5_/dev/nullh=$?1fx"$-
	  9}
as_tath_EGREP="
GREPexE"_c8)|_cc_c8)n(# Extrach}
a-cfir_ccg fd of "ee c " +.ctc[ ts msg output'_	  |_ccsz 

EGREPa  |_cc_a$E dummy ee c ;.9}
5
= Pusu$=$2v_	  |_cc_c89}
as_tath_EGREP echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89}
5ath_EGREP_ tq
iofa_cc_# Loop$anrough
r-3atc[a's pa" ncos=-|_ccoaacehe6 of PROGNAME-LIST
 hi0
}
as_f=$s_f; s_f=$PATH_SEPARATOR_iK ''c_ed_ ts $PATH$PATH_SEPARATOR/usr/xpg4/bi  do c c

"i hi0
}
as_f" x_ tr
  if (c_ed_"t
h/\c_ed_=.
))iK '' $5
=  ts ee c ;.do c iK '' $s &ired=d=no
_eGS $CPPcut
.e
_fl hnsO CI;ndo c 2>9}
5ath_EGREP="
(c_ed_/$' $5
= $' $s &ired="_c8)n{x_ tr
 f 

9 e5ath_EGREP"t
h/ (c_CPPcut
.e
_p 

9 e5ath_EGREPa  'h|| ahel
	ueh)n(teoCeads iK 'GNU>9}
5ath_EGREPncos=sel -u e.t_	 e.t_s  tq
i. c #\Ceads iK 'GNU>
9 e5ath_EGREPs_iKeh`

9 e5ath_EGREP"t--versO Cs=$?1`fi  *GNU*)_c89 e=s_tath_EGREP=f ( e5ath_EGREP"t9}
5ath_EGREP_ tq
io:o a*)_c89 e=tq
t=0"(cached)e$ECHO_C0123456789/
	 _c_cv_"a$esBSahein"_c8wh:_aH:
)ndo c 2>/he5"a$esBSahein"5"a$esBSahein"5_"a$esBSahetmS"_c8)nmv "a$esBSahetmS" "a$esBSahein"_c82>/p5"a$esBSahein"5"a$esBSahenl"_c82>ached'EGREP'ext5"a$esBSahenl"_c82>

9 e5ath_EGREP"t'EGREP$' <5"a$esBSahenl"5_"a$esBSaheout"s=$/dev/nullh|| i hishc8)ndiff "a$esBSaheout"s"a$esBSahenl"5_/dev/nullh=$?1h|| i hishc8)n9 e=tq
t=`exprce6; stq
t + 1`hc8)n_	  |_cce6; stq
t -gthl{9}
5ath_EGREP_max-0}_unc_ilunk c8#\B|_cc_IF '/kfar, tcho e.tbut kec 2loo MK
hoaacac	ottu  onc_c8)nc89 e=s_tath_EGREP=f ( e5ath_EGREP"_c8)nc89 e5ath_EGREP_max=e6; stq
t_c8)n'='c8c8#\10*(2^10) $meriffseinput=seemscm/}'=O_hn  *ough'c8c8 |_cce6; stq
t -gth10t
h/i hishc8donc_c82>/.er)/2>/.$ac=noa$esBSahetmS a$esBSahenl a$esBSaheouto a\"\ME' c8)n$9}
5ath_EGREP_ tq
it
h/i his 3hc8donc_donc__donc_c

"i hi0
}
as_f" h'=' EGREP=f ( e=s_tath_EGREP"'_	  |_ccsz 

EGREPa  |_cc_fa{$es_hav (checretu  typpthf te!:ano89 cept
.e
 $9}
5
= Pusu$ a$  */	os tq
itts $PATH$PATH_SEPARATOR/usr/xpg4/bi oe (***
Checretu  tyf te!:ano89 cept
.e
 $9}
5
= Pusu$ a$  */	os tq
itts $PATH$PATH_SEPARATOR/usr/xpg4/bi oe (2;_fx"${s)n sa
1)tture.tac_cv_	h'=' |_cc_c89 e=s_tath_EGREP=
EGREP"ecr

8)n'='oe es_hav ("'sER  ($ec_cv_targATtche5
cho 5ath_EGREP"t_T}9ec_cv_targATtche6; sha5ath_EGREP"t_Tac_cv EGREP=f ( e=s_tath_EGREP"' $es_hav (***
Checretu  tySD-unc_atino
ANSI Clh;;	er f:_a-"  "checretu  typ$CC opd MK
hoaacANSI Clh;;	er f:_a-; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_h;;	er_stdt echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Mstdlib.h>re	.h>
/*
Mstdarg.h>re	.h>
/*
MstrMK
.h>re	.h>
/*
Mfloa .h>reechn pthread_j
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_h;;	er_stdtaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_h;;	er_stdta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$ _	  |_cce6; shah;;	er_stdta5
LAGS="-O2"
h# SunOS 4.x strMK
.h8does\hRradecla}'=mem*, ahelrary +.cANSI.
))c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
MstrMK
.h>rrefs.hu>c_	)	  }'=' 2>AGSta$esBSahe5'/ c_ueevae&5 |
))
EGREP "memchr"5_/dev/nullh=$?1  |_cc_c8:
doe (fa9 9ec_h;;	er_stdta ch'='r1evaa1t }'=' *
h'=' _	  |_cce6; shah;;	er_stdta5
LAGS="-O2"
h# ISC 2.0.2 stdlib.h8does\hRradecla}'=fare, ahelrary +.cANSI.
))c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Mstdlib.h>rrefs.hu>c_	)	  }'=' 2>AGSta$esBSahe5'/ c_ueevae&5 |
))
EGREP "fare"5_/dev/nullh=$?1  |_cc_c8:
doe (fa9 9ec_h;;	er_stdta ch'='r1evaa1t }'=' *
h'=' _	  |_cce6; shah;;	er_stdta5
LAGS="-O2"
h# /bi /ctaswhIrix-4.0.5 gets\hRn-ANSI chapplmacros unless u.2ss)-ansi.
c8_	  |_cc_ccross>A_pthr2ss"a5
LAGS="-O2"
h: |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Mchapp.h>re	.h>
/*
Mstdlib.h>re	_	)(' ' & 0x0FF) == 0x020)
# '
et $ ISLOWER(c) ('a' <= (c) 
h/(c) <= 'z')
# '
et $ TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') :/(c))rea_cc_# '
et $ ISLOWER(c) \i		 2>(('a' <= (c) 
h/(c) <= 'i') \i		 2> =' 2('j' <= (c) 
h/(c) <= 'r') \i		 2> =' 2('s' <= (c) 
h/(c) <= 'z'))
# '
et $ TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) :/(c))read_joi
#'
et $ XOR(e, f) (((e) 
h/!(f))=' 2(!(e) 
h/(f)))eechn pthread_j  ts pi; c iK '(ia5
0; i < 25ac_i++)hc8)n_	 (XOR'(isloif '(i), ISLOWER'(i))
	' 2>ouppf '(i) != TOUPPER'(i))
c8)nc8exith i2
 C(exith if }'=' 2>/.$ac_objextmwe cGS $CPPFLAec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evae?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_c 
h/s }'=' 2>/./extmwe cGS $CPPFLAac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8:
doe (failelm	  | *-lw5
ement n s c 2lC" nf (eva
  (/di]*\)c_s)
	ilelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were ( n s  a  if (eva )
9 9ec_h;;	er_stdta ch'='r1evaa1t}'=*.)/}'=' re.ahe5

h/.* gmoneout bbeout xta$CFLAGS $CPPFLAGext \hhod


we c 2>/ext \hhod


w>/.$ecr

oe oe es_hav ("'sER  ($ec_cv_targATtche5
cho h;;	er_stdt"t_T}9ec_cv_targATtche6; shah;;	er_stdt"t_Tac_cv_	  |_cce6; shah;;	er_stdta5
LAGS="-O2"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ STDC_HEADERS 1=' 2>/.$$ecr
#\On
IRIX 5.3, sys/happiff*/
ts happic_ea}'=' 2>lictMK
.









iK '' $h;;	er thrsys/happic_esys/f (ec_estdlib.h8strMK
.h8memory.h8strMK
ic_e\i		 2ts happic_estdie .h unistd.h do 'sE' $H;;	er=`ec_cv_6; shah;;	er_$' $h;;	er"cho
'sEtr_ah`$es_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
re	.h>
/*
M$' $h;;	er>=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8a  }'=' sE' $H;;	er=LAG"
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	a  }'=' sE' $H;;	er=no"h'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv_	  |_cc`e  }'ached'${'' sE' $H;;	er'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $h;;	er"cho
'sEtr_cpp` 1=' 2>/.$$ecr
donc_________________________________iK '' $h;;	er thrarpa/t $ .h _obno.h  $ db.h  $ t $ /t .h  $ t $ /tcpc_estdlib.h8strMK
.h8sys/fock$ .h sys/un.h sys/tima.h unistd.h getop .h abut;;	.h sys/tappic_esys/pollc_eopenssl/ssO;_eopenssl/engt $;_etima.h pwd.h grpc_esignaO;_eregs_;_echapp.h u^i .h sys/u^i .h sys/f (ec_efcntlc_estdarg.h oc c osix;h oc c/oc c osix;h do 'sE' $H;;	er=`ec_cv_6; shah;;	er_$' $h;;	er"cho
'sEtr_ah`$_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8es_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv|_cc_c8# Is
r-3ah;;	er A_pthr
.e
?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er usability"c "checretu  typ$CC opd MK
h$' $h;;	er usability; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
e	.h>
/*
M$' $h;;	er>=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9h;;	er_x_pthreaaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9h;;	er_x_pthreaa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_x_pthrea"t_T}9ec_cv_targATtche6; h;;	er_x_pthrea"t_Tac_cv # Is
r-3ah;;	er pargent?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er pargence=N "checretu  typ$CC opd MK
h$' $h;;	er pargence; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enye	.h>
/*
M$' $h;;	er>=' 2>/.$c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c86; h;;	er_5
e5
ecaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c86; h;;	er_5
e5
eca ch'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_5
e5
ec"t_T}9ec_cv_targATtche6; h;;	er_5
e5
ec"t_Tac_cv # So?  W_he5about r-is h;;	er?s_iKehe6; h;;	er_x_pthrea:e6; h;;	er_5
e5
ec:i_gnu
5
e5
ecdwarneaco}fi  *\IME:no: )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)2;_fx"$n6; h;;	er_5
e5
ecaIME
x"$nho \$no:IME:* )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:8pargenttbut ahnhRrab3acopthredc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
rgenttbut ahnhRrab3acopthredc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "checret	  | *-lwWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "2;_fx"$n()/he5<<\' SBOX
## ----------------------------- ##
## Report r-is q
croseg@apsis.ch ##
## ----------------------------- ##
' SBOX
8c82>) |  c 2"/.$a  | *-lwWARNINGchhhhh/=N "2
x"$nho \"\MEes_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  doe (fai  }'=' sE' $H;;	er=\e6; h;;	er_5
e5
ec" '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv
'='_	  |_cc`e  }'ached'${'' sE' $H;;	er'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $h;;	er"cho
'sEtr_cpp` 1=' 2>/.$$ecr
donc___es_hav (***
Checretu  typthreads libranuladdit Cal8inanumaSO CPE
doe (***
Checretu  typthreads libranuladdit Cal8inanumaSO CPE
doe (=  ac
0
}
asPTHREAD_CFLAGS=
sPTHREAD_CFLAGS -DSYSLOG_NAMES=1" $es_hav (***
Checretu  tySD-unc_atino
facilityusu$ifpargence=N "checretu  typ$CC opd MK
hino
facilityusu$ifpargence; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyre	.h>
/*
Mstdio.h>re	.h>
/*
Msyslog.h>reechn pthread_johUse*attr=(ohUse*)facilityusu$ire}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_t es)	  }5evaec_s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8okaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	oka ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI_	  |_ccx"$okcho xLAGS="-O2"es_hav (checretu  typpthargATtchyes"t_T}9ec_cv_targATtchyes"t_Tac_cvsPTHREAD_0
}
asPTHRE -DHAVE_SYSLOG_H=1" doe (c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyre	.h>
/*
Msys/f dio.h>re	.h>
/*
Msyslog.h>reechn pthread_johUse*attr=(ohUse*)facilityusu$ire}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8okaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	oka ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI_	  |_ccx"$okcho xLAGS="-O2"es_hav (checretu  typpthargATtchyes"t_T}9ec_cv_targATtchyes"t_Tac_cvsPTHREAD_0
}
asPTHRE -DHAVE_SYS_SYSLOG_H=1" doe (es_hav (checretu  typpthargATtchmis.2ss"t_T}9ec_cv_targATtchmis.2ss"t_Tac_cvsPTHREAD_0
}
asPTHRE -DHAVE_SYSLOG_H=1 -DMISS_FACILITYNAMES"
oe oe $es_hav (***
Checretu  tySD-unc_at GCCchohbuiltIFsignaO5huos_ar-"  "checretu  typ$CC opd MK
h GCCchohbuiltIFsignaO5huos_ar-; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_hbui_signaO echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msys/tappic_>re	.h>
/*
MsignaO;_>reechn pthread_j GCCcho*(signaO5(0, 0))5(0) == 1re}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_hbui_signaO=echndoe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_hbui_signaO=ohUsh'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho hbui_signaO"t_T}9ec_cv_targATtche6; shahbui_signaO"t_Tac_cv
ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ RETSIGTYPEhe5
cho hbui_signaO=' 2>/.$$$es_hav (***
Checretu  tySD-unc_atino
ancANSI C-a<<
ormMK
hx_nst=N "checretu  typ$CC opd MK
hino
ancANSI C-a<<
ormMK
hx_nst; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_2>A_nst echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyeechn pthread_jh^ FIXME: I.h>
/*
r-3acopase s suggC(eedgby
Paul.\eny
	
nextehn "C"/=eshi  h^ Ultrixhmips ccearj -us r-isd*\eny ohbuiextets p$meriet[2]o \$A_nstp$meriet x;i  h^ SunOS 4.1.1 ccearj -us r-isd*\eny o$mer$A_nstp*A_nstp*Acp;y o$mer$**p;i  h^ NEC SVR4.0.2 mips ccearj -us r-isd*\eny ostruct pots p{ts px, y;};y ostaticostruct pots pA_nstpzeroho {0,0};i  h^ AIX XL C 1.02.0.0earj -us r-isdac_exeIt8does\hRralet you subtrach}_IF A_nstpX* pots er from
ano -u  iilunk cahrarmltIFahrif-expressO Cswhoc[ tf-par.t_s hRraa A_nsta
t_c8)n expressO Cseny o$_nstp$mer *gho "strMK
";y o$cpho &g + (g ? g-g : 0);i  h^ HPUX 7.0eccearj -us r-ese.seny o++Acp;y opho ($mer*ac_Acp;y o$cpho ($mer$A_nstp*A_nstp*) p;y o{ h^ SCO 3.2v4 ccearj -us r-isd*\eny o o$mer$*t;y o o$mer$A_nstp*sa5
0 ? ($mer$*)
0 : ($mer$A_nstp*)if }y o o*t++a5
0;
c8)n_	 (s)(exith if } _cv o{ h^ Some_IF r-inks
r-3aSun suppoc[dly-ANSI copthreahlCll arj -u r-isd*\eny o ots px[]ho {25, 17};y o o$_nstpts p*fooho &x[0];y o o++foo } _cv o{ h^ Sun SC1.0 ANSI copthreaharj -us r-is --tbut hRrar-3aabove.seny o ohbuiexte$_nstpts p*iptr;
c8)n_ptropho 0;y o o++p } _cv o{ h^ AIX XL C 1.02.0.0earj -us r-is sayMK
ac_exee "k.c",tc 2$ 2.27: 1506-025 (S) Operf*/
meferbt almodifi
.e
 l  }ue.seny o ostruct so{ ts pj;e$_nstpts p*ap[3]v_	 y o ostruct so*b; b->jho 5 } _cv o{ h^ ULTRIX-32 V3.1 (Rev 9) vccearj -us r-is\eny o o$_nstpts pfooho 10;
c8)n_	 (!foo)(exith if } _cv oexith i!x[0] 
h/!zero.x;iead_joi
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_2>A_nstaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_2>A_nsta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho 2>A_nst"t_T}9ec_cv_targATtche6; sha2>A_nst"t_Tac_cv_	  |_cce6; sha2>A_nste5
noS="-O2"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ A_nst=' 2>/.$$ecr
es_hav (***
Checretu  tySD-unc_atino
uid_t thrsys/happic_=N "checretu  typ$CC opd MK
hino
uid_t thrsys/happic_; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_hbui_uid_t echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msys/tappic_>rrefs.hu>c_	)	  }'=' 2>AGSta$esBSahe5'/ c_ueevae&5 |
))
EGREP "uid_t"5_/dev/nullh=$?1  |_cc_c89}
as_hbui_uid_taIME
doe (fa9}
as_hbui_uid_ta ch'='r1evaa1t }'=' *
h'='es_hav ("'sER  ($ec_cv_targATtche5
cho hbui_uid_t"5_T}9ec_cv_targATtche6; shahbui_uid_t"5_Tac_cv_	  |_cce6; shahbui_uid_te5
noS="-O2"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ uid_t tht=' 2>/.$$$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ gid_t tht=' 2>/.$$ecr
es_hav (***
Checretu  tySD-unc_atino
pid_t"5_T}9ec_cvu  typ$CC opd MK
hino
pid_t; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_hbui_pid_t echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
hbuiextepid_ta9}
_hbui_new_;eechn pthread_j	_	)(9}
_hbui_new_p*)if) C(exith if }_	 (sizetIF(9}
_hbui_new_)) C(exith if }}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_hbui_pid_taIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_hbui_pid_ta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho hbui_pid_t"5_T}9ec_cv_targATtche6; shahbui_pid_t"5_Tac_cv_	  |_cce6; shahbui_pid_te5
LAGS="-O2"
h: |_cc_
ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ pid_t tht=' 2>/.$$ecr
es_hav (***
Checretu  tySD-unc_atpds -u  tima.h cos=sys/tima.h maysio" nbe 	.h>
/*d"5_T}9ec_cvu  typ$CC opd MK
hpds -u  tima.h cos=sys/tima.h maysio" nbe 	.h>
/*d; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_h;;	er_tima echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msys/tappic_>re	.h>
/*
Msys/tima.h>re	.h>
/*
Mtima.h>reechn pthread_j	_	)(struct tmp*)if) exith if }}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9ec_h;;	er_timaaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_h;;	er_timaa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho h;;	er_tima"t_T}9ec_cv_targATtche6; shah;;	er_tima"t_Tac_cv_	  |_cce6; shah;;	er_timaa5
LAGS="-O2"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ TIME_WITH_SYS_TIME 1=' 2>/.$$ecr
es_hav (***
Checretu  tySD-unc_atino
in_addr_t"5_T}9ec_cvu  typ$CC opd MK
hino
in_addr_t; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_hbui_in_addr_t echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msys/tappic_>re	.h>
/*
M $ t $ /t .h>rehbuiextets_addr_ta9}
_hbui_new_;eechn pthread_j	_	)(9}
_hbui_new_p*)if) C(exith if }_	 (sizetIF(9}
_hbui_new_)) C(exith if }}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_hbui_ts_addr_taIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_hbui_ts_addr_ta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho hbui_in_addr_t"5_T}9ec_cv_targATtche6; shahbui_in_addr_t"5_Tac_cv_	  |_cce6; shahbui_ts_addr_ta5
LAGS="-O2"
h: |_cc_c8sPTHREAD_{sPTHRE} -DNEED_INADDRT"$ecr
es_hav (***
Checretu  tySD-unc_atino
in_port_t"5_T}9ec_cvu  typ$CC opd MK
hino
in_port_t; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_hbui_in_port_t echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Msys/tappic_>re	.h>
/*
M $ t $ /t .h>rehbuiextets_port_ta9}
_hbui_new_;eechn pthread_j	_	)(9}
_hbui_new_p*)if) C(exith if }_	 (sizetIF(9}
_hbui_new_)) C(exith if }}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_hbui_ts_port_taIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_hbui_ts_port_ta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho hbui_in_port_t"5_T}9ec_cv_targATtche6; shahbui_in_port_t"5_Tac_cv_	  |_cce6; shahbui_ts_port_ta5
LAGS="-O2"
h: |_cc_c8sPTHREAD_{sPTHRE} -DNEED_INPORTT"$ecr
es_hav (***
Checretu  tySD-unc_atino
tima_t"5_T}9ec_cvu  typ$CC opd MK
hino
tima_t; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_hbui_tima_t echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\eny
	.h>
/*
Mtima.h>rehbuiextetima_ta9}
_hbui_new_;eechn pthread_j	_	)(9}
_hbui_new_p*)if) C(exith if }_	 (sizetIF(9}
_hbui_new_)) C(exith if }}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_hbui_tima_taIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9ec_hbui_tima_ta ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho hbui_tima_t"5_T}9ec_cv_targATtche6; shahbui_tima_t"5_Tac_cv_	  |_cce6; shahbui_tima_ta5
LAGS="-O2"
h: |_cc_c8sPTHREAD_{sPTHRE} -DNEED_TIMET"$ecr
__iK '' $h;;	er thrviK k;h do 'sE' $H;;	er=`ec_cv_6; shah;;	er_$' $h;;	er"cho
'sEtr_ah`$_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8es_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv|_cc_c8# Is
r-3ah;;	er A_pthr
.e
?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er usability"c "checretu  typ$CC opd MK
h$' $h;;	er usability; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
e	.h>
/*
M$' $h;;	er>=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9h;;	er_x_pthreaaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9h;;	er_x_pthreaa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_x_pthrea"t_T}9ec_cv_targATtche6; h;;	er_x_pthrea"t_Tac_cv # Is
r-3ah;;	er pargent?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er pargence=N "checretu  typ$CC opd MK
h$' $h;;	er pargence; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enye	.h>
/*
M$' $h;;	er>=' 2>/.$c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c86; h;;	er_5
e5
ecaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c86; h;;	er_5
e5
eca ch'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_5
e5
ec"t_T}9ec_cv_targATtche6; h;;	er_5
e5
ec"t_Tac_cv # So?  W_he5about r-is h;;	er?s_iKehe6; h;;	er_x_pthrea:e6; h;;	er_5
e5
ec:i_gnu
5
e5
ecdwarneaco}fi  *\IME:no: )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)2;_fx"$n6; h;;	er_5
e5
ecaIME
x"$nho \$no:IME:* )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
rgenttbut ahnhRrab3acopthredc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
rgenttbut ahnhRrab3acopthredc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "checret	  | *-lwWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "2;_fx"$n()/he5<<\' SBOX
## ----------------------------- ##
## Report r-is q
croseg@apsis.ch ##
## ----------------------------- ##
' SBOX
8c82>) |  c 2"/.$a  | *-lwWARNINGchhhhh/=N "2
x"$nho \"\MEes_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  doe (fai  }'=' sE' $H;;	er=\e6; h;;	er_5
e5
ec" '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv
'='_	  |_cc`e  }'ached'${'' sE' $H;;	er'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $h;;	er"cho
'sEtr_cpp` 1=' 2>/.$$ecr
donc____iK '' $func8in
iK krviK k do 'sE' $var"`ec_cv_6; shafunc_$' $func"cho
'sEtr_ah`$es_hav (***
Checretu  tySD-unc_atino
$' $func"c "checretu  typ$CC opd MK
hoaac$' $func; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $var;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  doe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyh^ D
et $ $' $func q
cahrinhRcuous variant,8in
_iKeh<limitic_> declaresc$' $func;
x"$Faacexample,nHP-UX 11ih<limitic_> declarescgettimaofdayd*\enyed
et $ $' $func inhRcuous_$' $func
yh^ Systemah;;	er q
cd
et $ _$s_ub macros cos=hopefully few85
etotappi,
x"$nwhich ahn

/*
licthlC" n$mer$$' $func (ry=belowdac_exP
rfer <limitic_> q
c<assertc_> itehnSTDC__t_s d
et $d, .2scc_c8)n<limitic_> n ssts   en  Csfreesta
dMK
hx_pthreasd*\enyre	fextehnSTDC__ # 	.h>
/*
Mlimitic_>
#doe (# 	.h>
/*
Massertc_>iead_joi
#unexte$' $func
yh^ Ov_obi/*
any GCC ts ernaO55
etotapp q
caohUsehn
f te!dac_eUKeh$mer$becauc[ tnttmighttmatc nr-3a GCCchohbuiltIFa GCCac_ebuiltin
cos=|_cc iti argwase 55
etotapp would stCll applyd*\enye	fextehn "C"/=eshieshern "C"iead_joi$mer$$' $func (ryyh^ T-3aGNU C library d
et $s r-is\ino
funcuO Csnwhich it implease s_c8)nq
calwayswas:_hlC" nu  SYSd*\Some
funcuO Csnare'' tually usu$d_c8)nsomer-ingostartMK
hlC" n__tcos=|_c$normaO5usu$t_s ahraliasd*\enye	f d
et $d _$s_ub_$' $func=' 2d
et $d _$s_ub___$' $func
chek3ameiead_joi
echn pthread_j GCCcho$' $func (ryy}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exeexth0
}s_()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8i  }'=' sE' $var"yes"
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	i  }'=' sE' $var"no"h'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/$ac_exeexta}'=' 2>/.$ac_ext
od





s_ LC_TI'='

warg=`e  }'ached'${'' sE' $var'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv_	  |_cc`e  }'ached'${'' sE' $var'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $func"cho
'sEtr_cpp` 1=' 2>/.$$ecrdonc___	  |_cc_x$6; shafunc_iK kcho xLAGS="-O2"c8es_hav (***
Checretu  tySD-unc_atino
wK kc_atinok"c "checretu  typ$CC opd MK
hoaacwK kc_atinok; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_func_iK k_wK ks echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8_	  |_cc_ccross_x_pthr2ss"t5
LAGS="-O2"
h9}
as_func_iK k_wK ks=cross doe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
echn pthread_j
	 2h^ By Ruediger Kuhlmann.seny	C(exith iiK kr() <if }y o
 C(exith if }'=' 2>/.$ac_objextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evae?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_c 
h/s }'=' 2>/./xt'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_func_iK k_wK ks=IME
doe (failelm	  | *-lw5
ement n s c 2lC" nf (eva
  (/di]*\)c_s)
	ilelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were ( n s  a  if (eva )
9}
as_func_iK k_wK ks= ch'='r1evaa1t}'=*.)/}'=' re.ahe5

h/.* gmon.out bb.out xta}'=' 2>/.$ac_ext
od





s_ Le c 2>/ext \hhod


w>/.$'='
h'='es_hav ("'sER  ($ec_cv_targATtche5
cho func_iK k_wK ks"5_T}9ec_cv_targATtche6; shafunc_iK k_wK ks"5_Tac_cv
doe (fa9}
as_func_iK k_wK ks=e6; shafunc_iK k
'='_	  |_cc_x$6; shafunc_iK k_wK ks"5o xcrossS="-O2"
hacKehehostptsac_ex*-*-amigaos_cho -*-msdosdjgpp*)ac_exee# Ov_obi/*, as r-ese=systems haviltnly a dummyiiK k() s_ubac_exee9}
as_func_iK k_wK ks= chc_exee;;
c8)n*)ac_exee9}
as_func_iK k_wK ks=IME
c_exee;;
c8\"\ME$nes_hav (checretu  typpthWARNINGchargATthe5
cho func_iK k_wK ks gues c 2becauc[ tIFcross A_pthr
SO Cc_s)
	ilelm	  | *-lwWARNINGchargATthe5
cho func_iK k_wK ks gues c 2becauc[ tIFcross A_pthr
SO Cc_s)2;_f'='

who func_viK k_wK ks=e6; shafunc_viK k _	  |_cc_x$6; shafunc_viK kcho xLAGS="-O2"c8es_hav (***
Checretu  tySD-unc_atino
wK kc_atvinok"c "checretu  typ$CC opd MK
hoaacwK kc_atvinok; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_func_viK k_wK ks echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8_	  |_cc_ccross_x_pthr2ss"t5
LAGS="-O2"
h9}
as_func_viK k_wK ks=cross doe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyh^ T-anks
ro
Paul Eggerthino
t-is qC(ex*\enyi/*
	.h>
/*s_Os
aATt
e	.h>
/*
Msys/waitc_>ie_	 HAVE_VFORK_H(# 	.h>
/*
MviK k;h>iead_joih^ Onnsome sparc=systems,h$menges2by
r-3achild
ro
loc }'cos=	.homMK
ac_eargwase 5registersnare'5
epagauedgback
ro
r-3a5arenex*\T-3acopthreaac_eis q
ld
about r-is lC" n#	.h>
/*
MviK k;h>,tbut some x_pthreasac_e(e.g. gcc -O) don't grok
MviK k;h>x*\T|_ccino
t-is by
u.2ss)a
  ostaticovaria.e
 whoc[ addres eis put thto a register
t-a.t_s
  oclobberedgby
r-3aviK k;*\enystaticovhUshe	fextehn "C"/=eshisparc_addres _ |_cc(tnttarg)(# doe (sparc_addres _ |_cc(arg) tnttarg;iead_joi{
 ostaticopid_t child;
)n_	 (!child) {
c82>/eild
=aviK k (ryy}i)n_	 (/eild
<if) {
c82>  pf te! ("vinok"ryy}i)n  _n s (2ryy}i)n}y}i)n_	 (!child) {
c82>_earg
=agetpid(ryy}i)n  wrs c(-1, "", 0);i  )n  _n s c(arg)yy}i)n}y}i}}'=
echn pthread_j opid_t 5arene
=agetpid (ryy}ipid_t child;

 osparc_addres _ |_cc(0);i
2>/eild
=aviK k (ryy
)n_	 (/eild
==if) {
c82>h^ Heret_s aho -u  t|_ccino
sparc=viK k register
5
e.e
msx*\T-iE
c_exee t|_ccuc[s
lots tIFloc }'varia.e
s,haralea_ccas many loc }
c_exee varia.e
scas mathrhas alloc uedgsowasr 	.h>
/MK
hx_pthrea
c_exee t|mporariesx*\4 loc }snare'enoughcino
gcc 1.40.3  Csa SolariE
c_exee 4.1.3
sparc,tbut wecuc[ 8
ro
be safex*\Atbuggyacopthreahshould
c_exee reuc[ r-3a Ggister
tIF5arene
ino
_IF tIFr-3aloc }'varia.e
s,
c_exee .2scc it lCll t-ink
t-a.t5arene
can't possibly becuc[d
any m re
c_exee in
r-_s routinex*\AssignMK
hro
r-3aloc }'varia.e
 lCll t-uE
c_exee munget5arene
in
r-3a5arene
5
ecessd*\eny o opid_t
c82>  p
=agetpid(r, p1
=agetpid(r, p2
=agetpid(r, p3
=agetpid(r,
c82>  p4
=agetpid(r, p5
=agetpid(r, p6
=agetpid(r, p7
=agetpid(ryy}i)nh^ Conv2scc r-3acopthreaht-a.t5..p7
are'live; o -u wis*, ittmight
c_exee uc[ r-3assu$thardware' Ggister
iK ''ll 8aloc }'varia.e
sd*\eny o ot	 (p != p1
|| p != p2
|| p != p3
|| p != p4
	|| p != p5
|| p != p6
|| p != p7)y}i)n  _n s (1) }y o oh^ Onnsome systems (e.g. IRIX 3.3r, viK k doesn't se5ar uea5arene
c_exee from
/eild
fhre /*scriptoasd*\If
r-3achild
cloc[s
a /*scriptoa
c_exee bef/}'=itt$accs tr n s s,
r-_s munges
r-3a5arene's /*scriptoa
c_exee as wellx*\T|_ccino
t-is by
clocingostdoue
in
r-3achildd*\eny o o_n s (cloc[(fhreno(stdoue)) != 0);i  } doe  {
c82>tnttf (eva y o ostruct s (e s  }y o owhhre (wait(&f (evae != child)
c_exee;
xee reith i(
	oh^ Was r-e}'=some 5
e.e
m lC" nviK king? seny	C/eild
<if

	oh^ Did
r-3achild
as:_? s(T-is shouldn't happen.) seny	C|| f (eva

	oh^ Did
r-3aviK k/copthreahbug occur? seny	C|| 5arene
!=agetpid(r

	oh^ Did
r-3afhre /*scriptoahbug occur? seny	C|| ff (e(fhreno(stdoue), &f ) != 0y	C);i  }}'=' 2>/.$ac_objextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evae?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_c 
h/s }'=' 2>/./xt'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_func_viK k_wK ks=IME
doe (failelm	  | *-lw5
ement n s c 2lC" nf (eva
  (/di]*\)c_s)
	ilelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were ( n s  a  if (eva )
9}
as_func_viK k_wK ks= ch'='r1evaa1t}'=*.)/}'=' re.ahe5

h/.* gmon.out bb.out xta}'=' 2>/.$ac_ext
od





s_ Le c 2>/ext \hhod


w>/.$'='
h'='es_hav ("'sER  ($ec_cv_targATtche5
cho func_viK k_wK ks"5_T}9ec_cv_targATtche6; shafunc_viK k_wK ks"5_Tac_cv
'=;'_	  |_cc_x$6; shafunc_iK k_wK ks"5o xcrossS="-O2"
h

who func_viK k_wK ks=e6; shafunc_viK k $nes_hav (checretu  typpthWARNINGchargATthe5
cho func_viK k_wK ks gues c 2becauc[ tIFcross A_pthr
SO Cc_s)
	ilelm	  | *-lwWARNINGchargATthe5
cho func_viK k_wK ks gues c 2becauc[ tIFcross A_pthr
SO Cc_s)2;_f'=' _	  |_cc_x$6; shafunc_viK k_wK ks"5o xLAGS="-O2"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ HAVE_WORKING_VFORK 1=' 2>/.$$|_cc_
ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ viK k iK k ' 2>/.$$ecr_	  |_cc_x$6; shafunc_iK k_wK ks"5o xLAGS="-O2"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ HAVE_WORKING_FORK 1=' 2>/.$$'='
h'K '' $h;;	er thrstdlib;h do 'sE' $H;;	er=`ec_cv_6; shah;;	er_$' $h;;	er"cho
'sEtr_ah`$_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8es_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv|_cc_c8# Is
r-3ah;;	er A_pthr
.e
?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er usability"c "checretu  typ$CC opd MK
h$' $h;;	er usability; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
e	.h>
/*
M$' $h;;	er>=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9h;;	er_x_pthreaaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9h;;	er_x_pthreaa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_x_pthrea"t_T}9ec_cv_targATtche6; h;;	er_x_pthrea"t_Tac_cv # Is
r-3ah;;	er pargent?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er pargence=N "checretu  typ$CC opd MK
h$' $h;;	er pargence; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enye	.h>
/*
M$' $h;;	er>=' 2>/.$c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c86; h;;	er_5
e5
ecaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c86; h;;	er_5
e5
eca ch'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_5
e5
ec"t_T}9ec_cv_targATtche6; h;;	er_5
e5
ec"t_Tac_cv # So?  W_he5about r-is h;;	er?s_iKehe6; h;;	er_x_pthrea:e6; h;;	er_5
e5
ec:i_gnu
5
e5
ecdwarneaco}fi  *\IME:no: )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)2;_fx"$n6; h;;	er_5
e5
ecaIME
x"$nho \$no:IME:* )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
rgenttbut ahnhRrab3acopthredc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
rgenttbut ahnhRrab3acopthredc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "checret	  | *-lwWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "2;_fx"$n()/he5<<\' SBOX
## ----------------------------- ##
## Report r-is q
croseg@apsis.ch ##
## ----------------------------- ##
' SBOX
8c82>) |  c 2"/.$a  | *-lwWARNINGchhhhh/=N "2
x"$nho \"\MEes_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  doe (fai  }'=' sE' $H;;	er=\e6; h;;	er_5
e5
ec" '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv
'='_	  |_cc`e  }'ached'${'' sE' $H;;	er'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $h;;	er"cho
'sEtr_cpp` 1=' 2>/.$$ecr
donc__es_hav (***
Checretu  tySD-unc_atino
GNU libcacoptaSO.e
 malloc"c "checretu  typ$CC opd MK
hoaacGNU libcacoptaSO.e
 malloc; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_func_malloc_0_nonnull echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8_	  |_cc_ccross_x_pthr2ss"t5
LAGS="-O2"
h9}
as_func_malloc_0_nonnulla chdoe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enye_	 STDC_HEADERS=' 2HAVE_STDLIB_H(# 	.h>
/*
Mstdlib;h>
#doe ($mer$*malloc (ryyead_joi
echn pthread_j GCCcho! malloc (0ryy}i
 C(exith if }'=' 2>/.$ac_objextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evae?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_c 
h/s }'=' 2>/./xt'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_func_malloc_0_nonnullaIME
doe (failelm	  | *-lw5
ement n s c 2lC" nf (eva
  (/di]*\)c_s)
	ilelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were ( n s  a  if (eva )
9}
as_func_malloc_0_nonnulla ch'='r1evaa1t}'=*.)/}'=' re.ahe5

h/.* gmon.out bb.out xta}'=' 2>/.$ac_ext
od





s_ Le c 2>/ext \hhod


w>/.$'='
h'='es_hav ("'sER  ($ec_cv_targATtche5
cho func_malloc_0_nonnull"5_T}9ec_cv_targATtche6; shafunc_malloc_0_nonnull"5_Tac_cv_	  |_cce6; shafunc_malloc_0_nonnulla5
LAGS="-O2"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ HAVE_MALLOC 1=' 2>/.$$|_cc_
hac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ HAVE_MALLOC 0=' 2>/.$$ 
hacKeh" ($eBOBJS `fi  *\\" malloc;s_ Le c 2>/) e) ho \$ac_$eBOBJS "($eBOBJS malloc;s_ Le c 2>"
nho \"\ME"$ac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ malloc rpl_malloc=' 2>/.$$'='
h_es_hav (***
Checretu  tySD-unc_atino
wK kc_atmemcmp"c "checretu  typ$CC opd MK
hoaacwK kc_atmemcmp; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_func_memcmp_wK kc_a echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8_	  |_cc_ccross_x_pthr2ss"t5
LAGS="-O2"
h9}
as_func_memcmp_wK kc_aa chdoe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
echn pthread_j
 oh^ Some
versO Csnoftmemcmp
are'hRra8-bs  cleand*\eny o$mer$c0t5
'\100', c1t5
'\200', c2t5
'\201';
)n_	 (memcmp(&c0, &c2, 1ec_= 0=' 2memcmp(&c1, &c2, 1ec_= 0)
xee reith i1;j
 oh^ T-3aNesh)x86 OpenStephbug shows upltnly w_cc coptarc_at16 bytME
c_exeK 'm/}'=cos=lC" naralea_cc_IF buffer hRrastartMK
h Csa 4-bytM boundarydac_ex WCllint Lewis provided
t-is qC(ee5
ementd*\\eny o{
c82>/ear
iKo[21];
c82>/ear
bar[21];
c82>tntti;
c82>oaac(it5
0; i < 4; i++)
c_exee{
	$mer$*at5
iKo +ti;
	$mer$*bt5
bar +ti;
	strcpy;k", "--------01111111"ryy	strcpy;kb, "--------10000000"ryy	_	 (memcmp;k", b, 16ec_= 0)
	e reith i1;jc_exee}
xee reith i0;i  }}y}i
 C(exith if }'=' 2>/.$ac_objextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evae?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_c 
h/s }'=' 2>/./xt'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89}
as_func_memcmp_wK kc_aaIME
doe (failelm	  | *-lw5
ement n s c 2lC" nf (eva
  (/di]*\)c_s)
	ilelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were ( n s  a  if (eva )
9}
as_func_memcmp_wK kc_aa ch'='r1evaa1t}'=*.)/}'=' re.ahe5

h/.* gmon.out bb.out xta}'=' 2>/.$ac_ext
od





s_ Le c 2>/ext \hhod


w>/.$'='
h'='es_hav ("'sER  ($ec_cv_targATtche5
cho func_memcmp_wK kc_a"5_T}9ec_cv_targATtche6; shafunc_memcmp_wK kc_a"5_Tac_cv |_cce6; shafunc_memcmp_wK kc_ae5
no 
h/acKeh" ($eBOBJS `fi  *\\" memcmp;s_ Le c 2>/) e) ho \$ac_$eBOBJS "($eBOBJS memcmp;s_ Le c 2>"
nho \"\ME"$
h'K '' $h;;	er thrsys/selectc_esys/socket;h do 'sE' $H;;	er=`ec_cv_6; shah;;	er_$' $h;;	er"cho
'sEtr_ah`$_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8es_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv|_cc_c8# Is
r-3ah;;	er A_pthr
.e
?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er usability"c "checretu  typ$CC opd MK
h$' $h;;	er usability; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
e	.h>
/*
M$' $h;;	er>=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9h;;	er_x_pthreaaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9h;;	er_x_pthreaa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_x_pthrea"t_T}9ec_cv_targATtche6; h;;	er_x_pthrea"t_Tac_cv # Is
r-3ah;;	er pargent?$es_hav (***
Checretu  tySD-unc_at$' $h;;	er pargence=N "checretu  typ$CC opd MK
h$' $h;;	er pargence; sh0
}
as_f"${ac_cvc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enye	.h>
/*
M$' $h;;	er>=' 2>/.$c_	;;k"self: "(evaAGSta$esBSahe5'/ c_ues_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>AGSta$esBSahe5'/ c_ueevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='h>/dev/null  |_cc_c8_	  |_cc
	 s_(elf: "(ev_unc_ilunk 9 9epp_(evci_gnu
5
e5
ecdwarneaco}lunk 9 9epp_(evci_gnupp_(evg" i|eif te!eaco}$es__cc_c8)n9 9epp_(evc
sha(e|_cc_c89 e=pp_(evcIME
'='_	  |_ccsz 

9 e=pp_(eva  |_cc_c86; h;;	er_5
e5
ecaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were c86; h;;	er_5
e5
eca ch'=' 2>/.er)/2>/.$ac_objext \hhod


w>/.$es_hav (checretu  typpthargATtche5
ch;;	er_5
e5
ec"t_T}9ec_cv_targATtche6; h;;	er_5
e5
ec"t_Tac_cv # So?  W_he5about r-is h;;	er?s_iKehe6; h;;	er_x_pthrea:e6; h;;	er_5
e5
ec:i_gnu
5
e5
ecdwarneaco}fi  *\IME:no: )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:89 ceptc 2by
r-3acopthrea,harj -uedgby
r-3a5
e5
ecesse!!c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3acopthrea's argATtc_s)2;_fx"$n6; h;;	er_5
e5
ecaIME
x"$nho \$no:IME:* )
c8)nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
rgenttbut ahnhRrab3acopthredc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
rgenttbut ahnhRrab3acopthredc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>/eads iK 'mis.2ss)5
rrequisit3ah;;	ers?c_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8seenr-3aAutoext  docwase aSO Cc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:8c82>s -uO Cs\"P
rgenttBut ChnhRraBe Copthred""$_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)
	ilelm	  | *-lwWARNINGche5
ch;;	er:85
eceedMK
hlC" nr-3a5
e5
ecesse!'s argATtc_s)2;_fx"$nes_hav (checretu  typpthWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "checret	  | *-lwWARNINGche5
ch;;	er:8in
r-3afuture,nr-3acopthreahlCll tak3a5
ecedence=N "2;_fx"$n()/he5<<\' SBOX
## ----------------------------- ##
## Report r-is q
croseg@apsis.ch ##
## ----------------------------- ##
' SBOX
8c82>) |  c 2"/.$a  | *-lwWARNINGchhhhh/=N "2
x"$nho \"\MEes_hav (***
Checretu  tySD-unc_atino
$' $h;;	er"c "checretu  typ$CC opd MK
hoaac$' $h;;	er; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $H;;	er;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  doe (fai  }'=' sE' $H;;	er=\e6; h;;	er_5
e5
ec" '='

warg=`e  }'ached'${'' sE' $H;;	er'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv
'='_	  |_cc`e  }'ached'${'' sE' $H;;	er'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $h;;	er"cho
'sEtr_cpp` 1=' 2>/.$$ecr
donc__es_hav (***
Checretu  tySD-unc_attappiltIFargwase s\ino
select"c "checretu  typ$CC opd MK
htappiltIFargwase s\ino
select; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_func_select_args echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8'K '' $arg2348in
'fd_set *' 'tntt*' 'ohUse*'; do
8'K '' $arg18in
'tnt' 'size_t' 'unsignc 2lon}fi t' 'unsignc 2i t'; do
88'K '' $arg58in
'struct tima  }'*' 'a<<st struct tima  }'*'; do
88ac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
e_	 HAVE_SYS_SELECT_H(# 	.h>
/*
Msys/selectc_>iead_joie_	 HAVE_SYS_SOCKET_H(# 	.h>
/*
Msys/socket;h>yead_joi
echn pthread_jeshern tnttfelect \"fi arg1,
					 = $$' $arg234,$$' $arg234,$$' $arg234,
					 = $$' $arg5ryy}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9as_func_select_args "(evaarg1,$' $arg234,$' $arg5"v_break 3
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were h'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$  donc_ donc_donc_# Provide a safe Os
aATt   }ue.
")/89}
as_func_select_args='tnt,tntt*,struct tima  }'*'}
h'='es_hav ("'sER  ($ec_cv_targATtche5
cho func_select_args"5_T}9ec_cv_targATtche6; shafunc_select_args"5_Tac_cv  ifave_IFS=$IFS; IFS=','
set dummyi`_hav ("'; shafunc_select_args"5|  c 2>/.\*.\*.g'`
IFS=$  ifave_IFS
shift"$ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ SELECT_TYPE_ARG1 $1=' 2>/.$$$ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ SELECT_TYPE_ARG2348($2)=' 2>/.$$$ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ SELECT_TYPE_ARG58($3)=' 2>/.$$r1evaa1t }'=' *__es_hav (***
Checretu  tySD-unc_at GCCchohbuiltIFsign }'handreas"c "checretu  typ$CC opd MK
h GCCchohbuiltIFsign }'handreas; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_hbui_sign } echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8c_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enye	.h>
/*
Msys/tappic_>ie_.h>
/*
Msign }c_>i
echn pthread_j GCCcho*(sign }'(0, 0)) (0r
==i1yy}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exe>c_	;;k"self: "(evaA_pthrees_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>A_pthreeevaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_ 2>/$ac_exeac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9as_hbui_sign }=echndoe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9as_hbui_sign }=vhUsh'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/ext \hhod


w>/.$'='es_hav ("'sER  ($ec_cv_targATtche5
cho hbui_sign }"5_T}9ec_cv_targATtche6; shahbui_sign }"5_Tac_cv
ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ RETSIGTYPEhe5
cho hbui_sign }=' 2>/.$$$es_hav (***
Checretu  tySD-unc_atwhe -u  ls (e de
rferences
a sym/.er specific 2lC" na trahr2ss slash"c "checretu  typ$CC opd MK
hwhe -u  ls (e de
rferences
a sym/.er specific 2lC" na trahr2ss slash; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_func_ls (e_de
rferences_slashed_sym/.er echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8r1evaa1t }'=' 2syma1t }'=' 2fhrehecret>1t }'=' 2fhreh_	  |_cc_c**
ln_s"5o "lnexe" 
h/lnexea1t }'=' 2fhrea1t }'=' 2sym  |_cc_c8_	  |_cc_ccross_x_pthr2ss"t5
LAGS="-O2"
h9}
as_func_ls (e_de
rferences_slashed_sym/.era chdoe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
echn pthread_jstruct s (e sbuf;jc_exeh^ LinuxhlCll de
rference r-3asym/.er cos=as:_.
	T-a.t_s better thrr-3asenc[ r-a.t_t meaCsnw
 lCll not
	haviltoacopthre cos=uc[ r-3als (e wrapperd*\eny o o(exith ils (e ("1t }'=' 2sym/", &fbufr
==i0yy}i
 C(exith if }'=' 2>/.$ac_objextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evae?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_c 
h/s }'=' 2>/./xt'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9as_func_ls (e_de
rferences_slashed_sym/.eraIME
doe (failelm	  | *-lw5
ement n s c 2lC" nf (eva
  (/di]*\)c_s)
	ilelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were ( n s  a  if (eva )
9}
as_func_ls (e_de
rferences_slashed_sym/.era ch'='r1evaa1t}'=*.)/}'=' re.ahe5

h/.* gmon.out bb.out xta}'=' 2>/.$ac_ext
od





s_ Le c 2>/ext \hhod


w>/.$'='
h|_cc_c8# If
r-3a`lnexextahmmcos=as:_$d, |_cc we 5
e.ably don't   en_c8# havila ils (e funcuO C."
h9}
as_func_ls (e_de
rferences_slashed_sym/.era ch'='r1evaa1t }'=' 2syma1t }'=' 2fhrehh'='es_hav ("'sER  ($ec_cv_targATtche5
cho func_ls (e_de
rferences_slashed_sym/.er"5_T}9ec_cv_targATtche6; shafunc_ls (e_de
rferences_slashed_sym/.er"5_Tac_cv
 |_cce6; shafunc_ls (e_de
rferences_slashed_sym/.ert5
LAGho s
ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ LSTAT_FOLLOWS_SLASHED_SYM$ecK 1=' 2>/.$$v_	  |_cce6; shafunc_ls (e_de
rferences_slashed_sym/.ert5
noS="-O2"
hacKeh" ($eBOBJS `fi  *\\" ls (e;s_ Le c 2>/) e) ho \$ac_$eBOBJS "($eBOBJS ls (e;s_ Le c 2>"
nho \"\ME"'='
es_hav (***
Checretu  tySD-unc_atwhe -u  s (e 9 cepts ahrempty strc_a"5_T}9ec_cvu  typ$CC opd MK
hwhe -u  s (e 9 cepts ahrempty strc_a; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_func_s (e_empty_strc_a_bua echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c8_	  |_cc_ccross_x_pthr2ss"t5
LAGS="-O2"
h9}
as_func_s (e_empty_strc_a_buaaIME
doe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyi/*
	.h>
/*s_Os
aATt
echn pthread_jstruct s (e sbuf;jc_exith is (e ("", &fbufr
==i0yy}i
 C(exith if }'=' 2>/.$ac_objextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evae?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_c 
h/s }'=' 2>/./xt'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9as_func_s (e_empty_strc_a_buaa chdoe (failelm	  | *-lw5
ement n s c 2lC" nf (eva
  (/di]*\)c_s)
	ilelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were ( n s  a  if (eva )
9}
as_func_s (e_empty_strc_a_buaaIME
'='r1evaa1t}'=*.)/}'=' re.ahe5

h/.* gmon.out bb.out xta}'=' 2>/.$ac_ext
od





s_ Le c 2>/ext \hhod


w>/.$'='
h'='es_hav ("'sER  ($ec_cv_targATtche5
cho func_s (e_empty_strc_a_bua"5_T}9ec_cv_targATtche6; shafunc_s (e_empty_strc_a_bua"5_Tac_cv_	  |_cce6; shafunc_s (e_empty_strc_a_buaa5
LAGS="-O2"
hacKeh" ($eBOBJS `fi  *\\" s (e;s_ Le c 2>/) e) ho \$ac_$eBOBJS "($eBOBJS s (e;s_ Le c 2>"
nho \"\ME"
ac_exta<<
/.$ac_e<<' 2>/.$#'
et $ HAVE_STAT_EMPTY_STRING_BUG 1=' 2>/.$$'='
h'K '' $func thrstrftima do 'sE' $var"`ec_cv_6; shafunc_$a $func"cho
'sEtr_ah`$es_hav (***
Checretu  tySD-unc_atino
$' $func"c "checretu  typ$CC opd MK
hoaac$' $func; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $var;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  doe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyh^ D
et $ $' $funcltoaan tnnocuova variant, thracKeh<limitic_> declaargc$' $func;y o Ftr n ample, HP-UX 11ih<limitic_> declaargcgettimaofdayd*\enyed
et $ $' $funcltnnocuova_$a $func
yh^ Systemah;;	er toad
et $ __s_ub macros cos=hopefully fewe5
etotappi,
c82>which ahn

/*
lict2lC" n$mer$$' $funcl(ec_belowdac_exP
rferh<limitic_> toa<assert;h>8_	 __STDC__t_s d
et $d, .2sccac_ex<limitic_> n ssts   enh CsfreC(ecosMK
hx_pthreasd*\enyhe	fextehnSTDC__(# 	.h>
/*
Mlimitic_>
#doe (# 	.h>
/*
Massert;h>yead_joi
#unexte$a $func
yh^ Ov_obi/*
any GCC tntern }'5
etotappltoaaohUseahre te!dac_eUse>/ear
becauc[ tnttmight match r-3a GCCchohbuiltIFa GCCac_ebuiltthrcos=|_cc its argwase 55
etotapplwouldrstCll applyd*\enye_	extehn "C"/=eshieshern "C"yead_joi$mer$$' $funcl(ec
h^ T-3aGNU C library d
et $s r-is oaacfuncuO Cs>which s  implease sac_extoaalwayswas:_2lC" nu  SYSd*\Some
funcuO Cs>are'actually named
c_exsomet-ingastartMK
hlC" n__tcos=|_c
norm }'namet_s ahaaliasd*\enye_	 d
et $d __s_ub_$a $func=' 2d
et $d __s_ub___$a $func
cheke ma ead_joi
echn pthread_j GCCcho$' $funcl(ec
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exejextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8i  }'=' sE' $var"LAG"ndoe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	i  }'=' sE' $var"no"h'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/\y o o( xta}'=' 2>/.$ac_ext
od





s_ L>/.$'='a
warg=`e  }'ached'${'' sE' $var'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv_	  |_cc`e  }'ached'${'' sE' $var'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $func"cho
'sEtr_cpp` 1=' 2>/.$$|_cc_c8# strftimat_s thr-/.etlh CsSCO UNIX.$es_hav (***
Checretu  tySD-unc_atino
strftimat_hr-/.etl"c "checretu  typ$CC opd MK
hoaacstrftimat_hr-/.etl; sh0
}
as_f"${ac_cv_	  |_cc_c89}
as_lib_.etl_strftima echocho a$ECHO_N "(cached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  |_cc_c89}
aopd _lib_fave_$eBS=($eBS
$eBS="-/.etlh ($eBS"vc_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyyh^ Ov_obi/*
any GCC tntern }'5
etotappltoaaohUseahre te!dac_eUse>/ear
becauc[ tnttmight match r-3a GCCchohbuiltIFa GCCac_ebuiltthrcos=|_cc its argwase 55
etotapplwouldrstCll applyd*\enye_	extehn "C"/=eshieshern "C"yead_joi$mer$strftimat(ec
echn pthread_j GCCchostrftimat(ec
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exejextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c89 9as_lib_.etl_strftimaaIME
doe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	9 9as_lib_.etl_strftimaa ch'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/\y o o( xta}'=' 2>/.$ac_ext
od





s_ L>/.$$eBS=(9}
aopd _lib_fave_$eBSh'='es_hav ("'sER  ($ec_cv_targATtche5
cho lib_.etl_strftima"5_T}9ec_cv_targATtche6; shalib_.etl_strftima"5_Tac_cv_	  |_cce6; shalib_.etl_strftimaa5
LAGS="-O2"
hac_exta<<
/.$ac_e<<\' 2>/.$#'
et $ HAVE_STRFTIME 1=' 2>/.$$$eBS="-/.etlh($eBS"v'=' '='donc___________________'K '' $func thrgetaddrinfo thet_ntop memset regx_pt poll socketostr_iKecmp;str_hr$strdup;strf te!;strn_iKecmp;strsphostrtol a$EsUseX509_STORE_seteaco}s localtima_rcgettimaofday do 'sE' $var"`ec_cv_6; shafunc_$a $func"cho
'sEtr_ah`$es_hav (***
Checretu  tySD-unc_atino
$' $func"c "checretu  typ$CC opd MK
hoaac$' $func; sh0
}
as_f"${ac_cv_	 {/\c_var"i hi' $var;   }5ev |_ccv (${$\c_var echo\cho a$E"v_	  |_cc_c8ached)e$ECHO_C_ahe6t/\1/
	 _c_cv_	  doe (fac_exta<<
 C(exi/*
}'='defs.h^  */

 C(exia1t }'='defs.hu>>}'=' 2>/.$ac_ext
eltu>>}'=' 2>/.$ac_exta<<
 C(exi/*
esh)}'='defs.h^  */

/*
Os
	rid*\enyh^ D
et $ $' $funcltoaan tnnocuova variant, thracKeh<limitic_> declaargc$' $func;y o Ftr n ample, HP-UX 11ih<limitic_> declaargcgettimaofdayd*\enyed
et $ $' $funcltnnocuova_$a $func
yh^ Systemah;;	er toad
et $ __s_ub macros cos=hopefully fewe5
etotappi,
c82>which ahn

/*
lict2lC" n$mer$$' $funcl(ec_belowdac_exP
rferh<limitic_> toa<assert;h>8_	 __STDC__t_s d
et $d, .2sccac_ex<limitic_> n ssts   enh CsfreC(ecosMK
hx_pthreasd*\enyhe	fextehnSTDC__(# 	.h>
/*
Mlimitic_>
#doe (# 	.h>
/*
Massert;h>yead_joi
#unexte$a $func
yh^ Ov_obi/*
any GCC tntern }'5
etotappltoaaohUseahre te!dac_eUse>/ear
becauc[ tnttmight match r-3a GCCchohbuiltIFa GCCac_ebuiltthrcos=|_cc its argwase 55
etotapplwouldrstCll applyd*\enye_	extehn "C"/=eshieshern "C"yead_joi$mer$$' $funcl(ec
h^ T-3aGNU C library d
et $s r-is oaacfuncuO Cs>which s  implease sac_extoaalwayswas:_2lC" nu  SYSd*\Some
funcuO Cs>are'actually named
c_exsomet-ingastartMK
hlC" n__tcos=|_c
norm }'namet_s ahaaliasd*\enye_	 d
et $d __s_ub_$a $func=' 2d
et $d __s_ub___$a $func
cheke ma ead_joi
echn pthread_j GCCcho$' $funcl(ec
}i
 C(exith if }'=' 2>/.$ac_objextmwe c 2>/$ac_exejextmwe c()c_try="$ec_	;;k"self: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>/.er1evaec_s)
	us=$?chogreps v	'^ *+'dwe c 2>/.er1  }'=' 2>/.er)
unth if }'=' 2>/.er1evaa1t }'=' 2>/.er)/he5
   LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n sa


	$s_)c_try='ho sha(emulc_c_wset +_flag" i|eif te!eaco}'=' 2>/.er)'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	ho shas }'=' 2>/$ac_exeext'
	 s_(elf: "(evac_t es_iKeho*\"fi  *\`fi  *\\*) ec_t e_cho \\$ac_t ee thi*) ec_t e_cho \$ac_t ee tture./"$0""cho a\"\ME
doe $es_hav ($ec_t e_cho \"")/he5
  (/"$0""$ec_	;;k")	  }'=' 2>s)
	us=$?cho LC_TIME
doe $es_hav (\$? od$ec_s)
	us"/he5
  (/di]*\)c_s)
	us)n s  a  if (evaec_cv_	  |_cc_c8i  }'=' sE' $var"LAG"ndoe (failelm	  | *-lwas:_ahe5
ement u^/| /'dwe c 2>/.$ac_extahe5

h/.*/th if were 	i  }'=' sE' $var"no"h'=' 2>/.er)/}'=' 2>/.$ac_objext \hhod


we c 2>/\y o o( xta}'=' 2>/.$ac_ext
od





s_ L>/.$'='a
warg=`e  }'ached'${'' sE' $var'}'`
	 2> = $es_hav (checretu  typpthargATtche5
cres"t_T}9ec_cv_targATtche6; res"t_Tac_cv_	  |_cc`e  }'ached'${'' sE' $var'}'`a5
LAGS="-O2"
hac_exta<<
/.$ac_e<<' 2>/.$#'
et $ `ec_cv_HAVE_$' $func"cho
'sEtr_cpp` 1=' 2>/.$$'='donc____	  |_ccsz 

{I_OWNER}"
nc_ilunk ee c 2>s.erroot' /etc/passwd > /dev/null 
h/I_OWNER=rootlunk ee c 2>s.ersys' /etc/passwd > /dev/null 
h/I_OWNER=syslunk ee c 2>s.erbin' /etc/passwd > /dev/null 
h/I_OWNER=biilunk ee c 2>s.erdaemon' /etc/passwd > /dev/null 
h/I_OWNER=daemonlunk ee c 2>s.erwww' /etc/passwd > /dev/null 
h/I_OWNER=wwwlunk ee c 2>s.er5
exy' /etc/passwd > /dev/null 
h/I_OWNER=5
exy$'='
h_	  |_ccsz 

{I_GRP}"
nc_ilunk ee c 2>s.erroot' /etc/group;> /dev/null 
h/I_GRP=rootlunk ee c 2>s.ersys' /etc/group;> /dev/null 
h/I_GRP=syslunk ee c 2>s.erbin' /etc/group;> /dev/null 
h/I_GRP=biilunk ee c 2>s.erdaemon' /etc/group;> /dev/null 
h/I_GRP=daemonlunk ee c 2>s.erwww' /etc/group;> /dev/null 
h/I_GRP=wwwlunk ee c 2>s.er5
exy' /etc/group;> /dev/null 
h/I_GRP=5
exy$'='
h" i|<<
ig_fhres "(evaA_<
ig_fhres Makefhreesvc_exta<<
ahe6te<<\' 2>/.$# T-is ohre is
a shell script r-a.tahe6ts r-3a GgATtiltIFA_<
igur (#  |_cs runh Csr-is systemaso r-3y ahn
be shared betweenFA_<
igur (# scripts cos=A_<
igur  runs,8seenA_<
igur 'iltpuO Cs--A_<
ig-ahe6t. # I.t_s hRrauc[fulh Cso -u  systemsd*\If s  A_<tpthsa GgATtilyou don't # wantxtoakeep,lyou maya GmoveeK 'eds  it. # # A_<
ig.f (eva tnly payswattse O Cstonr-3ache6teohre iflyou giveeit # r-3a--re/eads tpuO Csq
crerunhA_<
igur . # # `6; shaenv_foo' variabres (set K 'unset) lCll be ov_obi/dcc wc_il# loasMK
ht-is ohre,so -u  *unset* `6; shafoo' lCll be assignc 2 -ul# followMK
h  }ues.
=' 2>/.$$# T-3afollowMK
hwayltIFwritMK
ht-3ache6temishandres hewlt $s thr  }ues,$# but we knowltIFnocwK karound r-a.t_s simple, portabre, cos=efficise . # So, we kCll variabres A_<tpthMK
hhewlt $s. # Ultrix sh a$EFwrites q
cstd_objcos=Aan't b3a Gdir -uedgdir -uly,$# cos=a$Es
r-3ahigh bs  thrr-3ache6teohre unressnw
 assignstonr-3avars. (
88'K '' $var thr`(set) =$?15|  c 2-n2>/.$\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
88a8i  }'' $val ec$' $var
88a8_iKehe6;   }'thr#(
88a8*${'sEnl}*)
c_exee_iKehe6;   r'thr#(
88a8a8* shaac_es_hav (checretu  typpthWARNINGchChe6tevariabrehe6;   r'A_<tpthsaahhewlt $.=N "checret	  | *-lwWARNINGchChe6tevariabrehe6;   r'A_<tpthsaahhewlt $.=N "2;} ho \$88a8i"\MEc_exee_iKehe6;   r'thr#(
88a8a8_5| IFS5| 'sEnl) hor#(
88a8a8*)o
'sEunsethe6;   r'ho \$88a8i"\M'ho \$88i"\MEc_donc__  (set) =$?15|
88a8_iKehe6sEnl`k"sespace=' '; set) =$?1`'thr#(
88a8*${'sEnl}"sespace=\ *)
c_exee# `set'_does hRraquot'=' rr -uly,aso addaquot's (doubre-quot'
c_exee# substituuO Csqth s \\\\ tnthav\, cos=a$dsqth s \\ tnthav)dac_ex   c 2-n2\
	"s/'/'\\\\''/g;
	 2/.$\\([_e6sEcr_alnum]* sha[_e6sEcr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"ac_ex  hor#(
88a8*)
c_exee# `set'_quot's ' rr -uly 's requiredgby
POSIX,aso do hRraaddaquot'sdac_ex   c 2-n2"/^[_e6sEcr_alnum]* sha[_e6sEcr_alnum]*=/p"ac_ex  ho \$88i"\M5|
88a8sort
)5|
88 c 2>ac_ex /^6; shaenv_/b  */ac_ex   clear
88a8 :clear
88a8 /.$\([^=]*\)=\(.*[{}].*\)$/ |_cc_c8\1 echocho a$E=' 2&/ac_ex    */ac_ex /.$\([^=]*\)=\(.*\)$/\1=c8\1=\2}/ac_ex : */'exta<<
che6th_	 diffc_cche6t_fhre" a<<
ahe6te>/dev/null =$?1S="-O2 :; |_cc_c8_	  |_cc-wc_cche6t_fhre"_unc_ilunk  |_cc_xcche6t_fhre" !=c_x/dev/null" 
h
2> = $es_hav (checretu  typpthupdatMK
hahe6tecche6t_fhre"  "checret	  | *-lwupdatMK
hahe6tecche6t_fhre"  "6;_fx"$n/he5
   ahe6te>cche6t_fhre
es__cc_c8)nes_hav (checretu  typpthhRraupdatMK
hunwritabrehahe6tecche6t_fhre"  "checret	  | *-lwhRraupdatMK
hunwritabrehahe6tecche6t_fhre"  "6;_fx"'=''='r1evaa1t }che6th
 |_cc_xcprefhxcho xNONE 
h/prefhx/"$0"Os
aATt_prefhx$# Let make expcos=exec_prefhx.
 |_cc_xcexec_prefhxcho xNONE 
h/exec_prefhx='${prefhx}'

DEFS=-DHAVE_CONFIG_H
h" ilibe cs=h" iltlibe cs=h'K '' $i'thr: ($eBOBJS; do  |_cc_xc' $icho x: 
h/a_<tinuc_c8# 1. RGmoveer-3aeshensO C, cos=$U8_	 already'thf (lled."
h9}
script=>/.\$U\././;/.\.o$//;/.\.obj$//'"
h9}
i"`ec_cv_c' $ich|  c 2"$9}
script"`_c8# 2.xP
rp */
$eBOBJDIR.  W_O2 usc 2lC" nautomake>=1.10
$eBOBJDIR_c8#    lCll be a$E=tonr-3adir -uory w_cr  $eBOBJS e c cts>are'built."
h9}
libe cs==' 2>/.be cs \${$eBOBJDIRhe6; i\$U;s_ Le c 2>"
n " iltlibe cs==' 2>/t/.be cs \${$eBOBJDIRhe6; i"'$U;lo''donc_$eBOBJS ' 2>/.be cs

LT$eBOBJS ' 2>/t/.be cs



")/8CONFIG_STATUS=./xt'
ig.f (evacv  iclean_fhres_fave=(9}
alean_fhresv  iclean_fhres "(evaAlean_fhres $CONFIG_STATUS"$es_hav (***
Checretu  tySreatMK
h$CONFIG_STATUS"  "checret	  | *-lwSreatMK
h$CONFIG_STATUS"  "6;_fc_ext$CONFIG_STATUSe<<' 2>/.$#! $SHELL$# Generauedgby
  | *-. # Runht-is ohresq
creSreateer-3acurr nthA_<
igurauO C."# Copthrer outpu 55
educedgby
A_<
igur ,auc[fulh'K 'debuggMK
 # A_<
igur ,a_s thrxt'
ig.log8_	 s  n ssts.
=debug=fa_cc_evaAs_re/eads=fa_cc_evaAs_shrent=fa_cc_SHELL ec8CONFIG_SHELL-$SHELL'=' 2>/.$$ac_ext$CONFIG_STATUSe<<\' 2>/.$## --------------------- ##
## M4sh InitMalizauO C.  ##
## --------------------- ##
 # Be Both 3acoptauObreh_	  |_cc-n2"${ZSH_VERSION echoch
h/(emulateesh)e>/dev/null =$?1S="-O2
es_mulateesh
esNULLCMD=:_c8# Zsh 3.x cos=4.x per'K mscwK s=aplittMK
h Cs${1+"$@"},>which_c8# is A_<trary q
coth usage.  Disabreht-is oeatur .  aalias -gd'${1+"$@"}'='"$@"'
88 cttpu NO_GLOB_SUBST doe (fac_Keh`(set -o) =$/dev/null`'thr*posix*)oset -o posixhori"\ME'='BIN_SH=xpg4; export BIN_SH #h'K 'Tru64
DUALCASE=1; export DUALCASE #h'K 'MKSesh

 # PATHhheeds CR # AohUsedrp */MK
hup CsCharacter Rang'sda6sEcr_letters='abcOs
ghijklmnopqrstuvwxyz'a6sEcr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'a6sEcr_Letters=$6sEcr_letters$6sEcr_LETTERSa6sEcr_digits='0123456789'a6sEcr_alnum=$6sEcr_Letters$6sEcr_digits$$# T-3auc[r is
alwayswright.v_	  |_cc_c8PATH_SEPARATOR echoch!o a$ECHO_N "(cached"#! /bin/sh"c xt'
$$.sh
esached "n s  0"   > xt'
$$.sh
eschmod +x xt'
$$.sh
es_	 (PATH="/nonc sstent;."_uxt'
$$.sh)e>/dev/null =$?1S="-O2
es  PATH_SEPARATOR=';'
es__cc_c8)nPATH_SEPARATOR=:fx"'='.er1evaa1t }$$.sh
'='
# Support unsethw_cc possObre.v_	 ( (MAIL=60; unsethMAIL)=' 2n s )e>/dev/null =$?1S="-O2
es'sEunset=unset |_cc_c89sEunset=fa_cc_'='
h# IFSh# Wehheed space, tab cos=hew lt $, thr5
ecisely r-a.tK serd*\QuotMK
his # r-3resq
c5
ev ntheds ors oromacoptlpthMK
habout space-tab."# (If _AS_PATH_WALK w3resc(lled2lC" nIFS5unset, s  wouldrdisabrehwK s(# splittMK
hby
settMK
hIFS5q
cempty   }ue.)
'sEnl='
'
IFS=" ""	e6sEnl"
h# Fios=lhedw
 are.  Look thrr-3atauhs_	 we'A_<tpthFnocdir -uory separate!da_iKehe0fi  *\\[\\/] e)  | *yself=e0fho \$ac_tsifave_IFS=$IFS; IFS=$PATH_SEPARATORh'K ''s_dir'thr$PATH
do
88IFS=$ sifave_IFS
   |_ccsz 

9s_dirch
h/9s_dir=.
   |_ccsr 

9s_dir/$0ch
h/9s_*yself=e9s_dir/$0h
h/break'donc_IFS=$ sifave_IFS

_ex  ho i"\ME# WehdUsehRrafios=othselves, mo(ee5
e.ably w
 ler  run 's `sh COMMAND'(# 	.>which ahsedw
 areehRraq
cb3afound thrr-3atauh.v_	  |_cc_x$9s_*yselfcho xS="-O2
es'sE*yself=e0
'='_	  |_cc!evaa"$9s_*yselfcCHO_N "(cached"$9s_*yself:re te!: ahnhRrafios=*yself;crerunhlC" nan 'bsolutteohre name=N "2
x"{s)n s  1); n s  1c_cv'='
# Work around bugs thr5
e-3.0 UWIN ksh.v'K ''s_  r'thrENVhMAILhMAILPATH
do \"fsEunsethe6s_  r)e>/dev/null =$?1h
h/"fsEunsethe6s_  r'donc_PS1='$ '_PS2='> '_PS4='+ '_
# NLS nuisances.v'K ''s_  r'thr\y oLANGoLANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPEhLC_IDENTIFICATIONr\y oLC_MEASUREMENToLC_MESSAGES LC_MONETARY LC_NAMEhLC_NUMERIChLC_PAPERr\y oLC_TELEPHONE LC_TIME
do
88_	 (seth+xS="|_ccsz 
`)	  }'e6s_  r=C; export e6s_  r)e=$?1`")S="-O2
es  	  }'e6s_  r=C; export e6s_  r
es__cc_c8)n\"fsEunsethe6s_  r)e>/dev/null =$?1h
h/"fsEunsethe6s_  r'x"'='donc__# Requiredgq
cuc[ bhsename.v_	 exp ''r: '\(a\)'e>/dev/null =$?1h
h
nk  |_cc_X`exp '00001r: '.*\(...\)'`cho X001S="-O2
es'sEexp =exp  |_cc_c89sEexp =fa_cc_'='
_	 (bhsename -- /)e>/dev/null =$?1h
h/ |_cc_X`bhsename -- /e=$?1`"5o "X/"S="-O2
es'sEbhsename=bhsename |_cc_c89sEbhsename=fa_cc_'='
h# Name ofer-3aesecutabreda6sEme=`$9sEbhsename -- "$0ch||
$9sEexp  X/"$0ch: '.*/\([^/][^/]*\)/*$' \|2\
	 X"$0ch: 'X\(//\)$' \|2\
	 X"$0ch: 'X\(/\)'e\|2. =$/dev/nullh||
achedX/"$0ch|
88a8sc 2>/^.*\/\([^/][^/]*\)\/*$/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\/\(\/\/\)$/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\/\(\/\).*/{
	 2> s//\1/
	 2> q
	 2}
	 2s/.*/./; q'`
h# CDPATH.
"fsEunsethCDPATH



c89sElt $no_1=cretu  
c89sElt $no_2=cretu  
c8 |_cc_x$9s_lt $no_1" !=c_x$9s_lt $no_2" 
h
2> |_cc_x`exp '$9s_lt $no_1 + 1`"5o "x$9s_lt $no_2" ' 2{
_c8# Createe  | *-.lt $no 's a'A_pyltIF$9s_*yself, but wC" ncretu  
c8#5uni'K mlya Gtlpcedgby
r-3alt $ numberd*\T-3afirst 'sc ''thferts>a
c8#5lt $-numberalt $ after each lt $ u.2ss)cretu  ;rr-3aseA_<d 'sc '
c8#5does r-3a G }'wK kd*\T-3aseA_<d script uc[s 'N'sq
c5air each
c8#5lt $-numberalt $ lC" nr-3alt $ A_<tpthMK
hcretu  , cos=appends
c8#5trahr2ss '-' duringasubstituuO Csso r-a.tcretu  t_s hRraa special
c8#5ahseda.tlt $ end.
c8#5(Raja R Harinauhssugg'suedgsc 2>=', cos=Paul Egg'rEFwroteer-3
c8#5scripts lC" ntpuOmizauO C help oromaPaolo BonzthMd*\Blame Le3
c8#5E. McMah C (1931-1989)\ino
sed's sy<tpxd*\:-)
   c 2-n2>ac_expac_ex/[$]retu  /c
sh'
M$'s_*yselfh|
88a8sc 2>ac_ex   /[$]retu  .*/&-/ac_ex  .tlt $noac_ex  bac_ex  :lt $noac_ex  Nac_ex  :loopac_ex   /[$]retu  \([^'e6sEcr_alnum'_].*\n\)\(.*\)/\2\1\2/ac_ex  .tloopac_ex   /-\n.*//ac_ex'e>  | *-.lt $no 
h
2>chmod +x "  | *-.lt $noch||
c8)nes_hav (checretre te!: ahnhRracreatee  | *-.lt $no;crerunhlC" na
POSIX shell=N "2
x"${s)n s  1); n s  1c_cc_cv
c8#5Don't try q
cesec 's s  Ahang's $[0], caucMK
hall sorEFtIF5
e.lems
c8#5(r-3adirname ofe$[0]t_s hRrar-3atlpce w_cr  wetmight fios=r-3
c8#5origin }'cos=ao  C.  Autoext  _s especiallyasencitiviltoat-is)dac_. "./  | *-.lt $noc
c8#5E s  f (eva is q-a.tKfer-3alasttahmmcosdac_n s 
}'
h_	 (9s_dir=`dirname -- /`h
h/ |_cc_X
9s_dircho X/)e>/dev/null =$?1S="-O2
es'sEdirname=dirname |_cc_c89sEdirname=fa_cc_'='

	 _c_= e$ECHO= e$ECHT=a_iKeh`ec_cv-n2x`'th
-n*)
c__iKeh`ec_cv'x\c'`fi  *\\cac_e$ECHT='	';;	#_e$ECHTt_s singrehtab character. \$ac_  
	 _c_='\c'ho \$i"\Mho *)
c_e$ECHO='-n'ho \"\ME"_	 exp ''r: '\(a\)'e>/dev/null =$?1h
h
nk  |_cc_X`exp '00001r: '.*\(...\)'`cho X001S="-O2
es'sEexp =exp  |_cc_c89sEexp =fa_cc_'='
r1evaa1t }$$a1t }$$.esea1t }$$.fhreh_	  |_cc-da1t }$$.dirS="-O2
esr1evaa1t }$$.dir/1t }$$.fhreh|_cc_c8r1evaa1t }$$.dir_c8mkdir'1t }$$.dir_a(e|cret>1t }$$.fhreh_	 lnexea1t }$$.fhrea1t }$$a2>/dev/null  |_cc_c8a*
ln_s='lnexex
c8#5; shbut r-cr  areetwo gotchas:_c8# 1) On MSYS, bo" n`lnexeeohre dir''cos=`lneohre dir''as:_.
c8# 2) DJGPP < 2.04 hasFnocsym/.ers;a`lnexextareates a'wrapperaesecutabredac8# In bo" n_iKes, we haviltoaOs
aATt toa`cp -p'dac8lnexea1t }$$.fhrea1t }$$.dir =$/dev/nullh
h/ |_cc!evaa1t }$$.esea||
c8)na*
ln_s='cp -p'h|__	 lne1t }$$.fhrea1t }$$a2>/dev/null  |_cc_c8a*
ln_s=ln |_cc_c89sEln_s='cp -p'h'='r1evaa1t }$$a1t }$$.esea1t }$$.dir/1t }$$.fhrea1t }$$.fhrehrmdir'1t }$$.dira2>/dev/nullE"_	 mkdir'-p2. =$/dev/nullS="-O2
es'sE*kdir_p=: |_cc_c8 |_cc-da./-p2
h/rmdir'./-p
es'sE*kdir_p=fa_cc_'='
# Fios=out whe -u  `` |_cc-x'''wK ksd*\Don't uc[ a zero-bytteohre, cs # systems mayauc[ met-odsso -u  q-an mode bs sltoaOstermt $ esecutabhr2ty.vc_exta<<
$$.fhrea<<' S>/.$#! /bin/sh
n s  0
' S>/.$chmod +x xt'
$$.fhreh_	  |_cc-x xt'
$$.fhree>/dev/null =$?1S="-O2
es'sEesecutabre_p=" |_cc-x" |_cc_c89sEexecutabre_p=:h'='r1evaa1t }$$2fhrehh# Sed exp essO Csq
cmapaa strc_a  Ctoaa   }id CPP name.v'sEtr_cpp="	  }'sc 2>y%*$6sEcr_letters%P$6sEcr_LETTERS%;s%[^_e6sEcr_alnum]%_%g'"hh# Sed exp essO Csq
cmapaa strc_a  Ctoaa   }id variabrehname.v'sEtr_sh="	  }'sc 2>y%*+%pp%;s%[^_e6sEcr_alnum]%_%g'"hh
esec 6$?1hh# Saveer-3alog8message, toakeepe$[0]tcos=ao  C meaCc_aful, cos=toh# report actualfi pu 5  }uestKfeCONFIG_FILES etc.'thf eadtKfer-3ir_#5  }uestafter tpuO Cs'handrc_a;h" ilog="
T-is ohre wasFeshendedgby
pound   | *- 2.3.2,>which was
generauedgby
GNU Autoext  2.60d*\InvocauO C ahmmcos=lt $ las
_c8CONFIG_FILES    =h$CONFIG_FILES_c8CONFIG_HEADERS  =h$CONFIG_HEADERS_c8CONFIG_$ecKS    =h$CONFIG_$ecKS_c8CONFIG_COMMANDS =h$CONFIG_COMMANDS_c8$he0f$@

ohr`(hostname ' 2uname -n) =$/dev/nullh|'sc 21q`
"
=' 2>/.$$ac_ext$CONFIG_STATUSe<<' 2>/.$# Fhres r-a.ta_<
ig.f (eva wasFmad3afo!da_<<
ig_fhres "(evaA_<
ig_fhres"a_<<
ig_h;;	ers "(evaA_<
ig_h;;	ers"
=' 2>/.$$ac_ext$CONFIG_STATUSe<<\' 2>/.$evaAs_usage="\
\`  | *-''thf (ntiates fhres oromatemplates accorsMK
htonr-3
curr nthA_<
igurauO C."
Usage:he0f[OPTIONS] [FILE]; s
_c8-h, --help       prtnttr-is h;lp, |_cc n s 
c8-V, --versO C    prtnttversO C number, |_cc n s 
c8-q, --quiet      do hRraprtntt5
emeessnmessages
c8-d, --debug      don't  Gmoveetemporary fhresv      --re/eads    updatee  | *-gby
reA_<
igurMK
hihrr-3asame A_<diuO Cs
c8--fhre=FILE[:TEMPLATE]
		 = thf (ntiatenr-3aco<
igurauO C ohre FILE
c8--h;;	er=FILE[:TEMPLATE]
		 = thf (ntiatenr-3aco<
igurauO C h;;	er FILE

Co<
igurauO C ohres:_$A_<
ig_fhres

Co<
igurauO C h;;	ers:_$A_<
ig_h;;	ers

Report bugs toa<bug-autoext @gnu.org>."
=' 2>/.$ac_ext$CONFIG_STATUSe<<' 2>/.$evaAs_versO C="\\
pound a_<
ig.f (eva 2.3.2
A_<
igur dgby
 0, generauedgby
GNU Autoext  2.60,
c8lC" ntpuOo s \\"`_hav ("'; s_<
igur _args"5|  c 2>/.^ //;  /[\\""\`\$]/\\\\&.g'`\\"

Copyright (C) =006 Free SoftwareeFoundauO C,\Inc.
T-is a_<
ig.f (eva script is oree software;rr-3aFree SoftwareeFoundauO C
gives unrimitahe5ermtssO Csq
cA_py,rdistrcbuttecos=modify it."
h" ipwd='$" ipwd'
srcdir='$srcdir'
INSTALL='$INSTALL'=' 2>/.$$ac_ext$CONFIG_STATUSe<<\' 2>/.$#\If nocohre areespecific 2by
r-3auc[r, |_cc we heed q
c5
ovide Os
aATt
e   }ue.  By we heed q
cknowl_	 fhres ler  specific 2by
r-3auc[r;h" iheed"Os
aATts=:hwhireht|_cce# !=c0
do
88_iKehe1fi  *\--*=*)
c_ex_ LepuOo =`exp '_X
1ch: 'X\([^=]*\)='`
c_ex_ Lepuarg=`exp '_X
1ch: 'X[^=]*=\(.*\)'`
c_ex_ Lshift=:fx" fho \$ac
c_ex_ LepuOo =$1
c_ex_ Lepuarg=$2
c_ex_ Lshift=shift"x" fho \$\"\ME"ee_iKehe6; tpuO Csin_c8# Handrc_atKfer-3atpuOo sdac8-re/eads | --re/eads | --re/ead | --re/ea | --re/e | --re/ | --re | --rc
c_ex_ LAs_re/eads=:fho \$--versO C |$--versO  |$--versO |$--vers |$--ver |$--ve |$--v |$-V c
c_ex_hav ("'; ss_versO C"; n s  ho \$--debug |$--debu |$--deb |$--de |$--d |$-d c
c_exdebug=:fho \$--ohre |$--ohr |$--oh |$--o c
c_ex$_ Lshift
c_exCONFIG_FILES "(CONFIG_FILES $_ Lepuarg"
c_ex_ Lheed"Os
aATts=fa_ccho \$--h;;	er |$--h;;	e |$--h;;	 |$--h;; c
c_ex$_ Lshift
c_exCONFIG_HEADERS "(CONFIG_HEADERS $_ Lepuarg"
c_ex_ Lheed"Os
aATts=fa_ccho \$--h; |$--hc
c_ex# Co*
lict2betweenF--help cos=--h;;	er
c8)nes_hav (checretre te!: ambiguova tpuOo : $1=Try \` 0F--help'\ino
m/}'=informauO C.=N "2
x"${s)n s  1); n s  1c_cc_cho \$--h;lp |$--h;r |$-h c
c_ex_hav ("'; ss_usage"; n s  ho \$-q |$-quiet | --quiet | --quie | --qui | --qu | --qr\y o| -shrent | --shrent | --shren | --shre | --shr | --sh | --sc
c_ex_ LAs_shrent=:fho _c8# T-is _s ahae te!dac_-ac_es_hav (checretre te!: unreA_gnizc 2tpuOo : $1=Try \` 0F--help'\ino
m/}'=informauO C.=N "2
x"${s)n s  1); n s  1c_cc_cfho _c8ac_t eA_<
ig_uargets "(evaA_<
ig_uargets $1"ac_ex _ Lheed"Os
aATts=fa_ccfho _c8i"\MEc_shift
donc__'; s_<
igur _eshra_args=E"_	 $_ LAs_shrentCHO_N "(casec 6$/dev/nullE  '; s_<
igur _eshra_args=("'; s_<
igur _eshra_args --shrent"h'=' ' 2>/.$ac_ext$CONFIG_STATUSe<<' 2>/.$_	 \$_ LAs_re/eadsCHO_N "(cached"runhMK
hCONFIG_SHELL=$SHELL $SHELL $0 ("'; s_<
igur _args \$_ LA_<
igur _eshra_args " --no-createe--no-re/ursO C"v_	   hCONFIG_SHELL=$SHELL"(casport CONFIG_SHELL"(casec $SHELL "$0c"'; s_<
igur _args \$_ LA_<
igur _eshra_args --no-createe--no-re/ursO Ch'=' ' 2>/.$ac_ext$CONFIG_STATUSe<<\' 2>/.$asec 5> xt'
ig.log
{"(cache
   c 2'h;s/./-/g;s/^; s/## /;/.; s$/ ##/;p;x;p;x'a<<' SBOX
## RunhMK
h  | *-. ##
' SBOX
ex_hav ("'; log"
} were ' 2>/.$ac_ext$CONFIG_STATUSe<<' 2>/.$' 2>/.$$ac_ext$CONFIG_STATUSe<<\' 2>/.$
# Handrc_atKfeargwase s.v'K ''vaA_<
ig_uarget'thr$evaA_<
ig_uargets
do
88_iKehe'vaA_<
ig_uarget'thac_ex"xt'
ig.h")xCONFIG_HEADERS "(CONFIG_HEADERS xt'
ig.h" ho \$88"Makefhree)xCONFIG_FILES "(CONFIG_FILES Makefhreefho _c8ac_{nes_hav (checretu  typpthe te!: in  }id argwase :he'vaA_<
ig_uarget"  "checret	  | *-lwe te!: in  }id argwase :he'vaA_<
ig_uarget"  "2;_fx"${s)n s  1); n s  1c_cc_cho \$i"\MEdonc___# If
r-3auc[r dUsehRrauc[ r-3aargwase s q
cspecify
r-3aitems to thf (ntiate, # r-3hrr-3aenv  r'thterfpce _s usc d*\Set Knly r-oc[ r-a.tareehRr.E# Wehuc[ r-3aloK
hoaam\ino
r-3ads
aATt assignase 5becauc[ Kfeac n t Gmely$# bizarre'bu
h CsSunOS 4.1.3."_	 $_ Lheed"Os
aATtsCHO_N "(c |_cc_c8CONFIG_FILES echocho a$E=' 2CONFIG_FILES $A_<
ig_fhres
(c |_cc_c8CONFIG_HEADERS echocho a$E=' 2CONFIG_HEADERS $A_<
ig_h;;	ers
'='
# Havilaetemporary dir -uory ino
A_<venienced*\Make s  thrr-3abuild qree # simply5becauc[ r-cr  _s hRa G s Csagpthst havMK
hit here, cos=thrcddiuO C, # SreatMK
hcos=movMK
hfhres oroma/tmp ahn
sometim's 'auc[ 5
e.lems.E# Hook ino
s sl Gmoval unressndebuggMK
.E# Noteer-at r-cr  _s a small windowl_.>which r-3adir -uory wCll notcb3aAleaned:$# cfter s slSreatM Csbut bef/}'=i slname hasFbeenFassignc 2 o `$tmp'.
$debug ||
{"(ctmpc
shhrap 'n s _TIME
doe $es{  |_ccsz 

tmp'=' 2>/.er)'
d 

tmp'=' 2r1evar 

tmp'c_c 
h/n s  an s _TIME
d
'c0
shhrap '{s)n s  1); n s  1c_c' 1 2 13 15
}
# Createea (se/ure)ctmp dir -uory ino
tmp fhres.

{"(ctmpc`(umask 077 
h/mktemp'
d 
./xt'
XXXXXX") =$/dev/null`'
h
2> |_cc-n2"$tmp'=
h/ |_cc
d 

tmp'
}  ||
{"(ctmpc./1t }$$-$RANDOM"(c(umask 077 
h/mkdir'

tmp')
} ||
{"(cs_hav (c*-lwShnhRracreateeaetemporary dir -uory _.>.=N "2
x"${s)n s  1); n s  1c_c
}'
#h# Serauprr-3ased5scripts ino
CONFIG_FILES se/uO C."#
h# No heed q
cgenerauerr-3ascripts if r-cr  areehRaCONFIG_FILES.$# T-is happens ino
thf (nce w_c.>./xt'
ig.f (eva xt'
ig.hh_	  |_cc-n2"$CONFIG_FILES"S="-O2
=' 2>/.$$v
$0"Oslim='%!_!# 'v'K ''valast>s)
 _.>fa_ccffa_ccffa_ccffa_ccffa_ccf:; do
88c_exta<<
$$subs.sed5<<' 2>/.$SHELL!$SHELL$$0"Oslim
PATH_SEPARATOR!$PATH_SEPARATOR$$0"Oslim
PACKAGE_NAME!$PACKAGE_NAME$$0"Oslim
PACKAGE_TARNAME!$PACKAGE_TARNAME$$0"Oslim
PACKAGE_VERSION!$PACKAGE_VERSION$$0"Oslim
PACKAGE_STRING!$PACKAGE_STRING$$0"Oslim
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$$0"Oslim
exec_prefhx!cexec_prefhx$$0"Oslim
prefhx!cprefhx$$0"Oslim
prement>s)ansoaam_name!cprement>s)ansoaam_name$$0"Oslim
bindir!$bindir$$0"Oslim
sbindir!$sbindir$$0"Oslim
libexecdir!$libexecdir$$0"Oslim
dauarootdir!$dauarootdir$$0"Oslim
dauadir!$dauadir$$0"Oslim
sysa<<
/ir!$sysa<<
/ir$$0"Oslim
sharedf (ee/ir!$sharedf (ee/ir$$0"Oslim
localf (ee/ir!$localf (ee/ir$$0"Oslim
	.h>
/*/ir!$	.h>
/*/ir$$0"Oslim
old	.h>
/*/ir!$old	.h>
/*/ir$$0"Oslim
docdir!$docdir$$0"Oslim
	.fo/ir!$	.fo/ir$$0"Oslim
html/ir!$html/ir$$0"Oslim
dvidir!$dvidir$$0"Oslim
pd
/ir!$pd
/ir$$0"Oslim
ps/ir!$psdir$$0"Oslim
libdir!$lib/ir$$0"Oslim
locale/ir!$local*/ir$$0"Oslim
mcosir!$mcosir$$0"Oslim
DEFS!$DEFS$$0"Oslim

	 _c_!/
	 _c_$$0"Oslim

	 _cN!/
	 _cN$$0"Oslim

	 _cT!/
	 _cT$$0"Oslim
$eBS!($eBS$$0"Oslim
build_alias!$build_alias$$0"Oslim
host>alias!$host>alias$$0"Oslim
uarget>alias!$uarget>alias$$0"Oslim
C_!/C_$$0"Oslim
CFLAGS!(CFLAGS$$0"Oslim
$DFLAGS!($DFLAGS$$0"Oslim
CPPFLAGS!(CPPFLAGS$$0"Oslim
'vaAt_C_!/'vaAt_C_$$0"Oslim

XEEXT!/
XEEXT$$0"Oslim
OBJEXT!/OBJEXT$$0"Oslim
INSTALL_PROGRAM!$INSTALL_PROGRAM$$0"Oslim
INSTALL_SCRIPT!$INSTALL_SCRIPT$$0"Oslim
INSTALL_DATA!$INSTALL_DATA$$0"Oslim
build!$build$$0"Oslim
build_cpu!$build_cpu$$0"Oslim
build_vendor!$build_vendor$$0"Oslim
build_os!$build_os$$0"Oslim
host!$host$$0"Oslim
host>cpu!$host>cpu$$0"Oslim
host>vendor!$host>vendor$$0"Oslim
host>os!$host>os$$0"Oslim
uarget!$uarget$$0"Oslim
uarget>cpu!$uarget>cpu$$0"Oslim
uarget>vendor!$uarget>vendor$$0"Oslim
uarget>os!$uarget>os$$0"Oslim
acx_pthreadaA_<
ig!/'vx_pthreadaA_<
ig$$0"Oslim
PTHREAD_C_!/PTHREAD_C_$$0"Oslim
PTHREAD_$eBS!(PTHREAD_$eBS$$0"Oslim
PTHREAD_CFLAGS!(PTHREAD_CFLAGS$$0"Oslim
C_SSL!$C_SSL$$0"Oslim
C_T_RSA!$C_T_RSA$$0"Oslim
C_OWNER!$C_OWNER$$0"Oslim
C_GROUP!$C_GROUP$$0"Oslim
C_SUPER!$C_SUPER$$0"Oslim
CPP!(CPP$$0"Oslim
GREP!$GREP$$0"Oslim

GREP!$EGREP$$0"Oslim
$eBOBJS!($eBOBJS$$0"Oslim
I_OWNER!$I_OWNER$$0"Oslim
I_GRP!$I_GRP$$0"Oslim
$T$eBOBJS!($T$eBOBJS$$0"Oslim
' 2>/.$$c8_	  |_cc` c 2-n2"s/.*$$0"Oslim\$/X/p" a<<
$$subs.sed5|we c 2>c X`a5
75S="-O2
es  break'es___	 $_ Llast>s)
S="-O2
es  {nes_hav (checretu  typpthe te!: couldrhRramake $CONFIG_STATUS"  "checret	  | *-lwe te!: couldrhRramake $CONFIG_STATUS"  "2;_fx"${s)n s  1); n s  1c_cc_c
es__cc_c8)n$0"Oslim="$$0"Oslim!$$0"Oslim _$$0"Oslim!! "ac_'='donc__$0"eof=` c 2-n2'/^2>/.[0-9]*$/s/2>/./0/p' a<<
$$subs.sed`h_	  |_cc-n2"$$0"eof"S="-O2
es'0"eof=`_hav ("'; eof"5|  ort -nruh|'sc 21q`
es'0"eof=`_xp '$90"eof + 1`
'='
ac_ext$CONFIG_STATUSe<<' 2>/.$ac_ex"\
tmp/subs-1.sed"e<<\2>/.$90"eof
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b  */a' 2>/.$sc 2>as/[,\\&]/\\&/g;  /@/@|#_!!_#|/g
/.$as,@/;  /!/@,|#_!!_#|/
:n
t n
/.'"$$0"Oslim"'$/,g/; t
/.$/\\/; p
N;  /^.*\n//;  /[,\\&]/\\&/g;  /@/@|#_!!_#|/g; b n
'ext$CONFIG_STATUSe<a<<
$$subs.sed'r1evaa1t }$$subs.sed'ac_ext$CONFIG_STATUSe<<' 2>/.$: */
/.|#_!!_#|//g
2>/.$90"eof
' 2>/.$$v# VPATHhmayacauc[ rroubre2lC" nfome
makes,aso we  Gmovee$(srcdir), # ${srcdir}hcos=@srcdir@ oromaVPATHh_	 srcdir _s ".", strcp leasMK
hcos
#5trahr2ss col Cs>aos=|_cc rGmoveer-3awhol3alt $ _	 VPATHhbecom's empty"# (actually we leavila iempty lt $ q
c5
eserv3alt $ numbers)da_	  |_cc_x$srcdircho x.S="-O2
es'0"vpsub='/^[	 ]*VPATH[	 ]*=/{
/.:*\$(srcdir):*/:/
/.:*\${srcdir}:*/:/
/.:*@srcdir@:*/:/
/.$\([^=]*=[	 ]*\):*/\1/
/.:*$//
/.$[^=]*=[	 ]*$//
}'
'='
ac_ext$CONFIG_STATUSe<<\' 2>/.$fi #  |_cc-n2"$CONFIG_FILES"___'K '' $ta
hihr :Fh$CONFIG_FILESr :Hh$CONFIG_HEADERS_do
88_iKehe'vata
hih
88:[FHLC]c_t emode=e'vata
;/a_<tinucho \$i"\ME88_iKehe'vamodee'vata
hih
88:[FHL]*:*)ho \$:L_cho:C*:*) {nes_hav (checretu  typpthe te!: In  }id ta
he'vata
.=N "checret	  | *-lwe te!: In  }id ta
he'vata
.=N "2;_fx"${s)n s  1); n s  1c_cc_cho \$:[FH]-)'' $ta
=-:-ho \$:[FH]*)'' $ta
=e'vata
:e'vata
.inho \$i"\ME88'vafave_IFS=$IFS
88IFS=:
   ct xhe'vata

88IFS=$ cifave_IFS
  shift
c_ cifhre=$1
c_shift
E88_iKehe'vamodehih
88:L)'' $source=$1ho \$:[FH]c
c_ex_ Lfhre_i pu s=
c_ex'K '' $f
c_exdoac_ex  _iKehe'vaf'thac_ex  -)'' $f="
tmp/stdin"ho \$88a8*)'# Look ino
r-3aohre first thrr-3abuild qree, |_cc ihrr-3asource qree 	8#5(if r-catauhs_s hRraabsolutt)d*\T-3a'bsoluttetauhsShnhRrabe DOS-style, 	8#5becauc[ e'vaf'ShnhRrac_<tpthF`:'. 	8 |_cc-f ("'; fch||
	x  _iKehe'vaf'tha	x  [\\/$]*)'fa_ccho 	8a8*)' |_cc-f ("srcdir/"'; fch
h/9 $f="
srcdir/"'; fcho 	8a8i"\M5||
	x  {nes_hav (checretu  typpthe te!: chnhRrafios=i pu 5ohre:he'vaf"  "checret	  | *-lwe te!: chnhRrafios=i pu 5ohre:he'vaf"  "2;_fx"${s)n s  1); n s  1c_cc_cho \$  a8i"\MEc_exee_ Lfhre_i pu s=("'; fhre_i pu she'vaf"
c_exdonc__  c8# Let's stCll 5
ehend s  ts `A_<
igur '>which shf (ntiates (i.e., don't   c8# usee  | *-), peoplplwouldrbe aurprised q
cread:   c8#    */

 C(ig.hd*\Generauedgby
xt'
ig.f (evad*\enyex  __<
igur _i pu ="Generauedgoroma"`IFS=:
	c8ached)*5|  c 2>/|$[^:]*/||;s|:[^:]*/|, |g'`chby
A_<
igur ."
c_ex_	  |_ccx("'; fhre" !=cx-S="-O2
es    __<
igur _i pu =""'; fhred*\$__<
igur _i pu "ac_ex  es_hav (***
Checretu  tySreatMK
h$'; fhre"  "checret	  | *-lwSreatMK
h$'; fhre"  "6;_fx"$n'='
ex  _iKehe'vata
hih
88*\e:-:_cho :-)'ac_ex"
tmp/stdin"ho \$88i"\MEc_exho \$\"\ME"ee$0"Oir=`$9sEdirname -- "$'; fhre" ||
$9sEexp  X"$'; fhre" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|2\
	 X"$'; fhre" : 'X\(//\)[^/]' \|2\
	 X"$'; fhre" : 'X\(//\)$' \|2\
	 X"$'; fhre" : 'X\(/\)'e\|2. =$/dev/nullh||
achedX"$'; fhre" |Ec_exsc 2>/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\(\/\/\)[^/].*/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\(\/\/\)$/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\(\/\).*/{
	 2> s//\1/
	 2> q
	 2}
	 2s/.*/./; q'`
  {/\c_Oir="$$0"Oirc
a8_iKehe6sEdir'thr#(
88-ac_tsidir=./e6sEdirho \$i"\ME88 |_cc
d 

9s_dirch' 2{e  | *kdir_p 
h/mkdir'-p 

9s_dircc_c ' 2{
exee_s_dirs=
c_exwhireh:;xdoac_ex  _iKehe'sEdir'thr#(
8888*\e\'ac_tsiqOir=`ecret	  | dirch'  c 2"s/'/'\\\\\\\\''/g"`hor#(
88a8a8*)otsiqOir=e6sEdirho \$  a8i"\MEc_exee_s_dirs="'e6sEqdir''e6sEdirs"Ec_exee_s_dir=`$9sEdirname -- "$'s_dirch' 
$9sEexp  X"$'s_dirch: 'X\(.*[^/]\)//*[^/][^/]*/*$' \|2\
	 X"$'s_dirch: 'X\(//\)[^/]' \|2\
	 X"$'s_dirch: 'X\(//\)$' \|2\
	 X"$'s_dirch: 'X\(/\)'e\|2. =$/dev/nullh||
achedX"$'s_dirch'Ec_exsc 2>/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\(\/\/\)[^/].*/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\(\/\/\)$/{
	 2> s//\1/
	 2> q
	 2}
	 2/^X\(\/\).*/{
	 2> s//\1/
	 2> q
	 2}
	 2s/.*/./; q'`
       |_cc
d 

9s_dirch
h/break'c_exdonc_     |_cc
z 

9s_dirsch' 2i  }'=mkdir'e6sEdirs"Ec_}=' 2>/.er
d 

9s_dirch' 2{ees_hav (checretu  typpthe te!: chnhRracreateedir -uory 
9s_dirch "checret	  | *-lwe te!: chnhRracreateedir -uory 
9s_dirch "2;_fx"${s)n s  1); n s  1c_cc_ch_c
es$0"builddir=.
s_iKeho$$0"Oirchih
.)e$0"Oir_suffhx='' $top"builddir_sub=.'' $top"build_prefhx= ho *)
c_$0"Oir_suffhx=/`_hav ("'; dirch'  c 2's,^\.[\\/],,'`_c8# A "..=Nino
each dir -uory _.>$$0"Oir_suffhx."
h9}
top"builddir_sub=`_hav ("'; dir_suffhxch'  c 2's,/[^\\/] ,/..,g;s,/,,'`_c8_iKehe'vatop"builddir_subhih
88"$ec' $top"builddir_sub=.'' $top"build_prefhx= ho \$ac_ ' $top"build_prefhx=e'vatop"builddir_sub/xho \$\"\M ho i"\ME'va'bsatop"builddir=e'vapwdE'va'bsabuilddir=e'vapwd"'; dir_suffhx
#h'K 'backwardacoptauObhr2ty:
'vatop"builddir=e'vatop"build_prefhx$a_iKehesrcdir _h
88.)e # Wehare'buildMK
hihrtlpce.
c_ex_ Lsrcdir=.
c_ex_ Ltop"srcdir=e'vatop"builddir_sub
c_ex_ L'bsatop"srcdir=e'vapwdxho \$[\\/] e| ?:[\\/] e) 8# Absoluttename.vc_ex_ Lsrcdir=esrcdir"'; dir_suffhx;
c_ex_ Ltop"srcdir=esrcdir
c_ex_ L'bsatop"srcdir=esrcdir ho \$ac_# Relativilname.vc_ex_ Lsrcdir=e'vatop"build_prefhxesrcdir"'; dir_suffhx
c_ex_ Ltop"srcdir=e'vatop"build_prefhxesrcdir
c_ex_ L'bsatop"srcdir=e'vapwd/esrcdir ho i"\ME'va'bsasrcdir=e'va'bsatop"srcdir"'; dir_suffhx

E88_iKehe'vamodehih
88:F)
c_#_c8# CONFIG_FILE
c_#_E88_iKeheINSTALLhih
88[\\/$]*e| ?:[\\/] e) 'vaINSTALL=eINSTALLhho \$ac_t eINSTALL=e'vatop"build_prefhxeINSTALLhho \$i"\ME' 2>/.$$ac_ext$CONFIG_STATUSe<<\' 2>/.$#\If r-catemplate_does hRraknowlabout dauarootdir, expcos=it. # FIXME: T-is hack_shouldrbe rGmoved a feweyearstafter 2.60d
$0"Oauarootdir_hack=; $0"Oauarootdir_seen=$a_iKeh` c 2-n2'/Oauarootdir/2{
exp
esq
}
/@dauadir@/p
/@docdir@/p
/@	.fo/ir@/p
/@local*/ir@/p
/@mcosir@/p
'h$'; fhre_i pu s`fi  *Oauarootdirac_t eOauarootdir_seen=LAGSo *@dauadir@*|*@docdir@*|*@	.fo/ir@*|*@local*/ir@*|*@mcosir@*)
c_es_hav (checretu  typpthWARNINGch"'; fhre_i pu shseems to tgn/}'=r-3a--Oauarootdir
settMK
=N "checret	  | *-lwWARNINGch"'; fhre_i pu shseems to tgn/}'=r-3a--Oauarootdir
settMK
=N "2;_f' 2>/.$ac_ext$CONFIG_STATUSe<<' 2>/.$ _t eOauarootdir_hack='
88 &@dauadir@&$dauadir&g
88 &@docdir@&$docdir&g
88 &@	.fo/ir@&$	.fo/ir&g
88 &@local*/ir@&$local*/ir&g
88 &@mcosir@&$mcosir&g
8888 &\\\${Oauarootdir}&$dauarootdir&g' ho i"\ME' 2>/.$
# Neutralize VPATHhw_c.>`$srcdir' = `.'. # Shell codehih
A_<
igur .\M might  ct eshrasub. # FIXME: do we  Gally wantxtoa pthtpthFt-is oeatur ?$ac_ext$CONFIG_STATUSe<<' 2>/.$ _ c 2"$9}
vpsub
$eshrasub ' 2>/.$ac_ext$CONFIG_STATUSe<<\' 2>/.$:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 &@__<
igur _i pu @&$__<
igur _i pu &;t t
/&@top"builddir@&$'vatop"builddir_sub&;t t
/&@srcdir@&$'vasrcdir&;t t
/&@'bsasrcdir@&$'va'bsasrcdir&;t t
/&@top"srcdir@&$'vatop"srcdir&;t t
/&@'bsatop"srcdir@&$'va'bsatop"srcdir&;t t
/&@builddir@&$'vabuilddir&;t t
/&@'bsabuilddir@&$'va'bsabuilddir&;t t
/&@'bsatop"builddir@&$'va'bsatop"builddir&;t t
/&@INSTALL@&$'vaINSTALL&;t t
$t eOauarootdir_hack
"h"'; fhre_i pu sh|  c 2-f "
tmp/subs-1.sed"e>
tmp/outh
 |_cc_flag" iOauarootdir_hackg" iOauarootdir_seen" 
h
2>s }'=out=` c 2-n2'/\${Oauarootdir}/p' "
tmp/out"`h  |_cc-n2"$$0"out"v_	ho s2>s }'=out=` c 2-n2'/^[	 ]*Oauarootdir[	 ]*:*=/p' "
tmp/out"`h  |_cc-z2"$$0"out"v_	ho s2>s _hav (checretu  typpthWARNINGch"'; fhre'A_<tpthsaah
rferencestonr-3avariabreh\`Oauarootdir'
which seems to be und
et $d.  PleiKehmake sure s  ts d
et $d.=N "checret	  | *-lwWARNINGch"'; fhre'A_<tpthsaah
rferencestonr-3avariabreh\`Oauarootdir'
which seems to be und
et $d.  PleiKehmake sure s  ts d
et $d.=N "2;_f
c8r1evaa"
tmp/stdin"E88_iKehe'vaohre i  *\-)'ac_e"
tmp/out";8r1evaa"
tmp/out";o \$ac_r1evaa"
'; fhre"; mva"
tmp/out"he'vaohreho \$i"\ME8ho \$:H)
c_#_c8# CONFIG_HEADER
c_#_' 2>/.$$# T)ansoaam=' 2>/.$ac_eiCtoaa sed5script `A_<





d
et $s',er-at
# substituues r-3apropera  }uestiCtoa
 C(ig.hdin q
c5
oducea
 C(ig.hd$ac_objextmwe c d
et $s extmwe c tptl$# Fhrst,=appendaa spacestonevery und
e/'
et $ lt $, toneiKehmatchMK
.Eec_cv'/.$/_ext>extmwe c d
et $s$# T-3n,55
et -usagpthst beMK
h Csr-3a ight  ide tIFa sed5subst, no
th$# co unquot'd here docwase , thrxt'
ig.f (evad*\If fome
macros ler  # S(lled2several tim's r-cr  might be a$veral #d
et $s ino
r-3asame # symbol,>which _s uscress.  But do hRra ort r-3m, .2sccer-3alast # AC_DEF ty must be hon/}'dd
$0"wK s_re=[_e6sEcr_Letters][_e6sEcr_alnum]*$# T-3s3ased5ahmmcoss>are'passed q
csed as "A NAMEhB PARAMS C VALUE D", w_cr 
# NAMEhis r-3acpp
macro beMK
hd
et $d, VALUE is r-3a  }ue s  ts beMK
hgiveC."# PARAMS is r-3aparamster ltst thrr-3amacro d
et iuO C--in mo(ee_iKes, it's$# just a iempty strc_ad
$0"OA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
$0"OB='\\)[	 (].*,\\1d
et $\\2'
$0"OC=' '
$0"OD=' ,'

uniq=' 2>/.$ac_e|
88 c 2-n2>a	t rset 	:rset 	s/^[	 ]*#[	 ]*O
et $[	 ][	 ]*//a	t ok
	d 	:ok
	 /[\\&,]/\\&/g 	s/^\('"$$0"wK s_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$$0"OA"'\1'"$$0"OB"'\2'"${$0"OC}"'\3'"$$0"OD"'/p
	s/^\('"$$0"wK s_re"'\)[	 ]*\(.*\)/'"$$0"OA"'\1'"$$0"OB$$0"OC"'\2'"$$0"OD"'/p
ex'e>>extmwe c d
et $s$_# Removeer-3aspacest-at wasFappended q
ceiKehmatchMK
.E# T-3na Gtlpce #unextelC" n$hmmse s.  T-is _s necessary, inoE# n ample, thrr-3achc[ Kfe_POSIX_SOURCE,>which _s pred
et $d cos=requiredE# on
some systems w_cr  __<
igur  wCll notcdecide toad
et $ it. # (T-3a Ggexp ahn
be short, .2sccer-3alt $ A_<tpths ei -u  #'
et $ no
#unext.)Eec_cv'/. $//
/,^[	 #]*u.*,/* & */,'e>>extmwe c d
et $s$_# Breakauprextmwe c d
et $s:
'vamax_sed_lt $s=50
$# Fhrstased5ahmmcos _s:	  c 2-f d
et $s.sed5"'; fhre_i pu sh>"
tmp/out1"h# SeA_<d o $ is:	  c 2-f d
et $s.sed5"
tmp/out1"h>"
tmp/out2"$# T-ird o $ lCll be:	  c 2-f d
et $s.sed5"
tmp/out2"h>"
tmp/out1"h# ct csterad
$0"in='$" ifhre_i pu s'
$0"out='"
tmp/out1"'
$0"nxt='"
tmp/out2"'
hwhireh:_do
88# WriteFa here docwase :
ex  _i_ext$CONFIG_STATUSe<<' 2>/.$ _88# Fhrst,=/eads r-3aoormautKfer-3alt $:
ex  _i_ex"\
tmp/d
et $s.sed"e<<\\2>/.
/^[	 ]*#[	 ]*unext[	 ][	 ]*$$0"wK s_re[	 ]*\$/b d
e
/^[	 ]*#[	 ]*O
et $[	 ][	 ]*$$0"wK s_re[(	 ]/b d
e
b
:d
e
' 2>/.$ _ c 2${$0"max_sed_lt $s}qjextmwe c d
et $s xt$CONFIG_STATUS
c8ached'2>/.$ _88 c 2-f "
tmp/d
et $s.sed"'v_c' $ine>  0"out" xt$CONFIG_STATUS
c8$0"in=  0"out; }'=out=$$0"nxt; }'=nxt=c' $in$ _ c 21,${$0"max_sed_lt $s}djextmwe c d
et $s xextmwe c tptl$dwe c 2. extmwe c tptl $/dev/nullh||/break'c_ac_objextmwe c d
et $s'c_mvaextmwe c tptl extmwe c d
et $s'donc_ac_objextmwe c d
et $s extmwe c tptl$hecret	a; result=c' $in" xt$CONFIG_STATUS
ac_ext$CONFIG_STATUSe<<\' 2>/.$ex_	  |_ccx("'; fhre" !=cx-S="-O2
es  ecret	/* $__<
igur _i pu *\en"h>"
tmp/xt'
ig.h"
ex  _i_e("'; result" xt"
tmp/xt'
ig.h"
ex  _	 diffce'vaohre "
tmp/xt'
ig.h"e>/dev/null =$?1S="-O2
es  2>s _hav (checretu  typpthe'vaohre is unAhang'd=N "checret	  | *-lwe'vaohre is unAhang'd=N "6;_fx"$n__cc_c8)nc_ac_obje'vaohre_c8)nc_mva"
tmp/xt'
ig.h"ee'vaohre_c8)n'='.e__cc_c8)necret	/* $__<
igur _i pu *\en"
ex  _i_e("'; result"
x"'='.er1evaa"
tmp/out12"$fho _ \$\"\ME"donc #h'K ''vata
 _ {s)n s  0); n s  0h_c
' 2>/.$ahmod +x $CONFIG_STATUS
a iclean_fhres $a iclean_fhresifave$$v# __<
igur  is writMK
htoa
 C(ig.log,>aos=|_cc S(lls a_<
ig.f (eva. # A_<
ig.f (eva does i slowna Gdir -uO C, cpp */MK
htoa
 C(ig.log. # Unfortunately,aon
DOSFt-is optls, csrxt'
ig.log8_s stCll kept opeh$# by
A_<
igur ,aso A_<
ig.f (eva won't b3aabrehtoFwrite to tt; its$# outpu 5_s simply discardc d*\So we asec r-3aFD to /dev/null, # eff -uOvely clos2ss coC(ig.log,>so s  Ahn
be properly (re)opeh$d cos$# cppended q
cby
xt'
ig.f (evad*\W_O2 ahmMK
hback_toa
 C(igur ,aw 
# he