]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, Makefile.in, aclocal.m4, configure, configure.in:
authorHarlan Stenn <stenn@ntp.org>
Thu, 7 Sep 2000 04:41:00 +0000 (04:41 -0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 7 Sep 2000 04:41:00 +0000 (04:41 -0000)
  * configure.in: ac_cv_atom_ok, depends on HAVE_PPSAPI.
  I notice the PARSE clocks require ATOM.  Could be interesting...

bk: 39b71c5cpyk9bzbf0bD9slhlyX2d4w

ChangeLog
ElectricFence/Makefile.in
Makefile.in
configure
configure.in
include/Makefile.in
libntp/Makefile.in
librsaref/Makefile.in
scripts/Makefile.in

index f268469b6105d45a999e33dc7ab50e8b95edad4f..b718cb4d8e3cc00dfaab02c88e18be89f0a3e270 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-07  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * configure.in: ac_cv_atom_ok, depends on HAVE_PPSAPI.
+       I notice the PARSE clocks require ATOM.  Could be interesting...
+
 2000-09-06  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * Makefile.in (distdir): Seems to be a bug in an automake library
index 703ab3b69ee5e6bb74facab44da61b5acbbac8c3..1a18f7affb8424b26f90c12ff49339e1d2d2db1c 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.in generated automatically by automake 1.4a from Makefile.am
 
-# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -145,15 +145,15 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CF
 CCLD = $(CC)
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 DIST_SOURCES =  $(libefence_a_SOURCES) eftest.c tstheap.c
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-DEP_FILES =  @AMDEP@ $(DEPDIR)/efence.Po $(DEPDIR)/eftest.Po \
-$(DEPDIR)/page.Po $(DEPDIR)/print.Po $(DEPDIR)/tstheap.Po
 DIST_COMMON =  README COPYING Makefile.am Makefile.in
 
 
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
 GZIP_ENV = --best
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+DEP_FILES =  @AMDEP@ $(DEPDIR)/efence.Po $(DEPDIR)/eftest.Po \
+$(DEPDIR)/page.Po $(DEPDIR)/print.Po $(DEPDIR)/tstheap.Po
 SOURCES = $(libefence_a_SOURCES) eftest.c tstheap.c
 OBJECTS = $(am_libefence_a_OBJECTS) eftest.o tstheap.o
 
@@ -163,7 +163,7 @@ all: all-redirect
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu ElectricFence/Makefile
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
@@ -242,6 +242,20 @@ distclean-tags:
 
 maintainer-clean-tags:
 
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+distdir: $(DISTFILES)
+       @for file in $(DISTFILES); do \
+         d=$(srcdir); \
+         if test -d $$d/$$file; then \
+           cp -pR $$d/$$file $(distdir); \
+         else \
+           test -f $(distdir)/$$file \
+           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+           || cp -p $$d/$$file $(distdir)/$$file || :; \
+         fi; \
+       done
+
 @AMDEP@include $(DEPDIR)/efence.Po
 @AMDEP@include $(DEPDIR)/eftest.Po
 @AMDEP@include $(DEPDIR)/page.Po
@@ -265,21 +279,6 @@ maintainer-clean-depend:
 @AMDEP@        $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-distdir: $(DISTFILES)
-       @for file in $(DISTFILES); do \
-         d=$(srcdir); \
-         if test -d $$d/$$file; then \
-           cp -pR $$d/$$file $(distdir) \
-           || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
 info-am:
 info: info-am
 dvi-am:
@@ -350,11 +349,11 @@ mostlyclean-compile distclean-compile clean-compile \
 maintainer-clean-compile mostlyclean-checkPROGRAMS \
 distclean-checkPROGRAMS clean-checkPROGRAMS \
 maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
-clean-tags maintainer-clean-tags mostlyclean-depend distclean-depend \
-clean-depend maintainer-clean-depend distdir info-am info dvi-am dvi \
-check-local check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all install-strip \
+clean-tags maintainer-clean-tags distdir mostlyclean-depend \
+distclean-depend clean-depend maintainer-clean-depend info-am info \
+dvi-am dvi check-local check check-am installcheck-am installcheck \
+install-exec-am install-exec install-data-am install-data install-am \
+install uninstall-am uninstall all-redirect all-am all install-strip \
 installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
index 45f8904a6f4b101023faa3e89dcceee2973c1f51..fdf798b95ee1df7e5a8318ffe9df2d468148c2f6 100644 (file)
@@ -10,9 +10,6 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
-
-
 SHELL = @SHELL@
 
 srcdir = @srcdir@
@@ -34,8 +31,6 @@ mandir = @mandir@
 includedir = @includedir@
 oldincludedir = /usr/include
 
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
@@ -48,9 +43,10 @@ AUTOMAKE = @AUTOMAKE@
 AUTOHEADER = @AUTOHEADER@
 
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_FLAG =
 transform = @program_transform_name@
 
 NORMAL_INSTALL = :
@@ -59,6 +55,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+
+@SET_MAKE@
 build_alias = @build_alias@
 build_triplet = @build@
 host_alias = @host_alias@
@@ -105,12 +103,56 @@ U = @U@
 VERSION = @VERSION@
 install_sh = @install_sh@
 
-AUTOMAKE_OPTIONS = util/ansi2knr foreign
+#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
 
-SUBDIRS =      scripts         include         ElectricFence           librsaref               libntp          libparse                ntpd            ntpdate         ntpdc           ntpq            ntptrace                parseutil               adjtimed                clockstuff              kernel          util
 
+AUTOMAKE_OPTIONS = util/ansi2knr foreign
 
-EXTRA_DIST =   COPYRIGHT       ChangeLog       NEWS    NOTES.y2kfixes  README.cvs      README.des      README.hackers  README.rsa      TODO    WHERE-TO-START  acconfig.h      build   config.guess    config.h.in     config.sub      dot.emacs       excludes        flock-build     install-sh      ntp_update      readme.y2kfixes         results.y2kfixes        conf    html    ports
+SUBDIRS = \
+       scripts \
+       include \
+       ElectricFence   \
+       librsaref       \
+       libntp  \
+       libparse        \
+       ntpd    \
+       ntpdate \
+       ntpdc   \
+       ntpq    \
+       ntptrace        \
+       parseutil       \
+       adjtimed        \
+       clockstuff      \
+       kernel  \
+       util
+
+
+EXTRA_DIST = \
+       COPYRIGHT \
+       ChangeLog \
+       NEWS \
+       NOTES.y2kfixes \
+       README.cvs \
+       README.des \
+       README.hackers \
+       README.rsa \
+       TODO \
+       WHERE-TO-START \
+       acconfig.h \
+       build \
+       config.guess \
+       config.h.in \
+       config.sub \
+       dot.emacs \
+       excludes \
+       flock-build \
+       install-sh \
+       ntp_update \
+       readme.y2kfixes \
+       results.y2kfixes \
+       conf \
+       html \
+       ports
 
 
 #ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
@@ -124,19 +166,20 @@ BUILT_SOURCES = $(srcdir)/COPYRIGHT
 CVO = `$(srcdir)/config.guess`
 
 BHOST = `(hostname || uname -n)`
+subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = 
+DIST_SOURCES = 
 DIST_COMMON =  README ./stamp-h.in ChangeLog INSTALL Makefile.am \
 Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
-config.h.in config.sub configure configure.in install-sh missing \
-mkinstalldirs
+config.h.in config.sub configure configure.in depcomp install-sh \
+missing mkinstalldirs
 
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = gtar
 GZIP_ENV = --best
 all: all-redirect
 .SUFFIXES:
@@ -161,18 +204,22 @@ config.h: stamp-h
                $(MAKE) stamp-h; \
        else :; fi
 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
+       @rm -f stamp-h stamp-hT
+       @echo timestamp > stamp-hT 2> /dev/null
        cd $(top_builddir) \
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
             $(SHELL) ./config.status
-       @echo timestamp > stamp-h 2> /dev/null
-$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
+       @mv stamp-hT stamp-h
+$(srcdir)/config.h.in: $(srcdir)/./stamp-h.in
        @if test ! -f $@; then \
-               rm -f $(srcdir)/stamp-h.in; \
-               $(MAKE) $(srcdir)/stamp-h.in; \
+               rm -f $(srcdir)/./stamp-h.in; \
+               $(MAKE) $(srcdir)/./stamp-h.in; \
        else :; fi
-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
+$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
+       @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
+       @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
        cd $(top_srcdir) && $(AUTOHEADER)
-       @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
+       @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
 
 mostlyclean-hdr:
 
@@ -190,8 +237,6 @@ maintainer-clean-hdr:
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
 
-@SET_MAKE@
-
 all-recursive install-data-recursive install-exec-recursive \
 installdirs-recursive install-recursive uninstall-recursive  \
 check-recursive installcheck-recursive info-recursive dvi-recursive:
@@ -218,10 +263,11 @@ maintainer-clean-recursive:
        @set fnord $(MAKEFLAGS); amf=$$2; \
        dot_seen=no; \
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-         rev="$$subdir $$rev"; \
-         test "$$subdir" = "." && dot_seen=yes; \
+         if test "$$subdir" = "."; then :; else \
+           rev="$$subdir $$rev"; \
+         fi; \
        done; \
-       test "$$dot_seen" = "no" && rev=". $$rev"; \
+       rev="$$rev ."; \
        target=`echo $@ | sed s/-recursive//`; \
        for subdir in $$rev; do \
          echo "Making $$target in $$subdir"; \
@@ -240,15 +286,17 @@ tags-recursive:
 
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-       list='$(SOURCES) $(HEADERS)'; \
-       unique=`for i in $$list; do echo $$i; done | \
-         awk '    { files[$$0] = 1; } \
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+       list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
-       here=`pwd` && cd $(srcdir) \
-         && mkid -f$$here/ID $$unique $(LISP)
+       mkid -fID $$unique $(LISP)
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+               $(TAGS_FILES) $(LISP)
        tags=; \
        here=`pwd`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -256,12 +304,14 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LI
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
    fi; \
        done; \
-       list='$(SOURCES) $(HEADERS)'; \
-       unique=`for i in $$list; do echo $$i; done | \
-         awk '    { files[$$0] = 1; } \
+       list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
-         || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
+         || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
 
 mostlyclean-tags:
 
@@ -275,50 +325,60 @@ maintainer-clean-tags:
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
 
+
 # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another
 # tarfile.
 distcheck: dist
-       -rm -rf $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
+       -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
+       GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
+       chmod -R a-w $(distdir); chmod a+w $(distdir)
        mkdir $(distdir)/=build
        mkdir $(distdir)/=inst
-       dc_install_base=`cd $(distdir)/=inst && pwd`; \
-       cd $(distdir)/=build \
+       chmod a-w $(distdir)
+       dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
+         && cd $(distdir)/=build \
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
          && $(MAKE) $(AM_MAKEFLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) install \
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-         && $(MAKE) $(AM_MAKEFLAGS) dist
-       -rm -rf $(distdir)
+         && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+         && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
+         && $(MAKE) $(AM_MAKEFLAGS) dist \
+         && $(MAKE) $(AM_MAKEFLAGS) distclean \
+         && rm -f $(distdir).tar.gz \
+         && test `find . -type f -print | wc -l` -eq 0
+       -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
        @banner="$(distdir).tar.gz is ready for distribution"; \
        dashes=`echo "$$banner" | sed s/./=/g`; \
        echo "$$dashes"; \
        echo "$$banner"; \
        echo "$$dashes"
 dist: distdir
-       -chmod -R a+r $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-       -rm -rf $(distdir)
+       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+         ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
+       || chmod -R a+r $(distdir)
+       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
+       -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 dist-all: distdir
-       -chmod -R a+r $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-       -rm -rf $(distdir)
+       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+         ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
+       || chmod -R a+r $(distdir)
+       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz
+       -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 distdir: $(DISTFILES)
-       -rm -rf $(distdir)
+       -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
        mkdir $(distdir)
-       -chmod 777 $(distdir)
-       here=`cd $(top_builddir) && pwd`; \
-       top_distdir=`cd $(distdir) && pwd`; \
-       distdir=`cd $(distdir) && pwd`; \
-       cd $(top_srcdir) \
-         && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
+           cp -pR $$d/$$file $(distdir); \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
@@ -330,7 +390,6 @@ distdir: $(DISTFILES)
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
            || exit 1; \
-           chmod 777 $(distdir)/$$subdir; \
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
              || exit 1; \
          fi; \
@@ -361,7 +420,7 @@ uninstall: uninstall-recursive
 all-am: Makefile config.h
 all-redirect: all-recursive-am
 install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
 installdirs: installdirs-recursive
 installdirs-am:
 
@@ -375,6 +434,7 @@ distclean-generic:
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
 maintainer-clean-generic:
+       -rm -f Makefile.in
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
@@ -398,7 +458,8 @@ maintainer-clean: maintainer-clean-recursive
        -rm -f config.status
 
 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
-install-data-recursive uninstall-data-recursive install-exec-recursive \
+install-recursive uninstall-recursive install-data-recursive \
+uninstall-data-recursive install-exec-recursive \
 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 all-recursive check-recursive installcheck-recursive info-recursive \
 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
@@ -406,9 +467,10 @@ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs-am \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+install uninstall-am uninstall all-redirect all-am all install-strip \
+installdirs-am installdirs mostlyclean-generic distclean-generic \
+clean-generic maintainer-clean-generic clean mostlyclean distclean \
+maintainer-clean
 
 
 $(srcdir)/COPYRIGHT: html/copyright.htm
index a163dc2430e245b72753a1d2de44a86bbee6a421..655d799d91b219e5282d083add52e5950b158190 100755 (executable)
--- a/configure
+++ b/configure
@@ -564,7 +564,7 @@ Optional Features:
   --enable-ARBITER        + Arbiter 1088A/B GPS receiver
   --enable-ARCRON-MSF     + Arcron MSF receiver
   --enable-AS2201         + Austron 2200A/2201A GPS receiver
-  --enable-ATOM           + PPS interface
+  --enable-ATOM           s PPS interface
   --enable-CHU            - CHU modem/decoder
   --enable-AUDIO-CHU      s CHU audio/decoder
   --enable-DATUM          s Datum Programmable Time System
@@ -577,7 +577,7 @@ Optional Features:
   --enable-MSFEES         + EES M201 MSF receiver
   --enable-MX4200         s Magnavox MX4200 GPS receiver
   --enable-NMEA           + NMEA GPS receiver
-  --enable-ONCORE         + Motorola VP/UT Oncore GPS receiver
+  --enable-ONCORE         s Motorola VP/UT Oncore GPS receiver
   --enable-PALISADE       + Palisade clock
   --enable-PST            + PST/Traconex 1020 WWV/WWVH receiver
   --enable-JUPITER        s Rockwell Jupiter GPS receiver
@@ -1181,7 +1181,7 @@ fi
 # Define the identity of the package.
 PACKAGE=ntp
 
-VERSION=4.0.99k8
+VERSION=4.0.99k9
 
 cat >>confdefs.h <<EOF
 #define PACKAGE "$PACKAGE"
@@ -1216,6 +1216,7 @@ fi
 # some platforms.
 
 ac_cv_var_oncore_ok=no
+ac_cv_var_atom_ok=no
 
 iCFLAGS="$CFLAGS"
 
@@ -1227,7 +1228,7 @@ ac_gnu_compiler=$ac_cv_prog_gcc
 
 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "configure:1230: checking for $ac_word" >&5
+echo "configure:1231: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1251,10 +1252,10 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "configure:1254: result: $CC" >&5
+  echo "configure:1255: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6
 else
-  echo "configure:1257: result: no" >&5
+  echo "configure:1258: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1262,7 +1263,7 @@ if test -z "$ac_cv_prog_CC"; then
   if test -n "$ac_tool_prefix"; then
     # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
-echo "configure:1265: checking for $ac_word" >&5
+echo "configure:1266: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1286,10 +1287,10 @@ fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then
-  echo "configure:1289: result: $ac_ct_CC" >&5
+  echo "configure:1290: result: $ac_ct_CC" >&5
 echo "${ECHO_T}$ac_ct_CC" >&6
 else
-  echo "configure:1292: result: no" >&5
+  echo "configure:1293: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1302,7 +1303,7 @@ fi
 if test -z "$CC"; then
   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "configure:1305: checking for $ac_word" >&5
+echo "configure:1306: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1326,10 +1327,10 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "configure:1329: result: $CC" >&5
+  echo "configure:1330: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6
 else
-  echo "configure:1332: result: no" >&5
+  echo "configure:1333: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1337,7 +1338,7 @@ if test -z "$ac_cv_prog_CC"; then
   if test -n "$ac_tool_prefix"; then
     # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2
-echo "configure:1340: checking for $ac_word" >&5
+echo "configure:1341: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1361,10 +1362,10 @@ fi
 fi
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 if test -n "$ac_ct_CC"; then
-  echo "configure:1364: result: $ac_ct_CC" >&5
+  echo "configure:1365: result: $ac_ct_CC" >&5
 echo "${ECHO_T}$ac_ct_CC" >&6
 else
-  echo "configure:1367: result: no" >&5
+  echo "configure:1368: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1378,7 +1379,7 @@ fi
 if test -z "$CC"; then
   # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2
-echo "configure:1381: checking for $ac_word" >&5
+echo "configure:1382: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1420,10 +1421,10 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "configure:1423: result: $CC" >&5
+  echo "configure:1424: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6
 else
-  echo "configure:1426: result: no" >&5
+  echo "configure:1427: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1433,7 +1434,7 @@ if test -z "$CC"; then
 do
   # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "configure:1436: checking for $ac_word" >&5
+echo "configure:1437: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1457,10 +1458,10 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "configure:1460: result: $CC" >&5
+  echo "configure:1461: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6
 else
-  echo "configure:1463: result: no" >&5
+  echo "configure:1464: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1471,7 +1472,7 @@ if test "$CC" = ""; then
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "configure:1474: checking for $ac_word" >&5
+echo "configure:1475: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_CC+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1495,10 +1496,10 @@ fi
 fi
 CC=$ac_cv_prog_CC
 if test -n "$CC"; then
-  echo "configure:1498: result: $CC" >&5
+  echo "configure:1499: result: $CC" >&5
 echo "${ECHO_T}$CC" >&6
 else
-  echo "configure:1501: result: no" >&5
+  echo "configure:1502: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -1511,10 +1512,10 @@ fi
 
 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" >&2; exit 1; }
 
-echo "configure:1514: checking whether the C compiler works" >&5
+echo "configure:1515: checking whether the C compiler works" >&5
 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 1517 "configure"
+#line 1518 "configure"
 #include "confdefs.h"
 
 int
@@ -1525,11 +1526,11 @@ main ()
   return 0;
 }
 _ACEOF
-if { (eval echo configure:1528: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:1529: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   # FIXME: these cross compiler hacks should be removed for autoconf 3.0
 # If not cross compiling, check that we can run a simple program.
 if test "$cross_compiling" != yes; then
-  if { ac_try='./conftest'; { (eval echo configure:1532: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
+  if { ac_try='./conftest'; { (eval echo configure:1533: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
     cross_compiling=no
   else
     if test "$cross_compiling" = maybe; then
@@ -1540,21 +1541,21 @@ To enable cross compilation, use \`--host'." >&2; exit 1; }
     fi
   fi
 fi
-echo "configure:1543: result: yes" >&5
+echo "configure:1544: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  echo "configure:1548: result: no" >&5
+  echo "configure:1549: result: no" >&5
 echo "${ECHO_T}no" >&6
 { echo "configure: error: C compiler cannot create executables" >&2; exit 77; }
 fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_extecho "configure:1552: checking whether we are cross compiling" >&5
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_extecho "configure:1553: checking whether we are cross compiling" >&5
 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "configure:1554: result: $cross_compiling" >&5
+echo "configure:1555: result: $cross_compiling" >&5
 echo "${ECHO_T}$cross_compiling" >&6
 
-echo "configure:1557: checking whether we are using GNU C" >&5
+echo "configure:1558: checking whether we are using GNU C" >&5
 echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
 if test "${ac_cv_prog_gcc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1565,13 +1566,13 @@ cat >conftest.$ac_ext <<_ACEOF
   yes;
 #endif
 _ACEOF
-if { ac_try='${CC-cc} -E conftest.$ac_ext'; { (eval echo configure:1568: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; } | grep yes >/dev/null; then
+if { ac_try='${CC-cc} -E conftest.$ac_ext'; { (eval echo configure:1569: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; } | grep yes >/dev/null; then
   ac_cv_prog_gcc=yes
 else
   ac_cv_prog_gcc=no
 fi
 fi
-echo "configure:1574: result: $ac_cv_prog_gcc" >&5
+echo "configure:1575: result: $ac_cv_prog_gcc" >&5
 echo "${ECHO_T}$ac_cv_prog_gcc" >&6
 ac_gnu_compiler=$ac_cv_prog_gcc
 if test $ac_gnu_compiler = yes; then
@@ -1582,13 +1583,13 @@ fi
 ac_test_CFLAGS=${CFLAGS+set}
 ac_save_CFLAGS=$CFLAGS
 CFLAGS=
-echo "configure:1585: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1586: checking whether ${CC-cc} accepts -g" >&5
 echo $ECHO_N "checking whether ${CC-cc} accepts -g... $ECHO_C" >&6
 if test "${ac_cv_prog_cc_g+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 1591 "configure"
+#line 1592 "configure"
 #include "confdefs.h"
 
 int
@@ -1607,7 +1608,7 @@ fi
 rm -f conftest*
 
 fi
-echo "configure:1610: result: $ac_cv_prog_cc_g" >&5
+echo "configure:1611: result: $ac_cv_prog_cc_g" >&5
 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 if test "$ac_test_CFLAGS" = set; then
   CFLAGS=$ac_save_CFLAGS
@@ -1624,13 +1625,13 @@ else
     CFLAGS=
   fi
 fi
-echo "configure:1627: checking for Cygwin environment" >&5
+echo "configure:1628: checking for Cygwin environment" >&5
 echo $ECHO_N "checking for Cygwin environment... $ECHO_C" >&6
 if test "${ac_cv_cygwin+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 1633 "configure"
+#line 1634 "configure"
 #include "confdefs.h"
 
 int
@@ -1644,7 +1645,7 @@ return __CYGWIN__;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:1647: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:1648: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_cygwin=yes
 else
   echo "configure: failed program was:" >&5
@@ -1653,16 +1654,16 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:1656: result: $ac_cv_cygwin" >&5
+echo "configure:1657: result: $ac_cv_cygwin" >&5
 echo "${ECHO_T}$ac_cv_cygwin" >&6
 test "$ac_cv_cygwin" = yes && CYGWIN=yes
-echo "configure:1659: checking for mingw32 environment" >&5
+echo "configure:1660: checking for mingw32 environment" >&5
 echo $ECHO_N "checking for mingw32 environment... $ECHO_C" >&6
 if test "${ac_cv_mingw32+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 1665 "configure"
+#line 1666 "configure"
 #include "confdefs.h"
 
 int
@@ -1673,7 +1674,7 @@ return __MINGW32__;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:1676: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:1677: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_mingw32=yes
 else
   echo "configure: failed program was:" >&5
@@ -1682,16 +1683,16 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:1685: result: $ac_cv_mingw32" >&5
+echo "configure:1686: result: $ac_cv_mingw32" >&5
 echo "${ECHO_T}$ac_cv_mingw32" >&6
 test "$ac_cv_mingw32" = yes && MINGW32=yes
-echo "configure:1688: checking for EMX OS/2 environment" >&5
+echo "configure:1689: checking for EMX OS/2 environment" >&5
 echo $ECHO_N "checking for EMX OS/2 environment... $ECHO_C" >&6
 if test "${ac_cv_emxos2+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 1694 "configure"
+#line 1695 "configure"
 #include "confdefs.h"
 
 int
@@ -1702,7 +1703,7 @@ return __EMX__;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:1705: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:1706: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_emxos2=yes
 else
   echo "configure: failed program was:" >&5
@@ -1711,10 +1712,10 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:1714: result: $ac_cv_emxos2" >&5
+echo "configure:1715: result: $ac_cv_emxos2" >&5
 echo "${ECHO_T}$ac_cv_emxos2" >&6
 test "$ac_cv_emxos2" = yes && EMXOS2=yes
-echo "configure:1717: checking for executable suffix" >&5
+echo "configure:1718: checking for executable suffix" >&5
 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
 if test "${ac_cv_exeext+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1723,7 +1724,7 @@ else
   ac_cv_exeext=.exe
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 1726 "configure"
+#line 1727 "configure"
 #include "confdefs.h"
 
 int
@@ -1734,7 +1735,7 @@ main ()
   return 0;
 }
 _ACEOF
-if { (eval echo configure:1737: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:1738: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   for ac_file in conftest.*; do
      case $ac_file in
        *.$ac_ext | *.o | *.obj | *.xcoff) ;;
@@ -1750,19 +1751,19 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   test -n "$ac_cv_exeext" && ac_cv_exeext=no
 fi
 fi
-echo "configure:1753: result: $ac_cv_exeext" >&5
+echo "configure:1754: result: $ac_cv_exeext" >&5
 echo "${ECHO_T}$ac_cv_exeext" >&6
 EXEEXT=
 test "$ac_cv_exeext" != no && EXEEXT=$ac_cv_exeext
 ac_exeext=$EXEEXT
 
-echo "configure:1759: checking for object suffix" >&5
+echo "configure:1760: checking for object suffix" >&5
 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
 if test "${ac_cv_objext+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 1765 "configure"
+#line 1766 "configure"
 #include "confdefs.h"
 
 int
@@ -1773,7 +1774,7 @@ main ()
   return 0;
 }
 _ACEOF
-if { (eval echo configure:1776: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:1777: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   for ac_file in conftest.*; do
     case $ac_file in
       *.$ac_ext) ;;
@@ -1787,7 +1788,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:1790: result: $ac_cv_objext" >&5
+echo "configure:1791: result: $ac_cv_objext" >&5
 echo "${ECHO_T}$ac_cv_objext" >&6
 OBJEXT=$ac_cv_objext
 ac_objext=$ac_cv_objext
@@ -1800,7 +1801,7 @@ ac_gnu_compiler=$ac_cv_prog_gcc
 
 ac_config_commands="$ac_config_commands default-2"
 
-echo "configure:1803: checking how to run the C preprocessor" >&5
+echo "configure:1804: checking how to run the C preprocessor" >&5
 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then
@@ -1818,13 +1819,13 @@ else
   # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.
   cat >conftest.$ac_ext <<_ACEOF
-#line 1821 "configure"
+#line 1822 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1827: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1828: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   :
@@ -1834,13 +1835,13 @@ else
   cat conftest.$ac_ext >&5
   CPP="${CC-cc} -E -traditional-cpp"
   cat >conftest.$ac_ext <<_ACEOF
-#line 1837 "configure"
+#line 1838 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1843: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1844: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   :
@@ -1850,13 +1851,13 @@ else
   cat conftest.$ac_ext >&5
   CPP="${CC-cc} -nologo -E"
   cat >conftest.$ac_ext <<_ACEOF
-#line 1853 "configure"
+#line 1854 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1859: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1860: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   :
@@ -1877,12 +1878,12 @@ fi
 else
   ac_cv_prog_CPP=$CPP
 fi
-echo "configure:1880: result: $CPP" >&5
+echo "configure:1881: result: $CPP" >&5
 echo "${ECHO_T}$CPP" >&6
 
 depcc="$CC"
 depcpp="$CPP"
-echo "configure:1885: checking dependency style of $depcc" >&5
+echo "configure:1886: checking dependency style of $depcc" >&5
 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1926,11 +1927,11 @@ fi
 
 fi
 
-echo "configure:1929: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "configure:1930: result: $am_cv_CC_dependencies_compiler_type" >&5
 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
 
-echo "configure:1933: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "configure:1934: checking for ${CC-cc} option to accept ANSI C" >&5
 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
 if test "${ac_cv_prog_cc_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1948,7 +1949,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
 do
   CC="$ac_save_CC $ac_arg"
   cat >conftest.$ac_ext <<_ACEOF
-#line 1951 "configure"
+#line 1952 "configure"
 #include "confdefs.h"
 #include <stdarg.h>
 #include <stdio.h>
@@ -1986,7 +1987,7 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   return 0;
 }
 _ACEOF
-if { (eval echo configure:1989: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:1990: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_prog_cc_stdc=$ac_arg; break
 else
   echo "configure: failed program was:" >&5
@@ -2001,15 +2002,15 @@ fi
 
 case "x$ac_cv_prog_cc_stdc" in
   x|xno)
-    echo "configure:2004: result: none needed" >&5
+    echo "configure:2005: result: none needed" >&5
 echo "${ECHO_T}none needed" >&6 ;;
   *)
-    echo "configure:2007: result: $ac_cv_prog_cc_stdc" >&5
+    echo "configure:2008: result: $ac_cv_prog_cc_stdc" >&5
 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
     CC="$CC $ac_cv_prog_cc_stdc" ;;
 esac
 
-echo "configure:2012: checking how to run the C preprocessor" >&5
+echo "configure:2013: checking how to run the C preprocessor" >&5
 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then
@@ -2027,13 +2028,13 @@ else
   # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.
   cat >conftest.$ac_ext <<_ACEOF
-#line 2030 "configure"
+#line 2031 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2036: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2037: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   :
@@ -2043,13 +2044,13 @@ else
   cat conftest.$ac_ext >&5
   CPP="${CC-cc} -E -traditional-cpp"
   cat >conftest.$ac_ext <<_ACEOF
-#line 2046 "configure"
+#line 2047 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2052: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2053: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   :
@@ -2059,13 +2060,13 @@ else
   cat conftest.$ac_ext >&5
   CPP="${CC-cc} -nologo -E"
   cat >conftest.$ac_ext <<_ACEOF
-#line 2062 "configure"
+#line 2063 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2068: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2069: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   :
@@ -2086,7 +2087,7 @@ fi
 else
   ac_cv_prog_CPP=$CPP
 fi
-echo "configure:2089: result: $CPP" >&5
+echo "configure:2090: result: $CPP" >&5
 echo "${ECHO_T}$CPP" >&6
 
 case "$target" in
@@ -2129,7 +2130,7 @@ for ac_prog in mawk gawk nawk awk
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
-echo "configure:2132: checking for $ac_word" >&5
+echo "configure:2133: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_AWK+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2153,17 +2154,17 @@ fi
 fi
 AWK=$ac_cv_prog_AWK
 if test -n "$AWK"; then
-  echo "configure:2156: result: $AWK" >&5
+  echo "configure:2157: result: $AWK" >&5
 echo "${ECHO_T}$AWK" >&6
 else
-  echo "configure:2159: result: no" >&5
+  echo "configure:2160: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
 test -n "$AWK" && break
 done
 
-echo "configure:2166: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:2167: checking whether ${MAKE-make} sets \${MAKE}" >&5
 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -2183,11 +2184,11 @@ fi
 rm -f conftestmake
 fi
 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-  echo "configure:2186: result: yes" >&5
+  echo "configure:2187: result: yes" >&5
 echo "${ECHO_T}yes" >&6
   SET_MAKE=
 else
-  echo "configure:2190: result: no" >&5
+  echo "configure:2191: result: no" >&5
 echo "${ECHO_T}no" >&6
   SET_MAKE="MAKE=${MAKE-make}"
 fi
@@ -2206,7 +2207,7 @@ case "$GCC" in
     # CFLAGS="$CFLAGS -Wcast-align"
     CFLAGS="$CFLAGS -Wstrict-prototypes"
 
-    echo "configure:2209: checking whether ${CC-cc} -pipe works" >&5
+    echo "configure:2210: checking whether ${CC-cc} -pipe works" >&5
 echo $ECHO_N "checking whether ${CC-cc} -pipe works... $ECHO_C" >&6
 if test "${ac_cv_prog_cc_pipe+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2220,7 +2221,7 @@ else
     rm -f conftest*
 
 fi
-echo "configure:2223: result: $ac_cv_prog_cc_pipe" >&5
+echo "configure:2224: result: $ac_cv_prog_cc_pipe" >&5
 echo "${ECHO_T}$ac_cv_prog_cc_pipe" >&6
 
     case "$ac_cv_prog_cc_pipe" in
@@ -2277,7 +2278,7 @@ case "$ac_busted_vpath_in_make$srcdir" in
     ;;
 esac
 
-echo "configure:2280: checking whether ln -s works" >&5
+echo "configure:2281: checking whether ln -s works" >&5
 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
 if test "${ac_cv_prog_LN_S+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2292,22 +2293,22 @@ fi
 fi
 LN_S=$ac_cv_prog_LN_S
 if test "$ac_cv_prog_LN_S" = "ln -s"; then
-  echo "configure:2295: result: yes" >&5
+  echo "configure:2296: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
-  echo "configure:2298: result: no" >&5
+  echo "configure:2299: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
 if test $ac_cv_prog_gcc = yes; then
-    echo "configure:2303: checking whether ${CC-cc} needs -traditional" >&5
+    echo "configure:2304: checking whether ${CC-cc} needs -traditional" >&5
 echo $ECHO_N "checking whether ${CC-cc} needs -traditional... $ECHO_C" >&6
 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
     ac_pattern="Autoconf.*'x'"
   cat >conftest.$ac_ext <<_ACEOF
-#line 2310 "configure"
+#line 2311 "configure"
 #include "confdefs.h"
 #include <sgtty.h>
 Autoconf TIOCGETP
@@ -2322,7 +2323,7 @@ rm -f conftest*
 
   if test $ac_cv_prog_gcc_traditional = no; then
     cat >conftest.$ac_ext <<_ACEOF
-#line 2325 "configure"
+#line 2326 "configure"
 #include "confdefs.h"
 #include <termio.h>
 Autoconf TCGETA
@@ -2336,17 +2337,17 @@ rm -f conftest*
 
   fi
 fi
-echo "configure:2339: result: $ac_cv_prog_gcc_traditional" >&5
+echo "configure:2340: result: $ac_cv_prog_gcc_traditional" >&5
 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
   if test $ac_cv_prog_gcc_traditional = yes; then
     CC="$CC -traditional"
   fi
 fi
 
-echo "configure:2346: checking for AIX" >&5
+echo "configure:2347: checking for AIX" >&5
 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF
-#line 2349 "configure"
+#line 2350 "configure"
 #include "confdefs.h"
 #ifdef _AIX
   yes
@@ -2355,31 +2356,31 @@ cat >conftest.$ac_ext <<_ACEOF
 _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  echo "configure:2358: result: yes" >&5
+  echo "configure:2359: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 cat >>confdefs.h <<\EOF
 #define _ALL_SOURCE 1
 EOF
 
 else
-  echo "configure:2365: result: no" >&5
+  echo "configure:2366: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 rm -f conftest*
 
-echo "configure:2370: checking for minix/config.h" >&5
+echo "configure:2371: checking for minix/config.h" >&5
 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
 if test "${ac_cv_header_minix_config_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 2376 "configure"
+#line 2377 "configure"
 #include "confdefs.h"
 #include <minix/config.h>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2382: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2383: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   ac_cv_header_minix_config_h=yes
@@ -2391,7 +2392,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:2394: result: $ac_cv_header_minix_config_h" >&5
+echo "configure:2395: result: $ac_cv_header_minix_config_h" >&5
 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
 if test $ac_cv_header_minix_config_h = yes; then
   MINIX=yes
@@ -2415,12 +2416,12 @@ EOF
 
 fi
 
-echo "configure:2418: checking for POSIXized ISC" >&5
+echo "configure:2419: checking for POSIXized ISC" >&5
 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
 if test -d /etc/conf/kconfig.d &&
    grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
 then
-  echo "configure:2423: result: yes" >&5
+  echo "configure:2424: result: yes" >&5
 echo "${ECHO_T}yes" >&6
   ISC=yes # If later tests want to check for ISC.
 
@@ -2434,14 +2435,14 @@ EOF
     CC="$CC -Xp"
   fi
 else
-  echo "configure:2437: result: no" >&5
+  echo "configure:2438: result: no" >&5
 echo "${ECHO_T}no" >&6
   ISC=
 fi
 
 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "configure:2444: checking for $ac_word" >&5
+echo "configure:2445: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_RANLIB+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2465,10 +2466,10 @@ fi
 fi
 RANLIB=$ac_cv_prog_RANLIB
 if test -n "$RANLIB"; then
-  echo "configure:2468: result: $RANLIB" >&5
+  echo "configure:2469: result: $RANLIB" >&5
 echo "${ECHO_T}$RANLIB" >&6
 else
-  echo "configure:2471: result: no" >&5
+  echo "configure:2472: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -2476,7 +2477,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
   if test -n "$ac_tool_prefix"; then
     # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
-echo "configure:2479: checking for $ac_word" >&5
+echo "configure:2480: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2501,10 +2502,10 @@ fi
 fi
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 if test -n "$ac_ct_RANLIB"; then
-  echo "configure:2504: result: $ac_ct_RANLIB" >&5
+  echo "configure:2505: result: $ac_ct_RANLIB" >&5
 echo "${ECHO_T}$ac_ct_RANLIB" >&6
 else
-  echo "configure:2507: result: no" >&5
+  echo "configure:2508: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -2516,7 +2517,7 @@ fi
 
 # Extract the first word of "sh", so it can be a program name with args.
 set dummy sh; ac_word=$2
-echo "configure:2519: checking for $ac_word" >&5
+echo "configure:2520: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_PATH_SH+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2542,16 +2543,16 @@ esac
 fi
 PATH_SH=$ac_cv_path_PATH_SH
 if test -n "$PATH_SH"; then
-  echo "configure:2545: result: $PATH_SH" >&5
+  echo "configure:2546: result: $PATH_SH" >&5
 echo "${ECHO_T}$PATH_SH" >&6
 else
-  echo "configure:2548: result: no" >&5
+  echo "configure:2549: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
 # Extract the first word of "perl", so it can be a program name with args.
 set dummy perl; ac_word=$2
-echo "configure:2554: checking for $ac_word" >&5
+echo "configure:2555: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_PATH_PERL+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2577,15 +2578,15 @@ esac
 fi
 PATH_PERL=$ac_cv_path_PATH_PERL
 if test -n "$PATH_PERL"; then
-  echo "configure:2580: result: $PATH_PERL" >&5
+  echo "configure:2581: result: $PATH_PERL" >&5
 echo "${ECHO_T}$PATH_PERL" >&6
 else
-  echo "configure:2583: result: no" >&5
+  echo "configure:2584: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
  cat >conftest.$ac_ext <<_ACEOF
-#line 2588 "configure"
+#line 2589 "configure"
 #include "confdefs.h"
 #define ACAT(a,b)a ## b
 ACAT(Cir,cus)
@@ -2599,7 +2600,7 @@ EOF
 
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 2602 "configure"
+#line 2603 "configure"
 #include "confdefs.h"
 #define RCAT(a,b)a/**/b
 RCAT(Rei,ser)
@@ -2636,7 +2637,7 @@ esac
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
-echo "configure:2639: checking for a BSD compatible install" >&5
+echo "configure:2640: checking for a BSD compatible install" >&5
 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
 if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then
@@ -2683,7 +2684,7 @@ fi
     INSTALL=$ac_install_sh
   fi
 fi
-echo "configure:2686: result: $INSTALL" >&5
+echo "configure:2687: result: $INSTALL" >&5
 echo "${ECHO_T}$INSTALL" >&6
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -2697,7 +2698,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 case "$target" in
  *-pc-cygwin*)
 
-echo "configure:2700: checking for main in -ladvapi32" >&5
+echo "configure:2701: checking for main in -ladvapi32" >&5
 echo $ECHO_N "checking for main in -ladvapi32... $ECHO_C" >&6
 if test "${ac_cv_lib_advapi32_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2705,7 +2706,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ladvapi32  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 2708 "configure"
+#line 2709 "configure"
 #include "confdefs.h"
 
 int
@@ -2716,7 +2717,7 @@ main ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:2719: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:2720: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_advapi32_main=yes
 else
   echo "configure: failed program was:" >&5
@@ -2726,7 +2727,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:2729: result: $ac_cv_lib_advapi32_main" >&5
+echo "configure:2730: result: $ac_cv_lib_advapi32_main" >&5
 echo "${ECHO_T}$ac_cv_lib_advapi32_main" >&6
 if test $ac_cv_lib_advapi32_main = yes; then
   cat >>confdefs.h <<EOF
@@ -2740,7 +2741,7 @@ fi
     ;;
 esac
 
-echo "configure:2743: checking for nlist in -lelf" >&5
+echo "configure:2744: checking for nlist in -lelf" >&5
 echo $ECHO_N "checking for nlist in -lelf... $ECHO_C" >&6
 if test "${ac_cv_lib_elf_nlist+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2748,7 +2749,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lelf  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 2751 "configure"
+#line 2752 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -2766,7 +2767,7 @@ nlist ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:2769: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:2770: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_elf_nlist=yes
 else
   echo "configure: failed program was:" >&5
@@ -2776,7 +2777,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:2779: result: $ac_cv_lib_elf_nlist" >&5
+echo "configure:2780: result: $ac_cv_lib_elf_nlist" >&5
 echo "${ECHO_T}$ac_cv_lib_elf_nlist" >&6
 if test $ac_cv_lib_elf_nlist = yes; then
   cat >>confdefs.h <<EOF
@@ -2787,7 +2788,7 @@ EOF
 
 fi
 
-echo "configure:2790: checking for main in -lkvm" >&5
+echo "configure:2791: checking for main in -lkvm" >&5
 echo $ECHO_N "checking for main in -lkvm... $ECHO_C" >&6
 if test "${ac_cv_lib_kvm_main+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2795,7 +2796,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lkvm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 2798 "configure"
+#line 2799 "configure"
 #include "confdefs.h"
 
 int
@@ -2806,7 +2807,7 @@ main ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:2809: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:2810: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_kvm_main=yes
 else
   echo "configure: failed program was:" >&5
@@ -2816,7 +2817,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:2819: result: $ac_cv_lib_kvm_main" >&5
+echo "configure:2820: result: $ac_cv_lib_kvm_main" >&5
 echo "${ECHO_T}$ac_cv_lib_kvm_main" >&6
 if test $ac_cv_lib_kvm_main = yes; then
   cat >>confdefs.h <<EOF
@@ -2828,7 +2829,7 @@ EOF
 fi
                
 
-echo "configure:2831: checking for nlist in -lld" >&5
+echo "configure:2832: checking for nlist in -lld" >&5
 echo $ECHO_N "checking for nlist in -lld... $ECHO_C" >&6
 if test "${ac_cv_lib_ld_nlist+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2836,7 +2837,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 2839 "configure"
+#line 2840 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -2854,7 +2855,7 @@ nlist ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:2857: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:2858: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_ld_nlist=yes
 else
   echo "configure: failed program was:" >&5
@@ -2864,7 +2865,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:2867: result: $ac_cv_lib_ld_nlist" >&5
+echo "configure:2868: result: $ac_cv_lib_ld_nlist" >&5
 echo "${ECHO_T}$ac_cv_lib_ld_nlist" >&6
 if test $ac_cv_lib_ld_nlist = yes; then
   cat >>confdefs.h <<EOF
@@ -2875,7 +2876,7 @@ EOF
 
 fi
 
-echo "configure:2878: checking for nlist in -lmld" >&5
+echo "configure:2879: checking for nlist in -lmld" >&5
 echo $ECHO_N "checking for nlist in -lmld... $ECHO_C" >&6
 if test "${ac_cv_lib_mld_nlist+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2883,7 +2884,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lmld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 2886 "configure"
+#line 2887 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -2901,7 +2902,7 @@ nlist ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:2904: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:2905: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_mld_nlist=yes
 else
   echo "configure: failed program was:" >&5
@@ -2911,7 +2912,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:2914: result: $ac_cv_lib_mld_nlist" >&5
+echo "configure:2915: result: $ac_cv_lib_mld_nlist" >&5
 echo "${ECHO_T}$ac_cv_lib_mld_nlist" >&6
 if test $ac_cv_lib_mld_nlist = yes; then
   cat >>confdefs.h <<EOF
@@ -2922,13 +2923,13 @@ EOF
 
 fi
 
-echo "configure:2925: checking for gethostent" >&5
+echo "configure:2926: checking for gethostent" >&5
 echo $ECHO_N "checking for gethostent... $ECHO_C" >&6
 if test "${ac_cv_func_gethostent+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 2931 "configure"
+#line 2932 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostent (); below.  */
@@ -2958,7 +2959,7 @@ f = gethostent;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:2961: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:2962: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_func_gethostent=yes
 else
   echo "configure: failed program was:" >&5
@@ -2967,13 +2968,13 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:2970: result: $ac_cv_func_gethostent" >&5
+echo "configure:2971: result: $ac_cv_func_gethostent" >&5
 echo "${ECHO_T}$ac_cv_func_gethostent" >&6
 if test $ac_cv_func_gethostent = yes; then
   :
 else
 
-echo "configure:2976: checking for gethostent in -lnsl" >&5
+echo "configure:2977: checking for gethostent in -lnsl" >&5
 echo $ECHO_N "checking for gethostent in -lnsl... $ECHO_C" >&6
 if test "${ac_cv_lib_nsl_gethostent+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2981,7 +2982,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lnsl -lsocket $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 2984 "configure"
+#line 2985 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -2999,7 +3000,7 @@ gethostent ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3002: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3003: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_nsl_gethostent=yes
 else
   echo "configure: failed program was:" >&5
@@ -3009,7 +3010,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:3012: result: $ac_cv_lib_nsl_gethostent" >&5
+echo "configure:3013: result: $ac_cv_lib_nsl_gethostent" >&5
 echo "${ECHO_T}$ac_cv_lib_nsl_gethostent" >&6
 if test $ac_cv_lib_nsl_gethostent = yes; then
   cat >>confdefs.h <<EOF
@@ -3022,13 +3023,13 @@ fi
 
 fi
 
-echo "configure:3025: checking for openlog" >&5
+echo "configure:3026: checking for openlog" >&5
 echo $ECHO_N "checking for openlog... $ECHO_C" >&6
 if test "${ac_cv_func_openlog+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3031 "configure"
+#line 3032 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char openlog (); below.  */
@@ -3058,7 +3059,7 @@ f = openlog;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3061: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3062: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_func_openlog=yes
 else
   echo "configure: failed program was:" >&5
@@ -3067,13 +3068,13 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:3070: result: $ac_cv_func_openlog" >&5
+echo "configure:3071: result: $ac_cv_func_openlog" >&5
 echo "${ECHO_T}$ac_cv_func_openlog" >&6
 if test $ac_cv_func_openlog = yes; then
   :
 else
 
-echo "configure:3076: checking for openlog in -lgen" >&5
+echo "configure:3077: checking for openlog in -lgen" >&5
 echo $ECHO_N "checking for openlog in -lgen... $ECHO_C" >&6
 if test "${ac_cv_lib_gen_openlog+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3081,7 +3082,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lgen  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 3084 "configure"
+#line 3085 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -3099,7 +3100,7 @@ openlog ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3102: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3103: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_gen_openlog=yes
 else
   echo "configure: failed program was:" >&5
@@ -3109,7 +3110,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:3112: result: $ac_cv_lib_gen_openlog" >&5
+echo "configure:3113: result: $ac_cv_lib_gen_openlog" >&5
 echo "${ECHO_T}$ac_cv_lib_gen_openlog" >&6
 if test $ac_cv_lib_gen_openlog = yes; then
   cat >>confdefs.h <<EOF
@@ -3122,7 +3123,7 @@ fi
 
 fi
 
-echo "configure:3125: checking for readline in -lreadline" >&5
+echo "configure:3126: checking for readline in -lreadline" >&5
 echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
 if test "${ac_cv_lib_readline_readline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3130,7 +3131,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lreadline  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 3133 "configure"
+#line 3134 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -3148,7 +3149,7 @@ readline ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3151: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3152: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_readline_readline=yes
 else
   echo "configure: failed program was:" >&5
@@ -3158,7 +3159,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:3161: result: $ac_cv_lib_readline_readline" >&5
+echo "configure:3162: result: $ac_cv_lib_readline_readline" >&5
 echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
 if test $ac_cv_lib_readline_readline = yes; then
   cat >>confdefs.h <<EOF
@@ -3169,7 +3170,7 @@ EOF
 
 fi
 
-echo "configure:3172: checking for sched_setscheduler in -lrt" >&5
+echo "configure:3173: checking for sched_setscheduler in -lrt" >&5
 echo $ECHO_N "checking for sched_setscheduler in -lrt... $ECHO_C" >&6
 if test "${ac_cv_lib_rt_sched_setscheduler+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3177,7 +3178,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lrt  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 3180 "configure"
+#line 3181 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -3195,7 +3196,7 @@ sched_setscheduler ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3198: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3199: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_rt_sched_setscheduler=yes
 else
   echo "configure: failed program was:" >&5
@@ -3205,7 +3206,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:3208: result: $ac_cv_lib_rt_sched_setscheduler" >&5
+echo "configure:3209: result: $ac_cv_lib_rt_sched_setscheduler" >&5
 echo "${ECHO_T}$ac_cv_lib_rt_sched_setscheduler" >&6
 if test $ac_cv_lib_rt_sched_setscheduler = yes; then
   cat >>confdefs.h <<EOF
@@ -3216,7 +3217,7 @@ EOF
 
 else
 
-echo "configure:3219: checking for sched_setscheduler in -lposix4" >&5
+echo "configure:3220: checking for sched_setscheduler in -lposix4" >&5
 echo $ECHO_N "checking for sched_setscheduler in -lposix4... $ECHO_C" >&6
 if test "${ac_cv_lib_posix4_sched_setscheduler+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3224,7 +3225,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lposix4  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 3227 "configure"
+#line 3228 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -3242,7 +3243,7 @@ sched_setscheduler ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3245: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3246: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_posix4_sched_setscheduler=yes
 else
   echo "configure: failed program was:" >&5
@@ -3252,7 +3253,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:3255: result: $ac_cv_lib_posix4_sched_setscheduler" >&5
+echo "configure:3256: result: $ac_cv_lib_posix4_sched_setscheduler" >&5
 echo "${ECHO_T}$ac_cv_lib_posix4_sched_setscheduler" >&6
 if test $ac_cv_lib_posix4_sched_setscheduler = yes; then
   cat >>confdefs.h <<EOF
@@ -3265,13 +3266,13 @@ fi
 
 fi
 
-echo "configure:3268: checking for setsockopt" >&5
+echo "configure:3269: checking for setsockopt" >&5
 echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
 if test "${ac_cv_func_setsockopt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3274 "configure"
+#line 3275 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char setsockopt (); below.  */
@@ -3301,7 +3302,7 @@ f = setsockopt;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3304: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3305: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_func_setsockopt=yes
 else
   echo "configure: failed program was:" >&5
@@ -3310,13 +3311,13 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:3313: result: $ac_cv_func_setsockopt" >&5
+echo "configure:3314: result: $ac_cv_func_setsockopt" >&5
 echo "${ECHO_T}$ac_cv_func_setsockopt" >&6
 if test $ac_cv_func_setsockopt = yes; then
   :
 else
 
-echo "configure:3319: checking for setsockopt in -lsocket" >&5
+echo "configure:3320: checking for setsockopt in -lsocket" >&5
 echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6
 if test "${ac_cv_lib_socket_setsockopt+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3324,7 +3325,7 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line 3327 "configure"
+#line 3328 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -3342,7 +3343,7 @@ setsockopt ();
   return 0;
 }
 _ACEOF
-if { (eval echo configure:3345: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:3346: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   ac_cv_lib_socket_setsockopt=yes
 else
   echo "configure: failed program was:" >&5
@@ -3352,7 +3353,7 @@ fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "configure:3355: result: $ac_cv_lib_socket_setsockopt" >&5
+echo "configure:3356: result: $ac_cv_lib_socket_setsockopt" >&5
 echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6
 if test $ac_cv_lib_socket_setsockopt = yes; then
   cat >>confdefs.h <<EOF
@@ -3365,13 +3366,13 @@ fi
 
 fi
 
-echo "configure:3368: checking for ANSI C header files" >&5
+echo "configure:3369: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 if test "${ac_cv_header_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3374 "configure"
+#line 3375 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -3380,7 +3381,7 @@ else
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3383: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3384: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   ac_cv_header_stdc=yes
@@ -3395,7 +3396,7 @@ rm -f conftest*
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF
-#line 3398 "configure"
+#line 3399 "configure"
 #include "confdefs.h"
 #include <string.h>
 
@@ -3413,7 +3414,7 @@ fi
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF
-#line 3416 "configure"
+#line 3417 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 
@@ -3434,7 +3435,7 @@ if test $ac_cv_header_stdc = yes; then
   :
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3437 "configure"
+#line 3438 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)
@@ -3459,7 +3460,7 @@ main ()
   exit (0);
 }
 _ACEOF
-if { (eval echo configure:3462: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:3463: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   :
 else
@@ -3472,7 +3473,7 @@ fi
 
 fi
 fi
-echo "configure:3475: result: $ac_cv_header_stdc" >&5
+echo "configure:3476: result: $ac_cv_header_stdc" >&5
 echo "${ECHO_T}$ac_cv_header_stdc" >&6
 if test $ac_cv_header_stdc = yes; then
 
@@ -3486,19 +3487,19 @@ for ac_header in bstring.h errno.h fcntl.h ieeefp.h math.h memory.h netdb.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3489: checking for $ac_header" >&5
+echo "configure:3490: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3495 "configure"
+#line 3496 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3501: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3502: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3510,7 +3511,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3513: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3514: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3524,19 +3525,19 @@ for ac_header in poll.h resolv.h sched.h sgtty.h stdlib.h string.h termio.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3527: checking for $ac_header" >&5
+echo "configure:3528: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3533 "configure"
+#line 3534 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3539: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3540: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3548,7 +3549,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3551: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3552: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3562,19 +3563,19 @@ for ac_header in termios.h timepps.h timex.h unistd.h utmp.h utmpx.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3565: checking for $ac_header" >&5
+echo "configure:3566: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3571 "configure"
+#line 3572 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3577: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3578: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3586,7 +3587,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3589: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3590: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3600,19 +3601,19 @@ for ac_header in arpa/nameser.h net/if.h netinet/in_systm.h netinet/in.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3603: checking for $ac_header" >&5
+echo "configure:3604: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3609 "configure"
+#line 3610 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3615: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3616: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3624,7 +3625,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3627: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3628: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3638,19 +3639,19 @@ for ac_header in netinfo/ni.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3641: checking for $ac_header" >&5
+echo "configure:3642: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3647 "configure"
+#line 3648 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3653: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3654: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3662,7 +3663,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3665: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3666: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3679,19 +3680,19 @@ for ac_header in sun/audioio.h sys/audioio.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3682: checking for $ac_header" >&5
+echo "configure:3683: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3688 "configure"
+#line 3689 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3694: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3695: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3703,7 +3704,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3706: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3707: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3717,19 +3718,19 @@ for ac_header in sys/clkdefs.h sys/file.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3720: checking for $ac_header" >&5
+echo "configure:3721: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3726 "configure"
+#line 3727 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3732: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3733: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3741,7 +3742,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3744: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3745: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3758,19 +3759,19 @@ for ac_header in sys/ioctl.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3761: checking for $ac_header" >&5
+echo "configure:3762: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3767 "configure"
+#line 3768 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3773: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3774: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3782,7 +3783,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3785: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3786: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3799,19 +3800,19 @@ for ac_header in sys/lock.h sys/mman.h sys/modem.h sys/param.h sys/ppsclock.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3802: checking for $ac_header" >&5
+echo "configure:3803: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3808 "configure"
+#line 3809 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3814: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3815: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3823,7 +3824,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3826: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3827: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3837,19 +3838,19 @@ for ac_header in sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3840: checking for $ac_header" >&5
+echo "configure:3841: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3846 "configure"
+#line 3847 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3852: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3853: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3861,7 +3862,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3864: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3865: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3878,19 +3879,19 @@ for ac_header in sys/sio.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3881: checking for $ac_header" >&5
+echo "configure:3882: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3887 "configure"
+#line 3888 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3893: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3894: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3902,7 +3903,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3905: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3906: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3919,19 +3920,19 @@ for ac_header in sys/select.h sys/sockio.h sys/stat.h sys/stream.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3922: checking for $ac_header" >&5
+echo "configure:3923: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3928 "configure"
+#line 3929 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3934: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3935: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3943,7 +3944,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3946: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3947: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3957,19 +3958,19 @@ for ac_header in sys/stropts.h sys/sysctl.h sys/syssgi.h sys/termios.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3960: checking for $ac_header" >&5
+echo "configure:3961: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 3966 "configure"
+#line 3967 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3972: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3973: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -3981,7 +3982,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:3984: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:3985: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -3995,19 +3996,19 @@ for ac_header in sys/time.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:3998: checking for $ac_header" >&5
+echo "configure:3999: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4004 "configure"
+#line 4005 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4010: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4011: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -4019,7 +4020,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:4022: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:4023: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -4030,7 +4031,7 @@ fi
 done
 
 cat >conftest.$ac_ext <<_ACEOF
-#line 4033 "configure"
+#line 4034 "configure"
 #include "confdefs.h"
 #include <sys/timepps.h>
 #ifdef PPS_API_VERS_1
@@ -4045,19 +4046,19 @@ for ac_header in sys/timepps.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:4048: checking for $ac_header" >&5
+echo "configure:4049: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4054 "configure"
+#line 4055 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4060: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4061: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -4069,7 +4070,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:4072: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:4073: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -4086,19 +4087,19 @@ for ac_header in sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:4089: checking for $ac_header" >&5
+echo "configure:4090: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4095 "configure"
+#line 4096 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4101: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4102: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -4110,7 +4111,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:4113: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:4114: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -4120,13 +4121,13 @@ EOF
 fi
 done
 
-echo "configure:4123: checking whether time.h and sys/time.h may both be included" >&5
+echo "configure:4124: checking whether time.h and sys/time.h may both be included" >&5
 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
 if test "${ac_cv_header_time+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4129 "configure"
+#line 4130 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/time.h>
@@ -4140,7 +4141,7 @@ struct tm *tp;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4143: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4144: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_header_time=yes
 else
   echo "configure: failed program was:" >&5
@@ -4149,7 +4150,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:4152: result: $ac_cv_header_time" >&5
+echo "configure:4153: result: $ac_cv_header_time" >&5
 echo "${ECHO_T}$ac_cv_header_time" >&6
 if test $ac_cv_header_time = yes; then
 
@@ -4166,19 +4167,19 @@ for ac_header in /sys/sync/queue.h /sys/sync/sema.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:4169: checking for $ac_header" >&5
+echo "configure:4170: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4175 "configure"
+#line 4176 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4181: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4182: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -4190,7 +4191,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:4193: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:4194: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -4207,19 +4208,19 @@ for ac_header in machine/inline.h sys/pcl720.h sys/i8253.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:4210: checking for $ac_header" >&5
+echo "configure:4211: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4216 "configure"
+#line 4217 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4222: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4223: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -4231,7 +4232,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:4234: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:4235: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -4244,19 +4245,19 @@ done
   ;;
 esac
 
-echo "configure:4247: checking for nlist.h" >&5
+echo "configure:4248: checking for nlist.h" >&5
 echo $ECHO_N "checking for nlist.h... $ECHO_C" >&6
 if test "${ac_cv_header_nlist_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4253 "configure"
+#line 4254 "configure"
 #include "confdefs.h"
 #include <nlist.h>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4259: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4260: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   ac_cv_header_nlist_h=yes
@@ -4268,20 +4269,20 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:4271: result: $ac_cv_header_nlist_h" >&5
+echo "configure:4272: result: $ac_cv_header_nlist_h" >&5
 echo "${ECHO_T}$ac_cv_header_nlist_h" >&6
 if test $ac_cv_header_nlist_h = yes; then
   cat >>confdefs.h <<\EOF
 #define NLIST_STRUCT 1
 EOF
 
-echo "configure:4278: checking for n_un in struct nlist" >&5
+echo "configure:4279: checking for n_un in struct nlist" >&5
 echo $ECHO_N "checking for n_un in struct nlist... $ECHO_C" >&6
 if test "${ac_cv_struct_nlist_n_un+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4284 "configure"
+#line 4285 "configure"
 #include "confdefs.h"
 #include <nlist.h>
 int
@@ -4292,7 +4293,7 @@ struct nlist n; n.n_un.n_name = 0;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4295: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4296: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_nlist_n_un=yes
 else
   echo "configure: failed program was:" >&5
@@ -4301,7 +4302,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:4304: result: $ac_cv_struct_nlist_n_un" >&5
+echo "configure:4305: result: $ac_cv_struct_nlist_n_un" >&5
 echo "${ECHO_T}$ac_cv_struct_nlist_n_un" >&6
 if test $ac_cv_struct_nlist_n_un = yes; then
   cat >>confdefs.h <<\EOF
@@ -4312,13 +4313,13 @@ fi
 
 fi
 
-echo "configure:4315: checking for basic volatile support" >&5
+echo "configure:4316: checking for basic volatile support" >&5
 echo $ECHO_N "checking for basic volatile support... $ECHO_C" >&6
 if test "${ac_cv_c_volatile+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4321 "configure"
+#line 4322 "configure"
 #include "confdefs.h"
 
 int
@@ -4330,7 +4331,7 @@ volatile int x;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4333: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4334: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_c_volatile=yes
 else
   echo "configure: failed program was:" >&5
@@ -4340,7 +4341,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:4343: result: $ac_cv_c_volatile" >&5
+echo "configure:4344: result: $ac_cv_c_volatile" >&5
 echo "${ECHO_T}$ac_cv_c_volatile" >&6
 case "$ac_cv_c_volatile" in
  yes)
@@ -4358,7 +4359,7 @@ case "$target" in
     ;;
  *)
 
-echo "configure:4361: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "configure:4362: checking for ${CC-cc} option to accept ANSI C" >&5
 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
 if test "${am_cv_prog_cc_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4376,7 +4377,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
 do
   CC="$ac_save_CC $ac_arg"
   cat >conftest.$ac_ext <<_ACEOF
-#line 4379 "configure"
+#line 4380 "configure"
 #include "confdefs.h"
 #include <stdarg.h>
 #include <stdio.h>
@@ -4417,7 +4418,7 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4420: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4421: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   am_cv_prog_cc_stdc="$ac_arg"; break
 else
   echo "configure: failed program was:" >&5
@@ -4431,10 +4432,10 @@ CC="$ac_save_CC"
 fi
 
 if test -z "$am_cv_prog_cc_stdc"; then
-  echo "configure:4434: result: none needed" >&5
+  echo "configure:4435: result: none needed" >&5
 echo "${ECHO_T}none needed" >&6
 else
-  echo "configure:4437: result: $am_cv_prog_cc_stdc" >&5
+  echo "configure:4438: result: $am_cv_prog_cc_stdc" >&5
 echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
 fi
 case "x$am_cv_prog_cc_stdc" in
@@ -4442,10 +4443,10 @@ case "x$am_cv_prog_cc_stdc" in
   *) CC="$CC $am_cv_prog_cc_stdc" ;;
 esac
 
-echo "configure:4445: checking for function prototypes" >&5
+echo "configure:4446: checking for function prototypes" >&5
 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
 if test "$am_cv_prog_cc_stdc" != no; then
-  echo "configure:4448: result: yes" >&5
+  echo "configure:4449: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 
 cat >>confdefs.h <<\EOF
@@ -4454,17 +4455,17 @@ EOF
 
   U= ANSI2KNR=
 else
-  echo "configure:4457: result: no" >&5
+  echo "configure:4458: result: no" >&5
 echo "${ECHO_T}no" >&6
   U=_ ANSI2KNR=./ansi2knr
   # Ensure some checks needed by ansi2knr itself.
-  echo "configure:4461: checking for ANSI C header files" >&5
+  echo "configure:4462: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 if test "${ac_cv_header_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4467 "configure"
+#line 4468 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -4473,7 +4474,7 @@ else
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4476: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4477: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   ac_cv_header_stdc=yes
@@ -4488,7 +4489,7 @@ rm -f conftest*
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF
-#line 4491 "configure"
+#line 4492 "configure"
 #include "confdefs.h"
 #include <string.h>
 
@@ -4506,7 +4507,7 @@ fi
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF
-#line 4509 "configure"
+#line 4510 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 
@@ -4527,7 +4528,7 @@ if test $ac_cv_header_stdc = yes; then
   :
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4530 "configure"
+#line 4531 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)
@@ -4552,7 +4553,7 @@ main ()
   exit (0);
 }
 _ACEOF
-if { (eval echo configure:4555: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:4556: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   :
 else
@@ -4565,7 +4566,7 @@ fi
 
 fi
 fi
-echo "configure:4568: result: $ac_cv_header_stdc" >&5
+echo "configure:4569: result: $ac_cv_header_stdc" >&5
 echo "${ECHO_T}$ac_cv_header_stdc" >&6
 if test $ac_cv_header_stdc = yes; then
 
@@ -4579,19 +4580,19 @@ for ac_header in string.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
 
-echo "configure:4582: checking for $ac_header" >&5
+echo "configure:4583: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4588 "configure"
+#line 4589 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4594: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4595: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   eval "$ac_ac_Header=yes"
@@ -4603,7 +4604,7 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:4606: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "configure:4607: result: `eval echo '${'$ac_ac_Header'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -4617,13 +4618,13 @@ fi
 
     ;;
 esac
-echo "configure:4620: checking if C compiler permits function prototypes" >&5
+echo "configure:4621: checking if C compiler permits function prototypes" >&5
 echo $ECHO_N "checking if C compiler permits function prototypes... $ECHO_C" >&6
 if test "${ac_cv_have_prototypes+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4626 "configure"
+#line 4627 "configure"
 #include "confdefs.h"
 
 extern int foo (short);
@@ -4637,7 +4638,7 @@ int i;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4640: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4641: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_have_prototypes=yes
 else
   echo "configure: failed program was:" >&5
@@ -4647,7 +4648,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:4650: result: $ac_cv_have_prototypes" >&5
+echo "configure:4651: result: $ac_cv_have_prototypes" >&5
 echo "${ECHO_T}$ac_cv_have_prototypes" >&6
 if test "$ac_cv_have_prototypes" = yes; then
   cat >>confdefs.h <<\EOF
@@ -4656,13 +4657,13 @@ EOF
 
 fi
 
-echo "configure:4659: checking for an ANSI C-conforming const" >&5
+echo "configure:4660: checking for an ANSI C-conforming const" >&5
 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
 if test "${ac_cv_c_const+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4665 "configure"
+#line 4666 "configure"
 #include "confdefs.h"
 
 int
@@ -4719,7 +4720,7 @@ main ()
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4722: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4723: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_c_const=yes
 else
   echo "configure: failed program was:" >&5
@@ -4728,7 +4729,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:4731: result: $ac_cv_c_const" >&5
+echo "configure:4732: result: $ac_cv_c_const" >&5
 echo "${ECHO_T}$ac_cv_c_const" >&6
 if test $ac_cv_c_const = no; then
 
@@ -4740,7 +4741,7 @@ fi
 
 case "$host" in
  $target)
-    echo "configure:4743: checking whether byte ordering is bigendian" >&5
+    echo "configure:4744: checking whether byte ordering is bigendian" >&5
 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
 if test "${ac_cv_c_bigendian+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4748,7 +4749,7 @@ else
   ac_cv_c_bigendian=unknown
 # See if sys/param.h defines the BYTE_ORDER macro.
 cat >conftest.$ac_ext <<_ACEOF
-#line 4751 "configure"
+#line 4752 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/param.h>
@@ -4764,10 +4765,10 @@ main ()
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4767: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4768: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   # It does; now see whether it defined to BIG_ENDIAN or not.
 cat >conftest.$ac_ext <<_ACEOF
-#line 4770 "configure"
+#line 4771 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/param.h>
@@ -4783,7 +4784,7 @@ main ()
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4786: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4787: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_c_bigendian=yes
 else
   echo "configure: failed program was:" >&5
@@ -4802,7 +4803,7 @@ if test "$cross_compiling" = yes; then
   { echo "configure: error: cannot run test program while cross compiling" >&2; exit 1; }
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4805 "configure"
+#line 4806 "configure"
 #include "confdefs.h"
 int
 main ()
@@ -4817,7 +4818,7 @@ main ()
   exit (u.c[sizeof (long) - 1] == 1);
 }
 _ACEOF
-if { (eval echo configure:4820: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:4821: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   ac_cv_c_bigendian=no
 else
@@ -4830,7 +4831,7 @@ fi
 
 fi
 fi
-echo "configure:4833: result: $ac_cv_c_bigendian" >&5
+echo "configure:4834: result: $ac_cv_c_bigendian" >&5
 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
 if test $ac_cv_c_bigendian = yes; then
 
@@ -4856,13 +4857,13 @@ EOF
     esac
     ;;
 esac
-echo "configure:4859: checking return type of signal handlers" >&5
+echo "configure:4860: checking return type of signal handlers" >&5
 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
 if test "${ac_cv_type_signal+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4865 "configure"
+#line 4866 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <signal.h>
@@ -4883,7 +4884,7 @@ int i;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4886: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4887: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_signal=void
 else
   echo "configure: failed program was:" >&5
@@ -4892,20 +4893,20 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:4895: result: $ac_cv_type_signal" >&5
+echo "configure:4896: result: $ac_cv_type_signal" >&5
 echo "${ECHO_T}$ac_cv_type_signal" >&6
 
 cat >>confdefs.h <<EOF
 #define RETSIGTYPE $ac_cv_type_signal
 EOF
 
-echo "configure:4902: checking for off_t" >&5
+echo "configure:4903: checking for off_t" >&5
 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
 if test "${ac_cv_type_off_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4908 "configure"
+#line 4909 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -4919,7 +4920,7 @@ if (sizeof (off_t))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4922: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4923: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_off_t=yes
 else
   echo "configure: failed program was:" >&5
@@ -4928,7 +4929,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:4931: result: $ac_cv_type_off_t" >&5
+echo "configure:4932: result: $ac_cv_type_off_t" >&5
 echo "${ECHO_T}$ac_cv_type_off_t" >&6
 if test $ac_cv_type_off_t = yes; then
   :
@@ -4940,13 +4941,13 @@ EOF
 
 fi
 
-echo "configure:4943: checking for size_t" >&5
+echo "configure:4944: checking for size_t" >&5
 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
 if test "${ac_cv_type_size_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4949 "configure"
+#line 4950 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -4960,7 +4961,7 @@ if (sizeof (size_t))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:4963: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:4964: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_size_t=yes
 else
   echo "configure: failed program was:" >&5
@@ -4969,7 +4970,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:4972: result: $ac_cv_type_size_t" >&5
+echo "configure:4973: result: $ac_cv_type_size_t" >&5
 echo "${ECHO_T}$ac_cv_type_size_t" >&6
 if test $ac_cv_type_size_t = yes; then
   :
@@ -4981,13 +4982,13 @@ EOF
 
 fi
 
-echo "configure:4984: checking for time_t" >&5
+echo "configure:4985: checking for time_t" >&5
 echo $ECHO_N "checking for time_t... $ECHO_C" >&6
 if test "${ac_cv_type_time_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 4990 "configure"
+#line 4991 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5001,7 +5002,7 @@ if (sizeof (time_t))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5004: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5005: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_time_t=yes
 else
   echo "configure: failed program was:" >&5
@@ -5010,7 +5011,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5013: result: $ac_cv_type_time_t" >&5
+echo "configure:5014: result: $ac_cv_type_time_t" >&5
 echo "${ECHO_T}$ac_cv_type_time_t" >&6
 if test $ac_cv_type_time_t = yes; then
   :
@@ -5022,13 +5023,13 @@ EOF
 
 fi
 
-echo "configure:5025: checking whether struct tm is in sys/time.h or time.h" >&5
+echo "configure:5026: checking whether struct tm is in sys/time.h or time.h" >&5
 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
 if test "${ac_cv_struct_tm+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5031 "configure"
+#line 5032 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <time.h>
@@ -5041,7 +5042,7 @@ struct tm *tp; tp->tm_sec;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5044: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5045: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_tm=time.h
 else
   echo "configure: failed program was:" >&5
@@ -5050,7 +5051,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5053: result: $ac_cv_struct_tm" >&5
+echo "configure:5054: result: $ac_cv_struct_tm" >&5
 echo "${ECHO_T}$ac_cv_struct_tm" >&6
 if test $ac_cv_struct_tm = sys/time.h; then
 
@@ -5060,7 +5061,7 @@ EOF
 
 fi
 
-echo "configure:5063: checking for a fallback value for HZ" >&5
+echo "configure:5064: checking for a fallback value for HZ" >&5
 echo $ECHO_N "checking for a fallback value for HZ... $ECHO_C" >&6
 if test "${ac_cv_var_default_hz+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5075,13 +5076,13 @@ case "$target" in
     ;;
 esac
 fi
-echo "configure:5078: result: $ac_cv_var_default_hz" >&5
+echo "configure:5079: result: $ac_cv_var_default_hz" >&5
 echo "${ECHO_T}$ac_cv_var_default_hz" >&6
 cat >>confdefs.h <<EOF
 #define DEFAULT_HZ $ac_cv_var_default_hz
 EOF
 
-echo "configure:5084: checking if we need to override the system's value for HZ" >&5
+echo "configure:5085: checking if we need to override the system's value for HZ" >&5
 echo $ECHO_N "checking if we need to override the system's value for HZ... $ECHO_C" >&6
 if test "${ac_cv_var_override_hz+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5102,7 +5103,7 @@ case "$target" in
     ;;
 esac
 fi
-echo "configure:5105: result: $ac_cv_var_override_hz" >&5
+echo "configure:5106: result: $ac_cv_var_override_hz" >&5
 echo "${ECHO_T}$ac_cv_var_override_hz" >&6
 case "$ac_cv_var_override_hz" in
  yes)
@@ -5113,14 +5114,14 @@ EOF
     ;;
 esac
 
-echo "configure:5116: checking struct sigaction for sa_sigaction" >&5
+echo "configure:5117: checking struct sigaction for sa_sigaction" >&5
 echo $ECHO_N "checking struct sigaction for sa_sigaction... $ECHO_C" >&6
 if test "${ac_cv_struct_sigaction_has_sa_sigaction+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
     cat >conftest.$ac_ext <<_ACEOF
-#line 5123 "configure"
+#line 5124 "configure"
 #include "confdefs.h"
 #include <signal.h>
 int
@@ -5131,7 +5132,7 @@ struct sigaction act; act.sa_sigaction = 0;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5134: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5135: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_sigaction_has_sa_sigaction=yes
 else
   echo "configure: failed program was:" >&5
@@ -5142,7 +5143,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:5145: result: $ac_cv_struct_sigaction_has_sa_sigaction" >&5
+echo "configure:5146: result: $ac_cv_struct_sigaction_has_sa_sigaction" >&5
 echo "${ECHO_T}$ac_cv_struct_sigaction_has_sa_sigaction" >&6
 if test $ac_cv_struct_sigaction_has_sa_sigaction = yes; then
   cat >>confdefs.h <<\EOF
@@ -5151,13 +5152,13 @@ EOF
 
 fi
 
-echo "configure:5154: checking for struct ppsclockev" >&5
+echo "configure:5155: checking for struct ppsclockev" >&5
 echo $ECHO_N "checking for struct ppsclockev... $ECHO_C" >&6
 if test "${ac_cv_struct_ppsclockev+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5160 "configure"
+#line 5161 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -5180,7 +5181,7 @@ return pce->serial;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5183: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5184: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_ppsclockev=yes
 else
   echo "configure: failed program was:" >&5
@@ -5190,7 +5191,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:5193: result: $ac_cv_struct_ppsclockev" >&5
+echo "configure:5194: result: $ac_cv_struct_ppsclockev" >&5
 echo "${ECHO_T}$ac_cv_struct_ppsclockev" >&6
 if test $ac_cv_struct_ppsclockev = yes; then
     cat >>confdefs.h <<\EOF
@@ -5199,13 +5200,13 @@ EOF
 
 fi
 
-echo "configure:5202: checking struct sockaddr for sa_len" >&5
+echo "configure:5203: checking struct sockaddr for sa_len" >&5
 echo $ECHO_N "checking struct sockaddr for sa_len... $ECHO_C" >&6
 if test "${ac_cv_struct_sockaddr_has_sa_len+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5208 "configure"
+#line 5209 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -5220,7 +5221,7 @@ return ps->sa_len;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5223: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5224: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_sockaddr_has_sa_len=yes
 else
   echo "configure: failed program was:" >&5
@@ -5230,7 +5231,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:5233: result: $ac_cv_struct_sockaddr_has_sa_len" >&5
+echo "configure:5234: result: $ac_cv_struct_sockaddr_has_sa_len" >&5
 echo "${ECHO_T}$ac_cv_struct_sockaddr_has_sa_len" >&6
 if test $ac_cv_struct_sockaddr_has_sa_len = yes; then
     cat >>confdefs.h <<\EOF
@@ -5239,13 +5240,13 @@ EOF
 
 fi
 
-echo "configure:5242: checking struct clockinfo for hz" >&5
+echo "configure:5243: checking struct clockinfo for hz" >&5
 echo $ECHO_N "checking struct clockinfo for hz... $ECHO_C" >&6
 if test "${ac_cv_struct_clockinfo_has_hz+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5248 "configure"
+#line 5249 "configure"
 #include "confdefs.h"
 
 #include <sys/time.h>
@@ -5259,7 +5260,7 @@ return pc->hz;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5262: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5263: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_clockinfo_has_hz=yes
 else
   echo "configure: failed program was:" >&5
@@ -5269,7 +5270,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:5272: result: $ac_cv_struct_clockinfo_has_hz" >&5
+echo "configure:5273: result: $ac_cv_struct_clockinfo_has_hz" >&5
 echo "${ECHO_T}$ac_cv_struct_clockinfo_has_hz" >&6
 if test $ac_cv_struct_clockinfo_has_hz = yes; then
     cat >>confdefs.h <<\EOF
@@ -5278,13 +5279,13 @@ EOF
 
 fi
 
-echo "configure:5281: checking struct clockinfo for tickadj" >&5
+echo "configure:5282: checking struct clockinfo for tickadj" >&5
 echo $ECHO_N "checking struct clockinfo for tickadj... $ECHO_C" >&6
 if test "${ac_cv_struct_clockinfo_has_tickadj+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5287 "configure"
+#line 5288 "configure"
 #include "confdefs.h"
 
 #include <sys/time.h>
@@ -5298,7 +5299,7 @@ return pc->tickadj;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5301: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5302: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_clockinfo_has_tickadj=yes
 else
   echo "configure: failed program was:" >&5
@@ -5308,7 +5309,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:5311: result: $ac_cv_struct_clockinfo_has_tickadj" >&5
+echo "configure:5312: result: $ac_cv_struct_clockinfo_has_tickadj" >&5
 echo "${ECHO_T}$ac_cv_struct_clockinfo_has_tickadj" >&6
 if test $ac_cv_struct_clockinfo_has_tickadj = yes; then
     cat >>confdefs.h <<\EOF
@@ -5317,13 +5318,13 @@ EOF
 
 fi
 
-echo "configure:5320: checking for struct ntptimeval" >&5
+echo "configure:5321: checking for struct ntptimeval" >&5
 echo $ECHO_N "checking for struct ntptimeval... $ECHO_C" >&6
 if test "${ac_cv_struct_ntptimeval+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5326 "configure"
+#line 5327 "configure"
 #include "confdefs.h"
 
 #include <sys/time.h>
@@ -5336,7 +5337,7 @@ struct ntptimeval n;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5339: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5340: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_struct_ntptimeval=yes
 else
   echo "configure: failed program was:" >&5
@@ -5345,7 +5346,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5348: result: $ac_cv_struct_ntptimeval" >&5
+echo "configure:5349: result: $ac_cv_struct_ntptimeval" >&5
 echo "${ECHO_T}$ac_cv_struct_ntptimeval" >&6
 if test $ac_cv_struct_ntptimeval = yes; then
 
@@ -5355,13 +5356,13 @@ EOF
 
 fi
 
-echo "configure:5358: checking for struct ntptimeval.time.tv_nsec" >&5
+echo "configure:5359: checking for struct ntptimeval.time.tv_nsec" >&5
 echo $ECHO_N "checking for struct ntptimeval.time.tv_nsec... $ECHO_C" >&6
 if test "${ac_cv_member_struct_ntptimeval_time_tv_nsec+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5364 "configure"
+#line 5365 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_SYS_TIME_H
@@ -5388,7 +5389,7 @@ foo.time.tv_nsec;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5391: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5392: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_member_struct_ntptimeval_time_tv_nsec=yes
 else
   echo "configure: failed program was:" >&5
@@ -5397,7 +5398,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5400: result: $ac_cv_member_struct_ntptimeval_time_tv_nsec" >&5
+echo "configure:5401: result: $ac_cv_member_struct_ntptimeval_time_tv_nsec" >&5
 echo "${ECHO_T}$ac_cv_member_struct_ntptimeval_time_tv_nsec" >&6
 if test $ac_cv_member_struct_ntptimeval_time_tv_nsec = yes; then
 
@@ -5407,13 +5408,13 @@ EOF
 
 fi
 
-echo "configure:5410: checking for struct audio_info.monitor_gain" >&5
+echo "configure:5411: checking for struct audio_info.monitor_gain" >&5
 echo $ECHO_N "checking for struct audio_info.monitor_gain... $ECHO_C" >&6
 if test "${ac_cv_member_struct_audio_info_monitor_gain+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5416 "configure"
+#line 5417 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -5431,7 +5432,7 @@ foo.monitor_gain;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5434: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5435: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_member_struct_audio_info_monitor_gain=yes
 else
   echo "configure: failed program was:" >&5
@@ -5440,7 +5441,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5443: result: $ac_cv_member_struct_audio_info_monitor_gain" >&5
+echo "configure:5444: result: $ac_cv_member_struct_audio_info_monitor_gain" >&5
 echo "${ECHO_T}$ac_cv_member_struct_audio_info_monitor_gain" >&6
 if test $ac_cv_member_struct_audio_info_monitor_gain = yes; then
 
@@ -5449,13 +5450,13 @@ cat >>confdefs.h <<EOF
 EOF
 
 fi
-echo "configure:5452: checking for struct audio_info.output_muted" >&5
+echo "configure:5453: checking for struct audio_info.output_muted" >&5
 echo $ECHO_N "checking for struct audio_info.output_muted... $ECHO_C" >&6
 if test "${ac_cv_member_struct_audio_info_output_muted+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5458 "configure"
+#line 5459 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -5473,7 +5474,7 @@ foo.output_muted;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5476: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5477: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_member_struct_audio_info_output_muted=yes
 else
   echo "configure: failed program was:" >&5
@@ -5482,7 +5483,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5485: result: $ac_cv_member_struct_audio_info_output_muted" >&5
+echo "configure:5486: result: $ac_cv_member_struct_audio_info_output_muted" >&5
 echo "${ECHO_T}$ac_cv_member_struct_audio_info_output_muted" >&6
 if test $ac_cv_member_struct_audio_info_output_muted = yes; then
 
@@ -5491,13 +5492,13 @@ cat >>confdefs.h <<EOF
 EOF
 
 fi
-echo "configure:5494: checking for struct audio_info.blocksize" >&5
+echo "configure:5495: checking for struct audio_info.blocksize" >&5
 echo $ECHO_N "checking for struct audio_info.blocksize... $ECHO_C" >&6
 if test "${ac_cv_member_struct_audio_info_blocksize+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5500 "configure"
+#line 5501 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -5515,7 +5516,7 @@ foo.blocksize;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5518: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5519: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_member_struct_audio_info_blocksize=yes
 else
   echo "configure: failed program was:" >&5
@@ -5524,7 +5525,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5527: result: $ac_cv_member_struct_audio_info_blocksize" >&5
+echo "configure:5528: result: $ac_cv_member_struct_audio_info_blocksize" >&5
 echo "${ECHO_T}$ac_cv_member_struct_audio_info_blocksize" >&6
 if test $ac_cv_member_struct_audio_info_blocksize = yes; then
 
@@ -5533,13 +5534,13 @@ cat >>confdefs.h <<EOF
 EOF
 
 fi
-echo "configure:5536: checking for struct audio_info.hiwat" >&5
+echo "configure:5537: checking for struct audio_info.hiwat" >&5
 echo $ECHO_N "checking for struct audio_info.hiwat... $ECHO_C" >&6
 if test "${ac_cv_member_struct_audio_info_hiwat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5542 "configure"
+#line 5543 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -5557,7 +5558,7 @@ foo.hiwat;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5560: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5561: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_member_struct_audio_info_hiwat=yes
 else
   echo "configure: failed program was:" >&5
@@ -5566,7 +5567,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5569: result: $ac_cv_member_struct_audio_info_hiwat" >&5
+echo "configure:5570: result: $ac_cv_member_struct_audio_info_hiwat" >&5
 echo "${ECHO_T}$ac_cv_member_struct_audio_info_hiwat" >&6
 if test $ac_cv_member_struct_audio_info_hiwat = yes; then
 
@@ -5575,13 +5576,13 @@ cat >>confdefs.h <<EOF
 EOF
 
 fi
-echo "configure:5578: checking for struct audio_info.lowat" >&5
+echo "configure:5579: checking for struct audio_info.lowat" >&5
 echo $ECHO_N "checking for struct audio_info.lowat... $ECHO_C" >&6
 if test "${ac_cv_member_struct_audio_info_lowat+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5584 "configure"
+#line 5585 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -5599,7 +5600,7 @@ foo.lowat;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5602: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5603: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_member_struct_audio_info_lowat=yes
 else
   echo "configure: failed program was:" >&5
@@ -5608,7 +5609,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5611: result: $ac_cv_member_struct_audio_info_lowat" >&5
+echo "configure:5612: result: $ac_cv_member_struct_audio_info_lowat" >&5
 echo "${ECHO_T}$ac_cv_member_struct_audio_info_lowat" >&6
 if test $ac_cv_member_struct_audio_info_lowat = yes; then
 
@@ -5617,13 +5618,13 @@ cat >>confdefs.h <<EOF
 EOF
 
 fi
-echo "configure:5620: checking for struct audio_info.mode" >&5
+echo "configure:5621: checking for struct audio_info.mode" >&5
 echo $ECHO_N "checking for struct audio_info.mode... $ECHO_C" >&6
 if test "${ac_cv_member_struct_audio_info_mode+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5626 "configure"
+#line 5627 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -5641,7 +5642,7 @@ foo.mode;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5644: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5645: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_member_struct_audio_info_mode=yes
 else
   echo "configure: failed program was:" >&5
@@ -5650,7 +5651,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5653: result: $ac_cv_member_struct_audio_info_mode" >&5
+echo "configure:5654: result: $ac_cv_member_struct_audio_info_mode" >&5
 echo "${ECHO_T}$ac_cv_member_struct_audio_info_mode" >&6
 if test $ac_cv_member_struct_audio_info_mode = yes; then
 
@@ -5660,7 +5661,7 @@ EOF
 
 fi
 
-echo "configure:5663: checking for inline" >&5
+echo "configure:5664: checking for inline" >&5
 echo $ECHO_N "checking for inline... $ECHO_C" >&6
 if test "${ac_cv_c_inline+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5668,14 +5669,14 @@ else
   ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do
   cat >conftest.$ac_ext <<_ACEOF
-#line 5671 "configure"
+#line 5672 "configure"
 #include "confdefs.h"
 #ifndef __cplusplus
 $ac_kw int foo () {return 0; }
 #endif
 
 _ACEOF
-if { (eval echo configure:5678: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5679: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_c_inline=$ac_kw; break
 else
   echo "configure: failed program was:" >&5
@@ -5686,7 +5687,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 done
 
 fi
-echo "configure:5689: result: $ac_cv_c_inline" >&5
+echo "configure:5690: result: $ac_cv_c_inline" >&5
 echo "${ECHO_T}$ac_cv_c_inline" >&6
 case $ac_cv_c_inline in
   inline | yes) ;;
@@ -5701,13 +5702,13 @@ EOF
  ;;
 esac
 
-echo "configure:5704: checking whether char is unsigned" >&5
+echo "configure:5705: checking whether char is unsigned" >&5
 echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6
 if test "${ac_cv_c_char_unsigned+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5710 "configure"
+#line 5711 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5718,7 +5719,7 @@ int _array_ [1 - 2 * !(((char) -1) < 0)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5721: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5722: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_c_char_unsigned=no
 else
   echo "configure: failed program was:" >&5
@@ -5727,7 +5728,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5730: result: $ac_cv_c_char_unsigned" >&5
+echo "configure:5731: result: $ac_cv_c_char_unsigned" >&5
 echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6
 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
   cat >>confdefs.h <<\EOF
@@ -5737,13 +5738,13 @@ EOF
 fi
                case "$host" in
  $target)
-    echo "configure:5740: checking for signed char" >&5
+    echo "configure:5741: checking for signed char" >&5
 echo $ECHO_N "checking for signed char... $ECHO_C" >&6
 if test "${ac_cv_type_signed_char+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5746 "configure"
+#line 5747 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5757,7 +5758,7 @@ if (sizeof (signed char))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5760: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5761: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_signed_char=yes
 else
   echo "configure: failed program was:" >&5
@@ -5766,10 +5767,10 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5769: result: $ac_cv_type_signed_char" >&5
+echo "configure:5770: result: $ac_cv_type_signed_char" >&5
 echo "${ECHO_T}$ac_cv_type_signed_char" >&6
 
-echo "configure:5772: checking size of signed char" >&5
+echo "configure:5773: checking size of signed char" >&5
 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
 if test "${ac_cv_sizeof_signed_char+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5778,7 +5779,7 @@ else
   if test "$cross_compiling" = yes; then
   # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF
-#line 5781 "configure"
+#line 5782 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5789,11 +5790,11 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5792: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5793: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=0 ac_try=0
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 5796 "configure"
+#line 5797 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5804,7 +5805,7 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5807: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5808: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -5819,7 +5820,7 @@ else
   ac_hi=-1 ac_try=-1
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 5822 "configure"
+#line 5823 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5830,7 +5831,7 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5833: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5834: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -5845,7 +5846,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 while test "x$ac_lo" != "x$ac_hi"; do
   ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF
-#line 5848 "configure"
+#line 5849 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5856,7 +5857,7 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5859: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5860: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try
 else
   echo "configure: failed program was:" >&5
@@ -5868,7 +5869,7 @@ done
 ac_cv_sizeof_signed_char=$ac_lo
 else
  cat >conftest.$ac_ext <<_ACEOF
-#line 5871 "configure"
+#line 5872 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5882,7 +5883,7 @@ fprintf (f, "%d\n", (sizeof (signed char)));
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5885: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:5886: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   ac_cv_sizeof_signed_char=`cat conftestval`
 else
@@ -5896,7 +5897,7 @@ else
   ac_cv_sizeof_signed_char=0
 fi
 fi
-echo "configure:5899: result: $ac_cv_sizeof_signed_char" >&5
+echo "configure:5900: result: $ac_cv_sizeof_signed_char" >&5
 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
@@ -5905,13 +5906,13 @@ EOF
     ;;
  *) case "$target" in
      *-*-vxworks*)
-       echo "configure:5908: checking for signed char" >&5
+       echo "configure:5909: checking for signed char" >&5
 echo $ECHO_N "checking for signed char... $ECHO_C" >&6
 if test "${ac_cv_type_signed_char+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 5914 "configure"
+#line 5915 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5925,7 +5926,7 @@ if (sizeof (signed char))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5928: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5929: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_signed_char=yes
 else
   echo "configure: failed program was:" >&5
@@ -5934,10 +5935,10 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:5937: result: $ac_cv_type_signed_char" >&5
+echo "configure:5938: result: $ac_cv_type_signed_char" >&5
 echo "${ECHO_T}$ac_cv_type_signed_char" >&6
 
-echo "configure:5940: checking size of signed char" >&5
+echo "configure:5941: checking size of signed char" >&5
 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
 if test "${ac_cv_sizeof_signed_char+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5946,7 +5947,7 @@ else
   if test "$cross_compiling" = yes; then
   # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF
-#line 5949 "configure"
+#line 5950 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5957,11 +5958,11 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5960: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5961: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=0 ac_try=0
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 5964 "configure"
+#line 5965 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5972,7 +5973,7 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:5975: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:5976: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -5987,7 +5988,7 @@ else
   ac_hi=-1 ac_try=-1
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 5990 "configure"
+#line 5991 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5998,7 +5999,7 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6001: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6002: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6013,7 +6014,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 while test "x$ac_lo" != "x$ac_hi"; do
   ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF
-#line 6016 "configure"
+#line 6017 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6024,7 +6025,7 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6027: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6028: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try
 else
   echo "configure: failed program was:" >&5
@@ -6036,7 +6037,7 @@ done
 ac_cv_sizeof_signed_char=$ac_lo
 else
  cat >conftest.$ac_ext <<_ACEOF
-#line 6039 "configure"
+#line 6040 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6050,7 +6051,7 @@ fprintf (f, "%d\n", (sizeof (signed char)));
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6053: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6054: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   ac_cv_sizeof_signed_char=`cat conftestval`
 else
@@ -6064,7 +6065,7 @@ else
   ac_cv_sizeof_signed_char=0
 fi
 fi
-echo "configure:6067: result: $ac_cv_sizeof_signed_char" >&5
+echo "configure:6068: result: $ac_cv_sizeof_signed_char" >&5
 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
@@ -6079,13 +6080,13 @@ esac
 
 case "$host" in
  $target)
-    echo "configure:6082: checking for int" >&5
+    echo "configure:6083: checking for int" >&5
 echo $ECHO_N "checking for int... $ECHO_C" >&6
 if test "${ac_cv_type_int+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6088 "configure"
+#line 6089 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6099,7 +6100,7 @@ if (sizeof (int))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6102: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6103: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_int=yes
 else
   echo "configure: failed program was:" >&5
@@ -6108,10 +6109,10 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:6111: result: $ac_cv_type_int" >&5
+echo "configure:6112: result: $ac_cv_type_int" >&5
 echo "${ECHO_T}$ac_cv_type_int" >&6
 
-echo "configure:6114: checking size of int" >&5
+echo "configure:6115: checking size of int" >&5
 echo $ECHO_N "checking size of int... $ECHO_C" >&6
 if test "${ac_cv_sizeof_int+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6120,7 +6121,7 @@ else
   if test "$cross_compiling" = yes; then
   # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF
-#line 6123 "configure"
+#line 6124 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6131,11 +6132,11 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6134: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6135: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=0 ac_try=0
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6138 "configure"
+#line 6139 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6146,7 +6147,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6149: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6150: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6161,7 +6162,7 @@ else
   ac_hi=-1 ac_try=-1
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6164 "configure"
+#line 6165 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6172,7 +6173,7 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6175: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6176: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6187,7 +6188,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 while test "x$ac_lo" != "x$ac_hi"; do
   ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF
-#line 6190 "configure"
+#line 6191 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6198,7 +6199,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6201: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6202: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try
 else
   echo "configure: failed program was:" >&5
@@ -6210,7 +6211,7 @@ done
 ac_cv_sizeof_int=$ac_lo
 else
  cat >conftest.$ac_ext <<_ACEOF
-#line 6213 "configure"
+#line 6214 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6224,7 +6225,7 @@ fprintf (f, "%d\n", (sizeof (int)));
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6227: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6228: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   ac_cv_sizeof_int=`cat conftestval`
 else
@@ -6238,7 +6239,7 @@ else
   ac_cv_sizeof_int=0
 fi
 fi
-echo "configure:6241: result: $ac_cv_sizeof_int" >&5
+echo "configure:6242: result: $ac_cv_sizeof_int" >&5
 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_INT $ac_cv_sizeof_int
@@ -6247,13 +6248,13 @@ EOF
     ;;
  *) case "$target" in
      *-*-vxworks*)
-       echo "configure:6250: checking for int" >&5
+       echo "configure:6251: checking for int" >&5
 echo $ECHO_N "checking for int... $ECHO_C" >&6
 if test "${ac_cv_type_int+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6256 "configure"
+#line 6257 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6267,7 +6268,7 @@ if (sizeof (int))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6270: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6271: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_int=yes
 else
   echo "configure: failed program was:" >&5
@@ -6276,10 +6277,10 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:6279: result: $ac_cv_type_int" >&5
+echo "configure:6280: result: $ac_cv_type_int" >&5
 echo "${ECHO_T}$ac_cv_type_int" >&6
 
-echo "configure:6282: checking size of int" >&5
+echo "configure:6283: checking size of int" >&5
 echo $ECHO_N "checking size of int... $ECHO_C" >&6
 if test "${ac_cv_sizeof_int+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6288,7 +6289,7 @@ else
   if test "$cross_compiling" = yes; then
   # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF
-#line 6291 "configure"
+#line 6292 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6299,11 +6300,11 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6302: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6303: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=0 ac_try=0
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6306 "configure"
+#line 6307 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6314,7 +6315,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6317: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6318: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6329,7 +6330,7 @@ else
   ac_hi=-1 ac_try=-1
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6332 "configure"
+#line 6333 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6340,7 +6341,7 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6343: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6344: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6355,7 +6356,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 while test "x$ac_lo" != "x$ac_hi"; do
   ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF
-#line 6358 "configure"
+#line 6359 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6366,7 +6367,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6369: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6370: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try
 else
   echo "configure: failed program was:" >&5
@@ -6378,7 +6379,7 @@ done
 ac_cv_sizeof_int=$ac_lo
 else
  cat >conftest.$ac_ext <<_ACEOF
-#line 6381 "configure"
+#line 6382 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6392,7 +6393,7 @@ fprintf (f, "%d\n", (sizeof (int)));
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6395: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6396: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   ac_cv_sizeof_int=`cat conftestval`
 else
@@ -6406,7 +6407,7 @@ else
   ac_cv_sizeof_int=0
 fi
 fi
-echo "configure:6409: result: $ac_cv_sizeof_int" >&5
+echo "configure:6410: result: $ac_cv_sizeof_int" >&5
 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_INT $ac_cv_sizeof_int
@@ -6421,13 +6422,13 @@ esac
 
 case "$host" in
  $target)
-    echo "configure:6424: checking for long" >&5
+    echo "configure:6425: checking for long" >&5
 echo $ECHO_N "checking for long... $ECHO_C" >&6
 if test "${ac_cv_type_long+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6430 "configure"
+#line 6431 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6441,7 +6442,7 @@ if (sizeof (long))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6444: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6445: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_long=yes
 else
   echo "configure: failed program was:" >&5
@@ -6450,10 +6451,10 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:6453: result: $ac_cv_type_long" >&5
+echo "configure:6454: result: $ac_cv_type_long" >&5
 echo "${ECHO_T}$ac_cv_type_long" >&6
 
-echo "configure:6456: checking size of long" >&5
+echo "configure:6457: checking size of long" >&5
 echo $ECHO_N "checking size of long... $ECHO_C" >&6
 if test "${ac_cv_sizeof_long+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6462,7 +6463,7 @@ else
   if test "$cross_compiling" = yes; then
   # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF
-#line 6465 "configure"
+#line 6466 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6473,11 +6474,11 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6476: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6477: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=0 ac_try=0
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6480 "configure"
+#line 6481 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6488,7 +6489,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6491: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6492: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6503,7 +6504,7 @@ else
   ac_hi=-1 ac_try=-1
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6506 "configure"
+#line 6507 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6514,7 +6515,7 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6517: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6518: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6529,7 +6530,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 while test "x$ac_lo" != "x$ac_hi"; do
   ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF
-#line 6532 "configure"
+#line 6533 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6540,7 +6541,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6543: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6544: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try
 else
   echo "configure: failed program was:" >&5
@@ -6552,7 +6553,7 @@ done
 ac_cv_sizeof_long=$ac_lo
 else
  cat >conftest.$ac_ext <<_ACEOF
-#line 6555 "configure"
+#line 6556 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6566,7 +6567,7 @@ fprintf (f, "%d\n", (sizeof (long)));
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6569: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6570: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   ac_cv_sizeof_long=`cat conftestval`
 else
@@ -6580,7 +6581,7 @@ else
   ac_cv_sizeof_long=0
 fi
 fi
-echo "configure:6583: result: $ac_cv_sizeof_long" >&5
+echo "configure:6584: result: $ac_cv_sizeof_long" >&5
 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_LONG $ac_cv_sizeof_long
@@ -6589,13 +6590,13 @@ EOF
     ;;
  *) case "$target" in
      *-*-vxworks*)
-       echo "configure:6592: checking for long" >&5
+       echo "configure:6593: checking for long" >&5
 echo $ECHO_N "checking for long... $ECHO_C" >&6
 if test "${ac_cv_type_long+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6598 "configure"
+#line 6599 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6609,7 +6610,7 @@ if (sizeof (long))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6612: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6613: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_long=yes
 else
   echo "configure: failed program was:" >&5
@@ -6618,10 +6619,10 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:6621: result: $ac_cv_type_long" >&5
+echo "configure:6622: result: $ac_cv_type_long" >&5
 echo "${ECHO_T}$ac_cv_type_long" >&6
 
-echo "configure:6624: checking size of long" >&5
+echo "configure:6625: checking size of long" >&5
 echo $ECHO_N "checking size of long... $ECHO_C" >&6
 if test "${ac_cv_sizeof_long+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6630,7 +6631,7 @@ else
   if test "$cross_compiling" = yes; then
   # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF
-#line 6633 "configure"
+#line 6634 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6641,11 +6642,11 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6644: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6645: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=0 ac_try=0
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6648 "configure"
+#line 6649 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6656,7 +6657,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6659: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6660: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6671,7 +6672,7 @@ else
   ac_hi=-1 ac_try=-1
   while true; do
     cat >conftest.$ac_ext <<_ACEOF
-#line 6674 "configure"
+#line 6675 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6682,7 +6683,7 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6685: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6686: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_lo=$ac_try; break
 else
   echo "configure: failed program was:" >&5
@@ -6697,7 +6698,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 while test "x$ac_lo" != "x$ac_hi"; do
   ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF
-#line 6700 "configure"
+#line 6701 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6708,7 +6709,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6711: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6712: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_hi=$ac_try
 else
   echo "configure: failed program was:" >&5
@@ -6720,7 +6721,7 @@ done
 ac_cv_sizeof_long=$ac_lo
 else
  cat >conftest.$ac_ext <<_ACEOF
-#line 6723 "configure"
+#line 6724 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6734,7 +6735,7 @@ fprintf (f, "%d\n", (sizeof (long)));
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6737: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6738: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
    test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
   ac_cv_sizeof_long=`cat conftestval`
 else
@@ -6748,7 +6749,7 @@ else
   ac_cv_sizeof_long=0
 fi
 fi
-echo "configure:6751: result: $ac_cv_sizeof_long" >&5
+echo "configure:6752: result: $ac_cv_sizeof_long" >&5
 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_LONG $ac_cv_sizeof_long
@@ -6761,13 +6762,13 @@ EOF
     ;;
 esac
 
-echo "configure:6764: checking for s_char" >&5
+echo "configure:6765: checking for s_char" >&5
 echo $ECHO_N "checking for s_char... $ECHO_C" >&6
 if test "${ac_cv_type_s_char+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6770 "configure"
+#line 6771 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -6781,7 +6782,7 @@ if (sizeof (s_char))
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6784: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:6785: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_type_s_char=yes
 else
   echo "configure: failed program was:" >&5
@@ -6790,7 +6791,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:6793: result: $ac_cv_type_s_char" >&5
+echo "configure:6794: result: $ac_cv_type_s_char" >&5
 echo "${ECHO_T}$ac_cv_type_s_char" >&6
 if test $ac_cv_type_s_char = yes; then
 
@@ -6830,13 +6831,13 @@ EOF
 
     ;;
 esac
-echo "configure:6833: checking for uid_t in sys/types.h" >&5
+echo "configure:6834: checking for uid_t in sys/types.h" >&5
 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
 if test "${ac_cv_type_uid_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6839 "configure"
+#line 6840 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 
@@ -6850,7 +6851,7 @@ fi
 rm -f conftest*
 
 fi
-echo "configure:6853: result: $ac_cv_type_uid_t" >&5
+echo "configure:6854: result: $ac_cv_type_uid_t" >&5
 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
 if test $ac_cv_type_uid_t = no; then
 
@@ -6870,13 +6871,13 @@ case "$target" in
 for ac_func in __adjtimex __ntp_gettime
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6873: checking for $ac_func" >&5
+echo "configure:6874: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6879 "configure"
+#line 6880 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -6906,7 +6907,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6909: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:6910: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -6915,7 +6916,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:6918: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:6919: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -6939,13 +6940,13 @@ case "$target" in
 for ac_func in clock_settime
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6942: checking for $ac_func" >&5
+echo "configure:6943: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 6948 "configure"
+#line 6949 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -6975,7 +6976,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:6978: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:6979: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -6984,7 +6985,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:6987: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:6988: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7000,13 +7001,13 @@ esac
 for ac_func in daemon
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7003: checking for $ac_func" >&5
+echo "configure:7004: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7009 "configure"
+#line 7010 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7036,7 +7037,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7039: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7040: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7045,7 +7046,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7048: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7049: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7058,13 +7059,13 @@ done
 for ac_func in finite
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7061: checking for $ac_func" >&5
+echo "configure:7062: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7067 "configure"
+#line 7068 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7094,7 +7095,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7097: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7098: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7103,7 +7104,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7106: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7107: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7115,13 +7116,13 @@ else
 for ac_func in isfinite
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7118: checking for $ac_func" >&5
+echo "configure:7119: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7124 "configure"
+#line 7125 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7151,7 +7152,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7154: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7155: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7160,7 +7161,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7163: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7164: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7168,12 +7169,12 @@ if test `eval echo '${'$ac_ac_var'}'` = yes; then
 EOF
 
 else
-  echo "configure:7171: checking for isfinite with <math.h>" >&5
+  echo "configure:7172: checking for isfinite with <math.h>" >&5
 echo $ECHO_N "checking for isfinite with <math.h>... $ECHO_C" >&6
     _libs=$LIBS
     LIBS="$LIBS -lm"
     cat >conftest.$ac_ext <<_ACEOF
-#line 7176 "configure"
+#line 7177 "configure"
 #include "confdefs.h"
 #include <math.h>
 int
@@ -7184,8 +7185,8 @@ float f = 0.0; isfinite(f)
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7187: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
-  echo "configure:7188: result: yes" >&5
+if { (eval echo configure:7188: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+  echo "configure:7189: result: yes" >&5
 echo "${ECHO_T}yes" >&6
       cat >>confdefs.h <<\EOF
 #define HAVE_ISFINITE 1
@@ -7194,7 +7195,7 @@ EOF
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  echo "configure:7197: result: no" >&5
+  echo "configure:7198: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7208,13 +7209,13 @@ done
 for ac_func in getbootfile getdtablesize getrusage gettimeofday
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7211: checking for $ac_func" >&5
+echo "configure:7212: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7217 "configure"
+#line 7218 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7244,7 +7245,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7247: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7248: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7253,7 +7254,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7256: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7257: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7270,13 +7271,13 @@ case "$target" in
 for ac_func in getuid
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7273: checking for $ac_func" >&5
+echo "configure:7274: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7279 "configure"
+#line 7280 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7306,7 +7307,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7309: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7310: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7315,7 +7316,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7318: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7319: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7331,13 +7332,13 @@ esac
 for ac_func in hstrerror K_open kvm_open memcpy memmove memset
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7334: checking for $ac_func" >&5
+echo "configure:7335: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7340 "configure"
+#line 7341 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7367,7 +7368,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7370: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7371: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7376,7 +7377,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7379: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7380: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7394,13 +7395,13 @@ case "$target" in
 for ac_func in mkstemp
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7397: checking for $ac_func" >&5
+echo "configure:7398: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7403 "configure"
+#line 7404 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7430,7 +7431,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7433: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7434: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7439,7 +7440,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7442: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7443: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7455,13 +7456,13 @@ esac
 for ac_func in mktime
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7458: checking for $ac_func" >&5
+echo "configure:7459: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7464 "configure"
+#line 7465 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7491,7 +7492,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7494: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7495: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7500,7 +7501,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7503: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7504: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7530,13 +7531,13 @@ case "$target" in
 for ac_func in memlk
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7533: checking for $ac_func" >&5
+echo "configure:7534: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7539 "configure"
+#line 7540 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7566,7 +7567,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7569: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7570: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7575,7 +7576,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7578: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7579: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7589,13 +7590,13 @@ done
 for ac_func in mlockall
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7592: checking for $ac_func" >&5
+echo "configure:7593: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7598 "configure"
+#line 7599 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7625,7 +7626,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7628: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7629: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7634,7 +7635,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7637: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7638: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7649,13 +7650,13 @@ done
 for ac_func in mlockall
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7652: checking for $ac_func" >&5
+echo "configure:7653: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7658 "configure"
+#line 7659 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7685,7 +7686,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7688: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7689: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7694,7 +7695,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7697: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7698: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7710,13 +7711,13 @@ esac
 for ac_func in mrand48 srand48 nice nlist
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7713: checking for $ac_func" >&5
+echo "configure:7714: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7719 "configure"
+#line 7720 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7746,7 +7747,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7749: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7750: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7755,7 +7756,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7758: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7759: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7774,13 +7775,13 @@ case "$target" in
 for ac_func in ntp_adjtime ntp_gettime
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7777: checking for $ac_func" >&5
+echo "configure:7778: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7783 "configure"
+#line 7784 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7810,7 +7811,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7813: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7814: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7819,7 +7820,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7822: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7823: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7835,13 +7836,13 @@ esac
 for ac_func in plock pututline pututxline readlink rtprio
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7838: checking for $ac_func" >&5
+echo "configure:7839: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7844 "configure"
+#line 7845 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7871,7 +7872,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7874: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7875: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7880,7 +7881,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7883: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7884: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7896,13 +7897,13 @@ case "$ac_cv_func_mrand48" in
 for ac_func in random
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7899: checking for $ac_func" >&5
+echo "configure:7900: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7905 "configure"
+#line 7906 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -7932,7 +7933,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:7935: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:7936: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -7941,7 +7942,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:7944: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:7945: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -7967,13 +7968,13 @@ case "$target" in
 for ac_func in sched_setscheduler
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7970: checking for $ac_func" >&5
+echo "configure:7971: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 7976 "configure"
+#line 7977 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8003,7 +8004,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8006: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8007: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8012,7 +8013,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8015: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8016: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8028,13 +8029,13 @@ esac
 for ac_func in setlinebuf
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8031: checking for $ac_func" >&5
+echo "configure:8032: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8037 "configure"
+#line 8038 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8064,7 +8065,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8067: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8068: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8073,7 +8074,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8076: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8077: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8086,13 +8087,13 @@ done
 for ac_func in setpgid setpriority setsid settimeofday setvbuf sigaction
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8089: checking for $ac_func" >&5
+echo "configure:8090: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8095 "configure"
+#line 8096 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8122,7 +8123,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8125: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8126: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8131,7 +8132,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8134: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8135: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8144,13 +8145,13 @@ done
 for ac_func in sigvec sigset sigsuspend stime strchr sysconf sysctl
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8147: checking for $ac_func" >&5
+echo "configure:8148: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8153 "configure"
+#line 8154 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8180,7 +8181,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8183: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8184: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8189,7 +8190,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8192: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8193: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8202,13 +8203,13 @@ done
 for ac_func in snprintf strdup strerror
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8205: checking for $ac_func" >&5
+echo "configure:8206: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8211 "configure"
+#line 8212 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8238,7 +8239,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8241: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8242: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8247,7 +8248,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8250: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8251: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8275,13 +8276,13 @@ case "$target" in
 for ac_func in timer_create timer_settime
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8278: checking for $ac_func" >&5
+echo "configure:8279: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8284 "configure"
+#line 8285 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8311,7 +8312,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8314: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8315: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8320,7 +8321,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8323: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8324: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8340,13 +8341,13 @@ case "$target" in
 for ac_func in umask
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8343: checking for $ac_func" >&5
+echo "configure:8344: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8349 "configure"
+#line 8350 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8376,7 +8377,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8379: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8380: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8385,7 +8386,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8388: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8389: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8401,13 +8402,13 @@ esac
 for ac_func in uname updwtmp updwtmpx vsprintf
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8404: checking for $ac_func" >&5
+echo "configure:8405: checking for $ac_func" >&5
 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8410 "configure"
+#line 8411 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */
@@ -8437,7 +8438,7 @@ f = $ac_func;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8440: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo configure:8441: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
@@ -8446,7 +8447,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
-echo "configure:8449: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "configure:8450: result: `eval echo '${'$ac_ac_var'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
@@ -8456,13 +8457,13 @@ EOF
 fi
 done
 
-echo "configure:8459: checking number of arguments to gettimeofday()" >&5
+echo "configure:8460: checking number of arguments to gettimeofday()" >&5
 echo $ECHO_N "checking number of arguments to gettimeofday()... $ECHO_C" >&6
 if test "${ac_cv_func_Xettimeofday_nargs+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8465 "configure"
+#line 8466 "configure"
 #include "confdefs.h"
 #include <sys/time.h>
 int
@@ -8476,7 +8477,7 @@ settimeofday((struct timeval*)0,(struct timezone*)0);
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8479: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:8480: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_func_Xettimeofday_nargs=2
 else
   echo "configure: failed program was:" >&5
@@ -8486,7 +8487,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:8489: result: $ac_cv_func_Xettimeofday_nargs" >&5
+echo "configure:8490: result: $ac_cv_func_Xettimeofday_nargs" >&5
 echo "${ECHO_T}$ac_cv_func_Xettimeofday_nargs" >&6
 if test $ac_cv_func_Xettimeofday_nargs = 1; then
        cat >>confdefs.h <<\EOF
@@ -8495,13 +8496,13 @@ EOF
 
 fi
 
-echo "configure:8498: checking number of arguments taken by setpgrp()" >&5
+echo "configure:8499: checking number of arguments taken by setpgrp()" >&5
 echo $ECHO_N "checking number of arguments taken by setpgrp()... $ECHO_C" >&6
 if test "${ac_cv_func_setpgrp_nargs+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8504 "configure"
+#line 8505 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_SYS_TYPES_H
@@ -8519,7 +8520,7 @@ setpgrp(0,0);
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8522: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:8523: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_func_setpgrp_nargs=2
 else
   echo "configure: failed program was:" >&5
@@ -8529,7 +8530,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:8532: result: $ac_cv_func_setpgrp_nargs" >&5
+echo "configure:8533: result: $ac_cv_func_setpgrp_nargs" >&5
 echo "${ECHO_T}$ac_cv_func_setpgrp_nargs" >&6
 if test $ac_cv_func_setpgrp_nargs = 0; then
         cat >>confdefs.h <<\EOF
@@ -8541,13 +8542,13 @@ fi
 save_CFLAGS=$CFLAGS
 CFLAGS="$CFLAGS -I$srcdir/include"
 
-echo "configure:8544: checking argument pointer type of qsort()'s compare function and base" >&5
+echo "configure:8545: checking argument pointer type of qsort()'s compare function and base" >&5
 echo $ECHO_N "checking argument pointer type of qsort()'s compare function and base... $ECHO_C" >&6
 if test "${ac_cv_func_qsort_argtype+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8550 "configure"
+#line 8551 "configure"
 #include "confdefs.h"
 
 #include "l_stdlib.h"
@@ -8574,7 +8575,7 @@ qsort(base, 2, sizeof(char *), sortfunc);
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8577: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:8578: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_func_qsort_argtype=void
 else
   echo "configure: failed program was:" >&5
@@ -8584,7 +8585,7 @@ fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 
 fi
-echo "configure:8587: result: $ac_cv_func_qsort_argtype" >&5
+echo "configure:8588: result: $ac_cv_func_qsort_argtype" >&5
 echo "${ECHO_T}$ac_cv_func_qsort_argtype" >&6
 case "$ac_cv_func_qsort_argtype" in
  void)
@@ -8597,13 +8598,13 @@ esac
 
 CFLAGS=$save_CFLAGS
 
-echo "configure:8600: checking if we need to declare 'errno'" >&5
+echo "configure:8601: checking if we need to declare 'errno'" >&5
 echo $ECHO_N "checking if we need to declare 'errno'... $ECHO_C" >&6
 if test "${ac_cv_decl_errno+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8606 "configure"
+#line 8607 "configure"
 #include "confdefs.h"
 #ifdef HAVE_ERRNO_H
 #include <errno.h>
@@ -8616,7 +8617,7 @@ errno = 0;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8619: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:8620: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_decl_errno=no
 else
   echo "configure: failed program was:" >&5
@@ -8625,7 +8626,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:8628: result: $ac_cv_decl_errno" >&5
+echo "configure:8629: result: $ac_cv_decl_errno" >&5
 echo "${ECHO_T}$ac_cv_decl_errno" >&6
 case "$ac_cv_decl_errno" in
  yes) cat >>confdefs.h <<\EOF
@@ -8634,13 +8635,13 @@ EOF
  ;;
 esac
 
-echo "configure:8637: checking if we may declare 'h_errno'" >&5
+echo "configure:8638: checking if we may declare 'h_errno'" >&5
 echo $ECHO_N "checking if we may declare 'h_errno'... $ECHO_C" >&6
 if test "${ac_cv_decl_h_errno+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8643 "configure"
+#line 8644 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #ifdef HAVE_NETINET_IN_H
@@ -8663,7 +8664,7 @@ extern int h_errno;
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8666: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:8667: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_decl_h_errno=yes
 else
   echo "configure: failed program was:" >&5
@@ -8672,7 +8673,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:8675: result: $ac_cv_decl_h_errno" >&5
+echo "configure:8676: result: $ac_cv_decl_h_errno" >&5
 echo "${ECHO_T}$ac_cv_decl_h_errno" >&6
 case "$ac_cv_decl_h_errno" in
  yes) cat >>confdefs.h <<\EOF
@@ -8681,13 +8682,13 @@ EOF
  ;;
 esac
 
-echo "configure:8684: checking if declaring 'char *sys_errlist[]' is ok" >&5
+echo "configure:8685: checking if declaring 'char *sys_errlist[]' is ok" >&5
 echo $ECHO_N "checking if declaring 'char *sys_errlist[]' is ok... $ECHO_C" >&6
 if test "${ac_cv_decl_sys_errlist+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8690 "configure"
+#line 8691 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 #ifdef HAVE_ERRNO_H
@@ -8702,7 +8703,7 @@ extern char *sys_errlist[];
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8705: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:8706: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_decl_sys_errlist=yes
 else
   echo "configure: failed program was:" >&5
@@ -8711,7 +8712,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:8714: result: $ac_cv_decl_sys_errlist" >&5
+echo "configure:8715: result: $ac_cv_decl_sys_errlist" >&5
 echo "${ECHO_T}$ac_cv_decl_sys_errlist" >&6
 case "$ac_cv_decl_sys_errlist" in
  yes) cat >>confdefs.h <<\EOF
@@ -8720,13 +8721,13 @@ EOF
  ;;
 esac
 
-echo "configure:8723: checking if declaring 'syscall()' is ok" >&5
+echo "configure:8724: checking if declaring 'syscall()' is ok" >&5
 echo $ECHO_N "checking if declaring 'syscall()' is ok... $ECHO_C" >&6
 if test "${ac_cv_decl_syscall+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 8729 "configure"
+#line 8730 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_SYS_TYPES_H
@@ -8749,7 +8750,7 @@ extern int syscall P((int, ...));
   return 0;
 }
 _ACEOF
-if { (eval echo configure:8752: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo configure:8753: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
   ac_cv_decl_syscall=yes
 else
   echo "configure: failed program was:" >&5
@@ -8758,7 +8759,7 @@ else
 fi
 rm -f conftest.$ac_objext conftest.$ac_ext
 fi
-echo "configure:8761: result: $ac_cv_decl_syscall" >&5
+echo "configure:8762: result: $ac_cv_decl_syscall" >&5
 echo "${ECHO_T}$ac_cv_decl_syscall" >&6
 case "$ac_cv_decl_syscall" in
  yes) cat >>confdefs.h <<\EOF
@@ -9033,17 +9034,17 @@ EOF
     ;;
 esac
 
-echo "configure:9036: checking if we should use a streams device for ifconfig" >&5
+echo "configure:9037: checking if we should use a streams device for ifconfig" >&5
 echo $ECHO_N "checking if we should use a streams device for ifconfig... $ECHO_C" >&6
 if test "${ac_cv_var_use_streams_device_for_ifconfig+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_var_use_streams_device_for_ifconfig=no
 fi
-echo "configure:9043: result: $ac_cv_var_use_streams_device_for_ifconfig" >&5
+echo "configure:9044: result: $ac_cv_var_use_streams_device_for_ifconfig" >&5
 echo "${ECHO_T}$ac_cv_var_use_streams_device_for_ifconfig" >&6
 
-echo "configure:9046: checking if we need extra room for SO_RCVBUF" >&5
+echo "configure:9047: checking if we need extra room for SO_RCVBUF" >&5
 echo $ECHO_N "checking if we need extra room for SO_RCVBUF... $ECHO_C" >&6
 if test "${ac_cv_var_rcvbuf_slop+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9056,7 +9057,7 @@ case "$target" in
 esac
 ac_cv_var_rcvbuf_slop=$ans
 fi
-echo "configure:9059: result: $ac_cv_var_rcvbuf_slop" >&5
+echo "configure:9060: result: $ac_cv_var_rcvbuf_slop" >&5
 echo "${ECHO_T}$ac_cv_var_rcvbuf_slop" >&6
 case "$ac_cv_var_rcvbuf_slop" in
  yes) cat >>confdefs.h <<\EOF
@@ -9065,7 +9066,7 @@ EOF
  ;;
 esac
 
-echo "configure:9068: checking if we will open the broadcast socket" >&5
+echo "configure:9069: checking if we will open the broadcast socket" >&5
 echo $ECHO_N "checking if we will open the broadcast socket... $ECHO_C" >&6
 if test "${ac_cv_var_open_bcast_socket+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9081,7 +9082,7 @@ case "$target" in
 esac
 ac_cv_var_open_bcast_socket=$ans
 fi
-echo "configure:9084: result: $ac_cv_var_open_bcast_socket" >&5
+echo "configure:9085: result: $ac_cv_var_open_bcast_socket" >&5
 echo "${ECHO_T}$ac_cv_var_open_bcast_socket" >&6
 case "$ac_cv_var_open_bcast_socket" in
  yes) cat >>confdefs.h <<\EOF
@@ -9090,7 +9091,7 @@ EOF
  ;;
 esac
 
-echo "configure:9093: checking if we want the HPUX version of FindConfig()" >&5
+echo "configure:9094: checking if we want the HPUX version of FindConfig()" >&5
 echo $ECHO_N "checking if we want the HPUX version of FindConfig()... $ECHO_C" >&6
 if test "${ac_cv_var_hpux_findconfig+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9103,7 +9104,7 @@ case "$target" in
 esac
 ac_cv_var_hpux_findconfig=$ans
 fi
-echo "configure:9106: result: $ac_cv_var_hpux_findconfig" >&5
+echo "configure:9107: result: $ac_cv_var_hpux_findconfig" >&5
 echo "${ECHO_T}$ac_cv_var_hpux_findconfig" >&6
 case "$ac_cv_var_hpux_findconfig" in
  yes) cat >>confdefs.h <<\EOF
@@ -9112,7 +9113,7 @@ EOF
  ;;
 esac
 
-echo "configure:9115: checking if process groups are set with -pid" >&5
+echo "configure:9116: checking if process groups are set with -pid" >&5
 echo $ECHO_N "checking if process groups are set with -pid... $ECHO_C" >&6
 if test "${ac_cv_arg_setpgrp_negpid+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9139,7 +9140,7 @@ else
 esac
 ac_cv_arg_setpgrp_negpid=$ans
 fi
-echo "configure:9142: result: $ac_cv_arg_setpgrp_negpid" >&5
+echo "configure:9143: result: $ac_cv_arg_setpgrp_negpid" >&5
 echo "${ECHO_T}$ac_cv_arg_setpgrp_negpid" >&6
 case "$ac_cv_arg_setpgrp_negpid" in
  yes) cat >>confdefs.h <<\EOF
@@ -9148,7 +9149,7 @@ EOF
  ;;
 esac
 
-echo "configure:9151: checking if we need a ctty for F_SETOWN" >&5
+echo "configure:9152: checking if we need a ctty for F_SETOWN" >&5
 echo $ECHO_N "checking if we need a ctty for F_SETOWN... $ECHO_C" >&6
 if test "${ac_cv_func_ctty_for_f_setown+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9174,7 +9175,7 @@ else
 esac
 ac_cv_func_ctty_for_f_setown=$ans
 fi
-echo "configure:9177: result: $ac_cv_func_ctty_for_f_setown" >&5
+echo "configure:9178: result: $ac_cv_func_ctty_for_f_setown" >&5
 echo "${ECHO_T}$ac_cv_func_ctty_for_f_setown" >&6
 case "$ac_cv_func_ctty_for_f_setown" in
  yes) cat >>confdefs.h <<\EOF
@@ -9184,7 +9185,7 @@ EOF
 esac
 
 ntp_warning='GRONK'
-echo "configure:9187: checking if we'll use clock_settime or settimeofday or stime" >&5
+echo "configure:9188: checking if we'll use clock_settime or settimeofday or stime" >&5
 echo $ECHO_N "checking if we'll use clock_settime or settimeofday or stime... $ECHO_C" >&6
 case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in
  yes*)
@@ -9206,7 +9207,7 @@ case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in
     ;;
 esac
 esac
-echo "configure:9209: result: $ans" >&5
+echo "configure:9210: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 case "$ntp_warning" in
  '') ;;
@@ -9214,7 +9215,7 @@ case "$ntp_warning" in
     ;;
 esac
 
-echo "configure:9217: checking if we have a losing syscall()" >&5
+echo "configure:9218: checking if we have a losing syscall()" >&5
 echo $ECHO_N "checking if we have a losing syscall()... $ECHO_C" >&6
 if test "${ac_cv_var_syscall_bug+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9228,7 +9229,7 @@ else
 esac
 ac_cv_var_syscall_bug=$ans
 fi
-echo "configure:9231: result: $ac_cv_var_syscall_bug" >&5
+echo "configure:9232: result: $ac_cv_var_syscall_bug" >&5
 echo "${ECHO_T}$ac_cv_var_syscall_bug" >&6
 case "$ac_cv_var_syscall_bug" in
  yes) cat >>confdefs.h <<\EOF
@@ -9237,7 +9238,7 @@ EOF
  ;;
 esac
 
-echo "configure:9240: checking for Streams/TLI" >&5
+echo "configure:9241: checking for Streams/TLI" >&5
 echo $ECHO_N "checking for Streams/TLI... $ECHO_C" >&6
 if test "${ac_cv_var_streams_tli+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9255,7 +9256,7 @@ else
  esac
  ac_cv_var_streams_tli=$ans
 fi
-echo "configure:9258: result: $ac_cv_var_streams_tli" >&5
+echo "configure:9259: result: $ac_cv_var_streams_tli" >&5
 echo "${ECHO_T}$ac_cv_var_streams_tli" >&6
 case "$ac_cv_var_streams_tli" in
  yes)
@@ -9266,13 +9267,13 @@ EOF
     ;;
 esac
 
-echo "configure:9269: checking for SIGIO" >&5
+echo "configure:9270: checking for SIGIO" >&5
 echo $ECHO_N "checking for SIGIO... $ECHO_C" >&6
 if test "${ac_cv_hdr_def_sigio+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9275 "configure"
+#line 9276 "configure"
 #include "confdefs.h"
 #include <signal.h>
 #ifdef SIGIO
@@ -9289,10 +9290,10 @@ fi
 rm -f conftest*
 
 fi
-echo "configure:9292: result: $ac_cv_hdr_def_sigio" >&5
+echo "configure:9293: result: $ac_cv_hdr_def_sigio" >&5
 echo "${ECHO_T}$ac_cv_hdr_def_sigio" >&6
 
-echo "configure:9295: checking if we want to use signalled IO" >&5
+echo "configure:9296: checking if we want to use signalled IO" >&5
 echo $ECHO_N "checking if we want to use signalled IO... $ECHO_C" >&6
 if test "${ac_cv_var_signalled_io+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9334,7 +9335,7 @@ case "$ac_cv_hdr_def_sigio" in
 esac
 ac_cv_var_signalled_io=$ans
 fi
-echo "configure:9337: result: $ac_cv_var_signalled_io" >&5
+echo "configure:9338: result: $ac_cv_var_signalled_io" >&5
 echo "${ECHO_T}$ac_cv_var_signalled_io" >&6
 case "$ac_cv_var_signalled_io" in
  yes) cat >>confdefs.h <<\EOF
@@ -9343,13 +9344,13 @@ EOF
  ;;
 esac
 
-echo "configure:9346: checking for SIGPOLL" >&5
+echo "configure:9347: checking for SIGPOLL" >&5
 echo $ECHO_N "checking for SIGPOLL... $ECHO_C" >&6
 if test "${ac_cv_hdr_def_sigpoll+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9352 "configure"
+#line 9353 "configure"
 #include "confdefs.h"
 #include <signal.h>
 #ifdef SIGPOLL
@@ -9366,16 +9367,16 @@ fi
 rm -f conftest*
 
 fi
-echo "configure:9369: result: $ac_cv_hdr_def_sigpoll" >&5
+echo "configure:9370: result: $ac_cv_hdr_def_sigpoll" >&5
 echo "${ECHO_T}$ac_cv_hdr_def_sigpoll" >&6
 
-echo "configure:9372: checking for SIGSYS" >&5
+echo "configure:9373: checking for SIGSYS" >&5
 echo $ECHO_N "checking for SIGSYS... $ECHO_C" >&6
 if test "${ac_cv_hdr_def_sigsys+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9378 "configure"
+#line 9379 "configure"
 #include "confdefs.h"
 #include <signal.h>
 #ifdef SIGSYS
@@ -9392,10 +9393,10 @@ fi
 rm -f conftest*
 
 fi
-echo "configure:9395: result: $ac_cv_hdr_def_sigsys" >&5
+echo "configure:9396: result: $ac_cv_hdr_def_sigsys" >&5
 echo "${ECHO_T}$ac_cv_hdr_def_sigsys" >&6
 
-echo "configure:9398: checking if we can use SIGPOLL for UDP I/O" >&5
+echo "configure:9399: checking if we can use SIGPOLL for UDP I/O" >&5
 echo $ECHO_N "checking if we can use SIGPOLL for UDP I/O... $ECHO_C" >&6
 if test "${ac_cv_var_use_udp_sigpoll+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9441,7 +9442,7 @@ case "$ac_cv_hdr_def_sigpoll" in
 esac
 ac_cv_var_use_udp_sigpoll=$ans
 fi
-echo "configure:9444: result: $ac_cv_var_use_udp_sigpoll" >&5
+echo "configure:9445: result: $ac_cv_var_use_udp_sigpoll" >&5
 echo "${ECHO_T}$ac_cv_var_use_udp_sigpoll" >&6
 case "$ac_cv_var_use_udp_sigpoll" in
  yes) cat >>confdefs.h <<\EOF
@@ -9450,7 +9451,7 @@ EOF
  ;;
 esac
 
-echo "configure:9453: checking if we can use SIGPOLL for TTY I/O" >&5
+echo "configure:9454: checking if we can use SIGPOLL for TTY I/O" >&5
 echo $ECHO_N "checking if we can use SIGPOLL for TTY I/O... $ECHO_C" >&6
 if test "${ac_cv_var_use_tty_sigpoll+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9496,7 +9497,7 @@ case "$ac_cv_hdr_def_sigpoll" in
 esac
 ac_cv_var_use_tty_sigpoll=$ans
 fi
-echo "configure:9499: result: $ac_cv_var_use_tty_sigpoll" >&5
+echo "configure:9500: result: $ac_cv_var_use_tty_sigpoll" >&5
 echo "${ECHO_T}$ac_cv_var_use_tty_sigpoll" >&6
 case "$ac_cv_var_use_tty_sigpoll" in
  yes) cat >>confdefs.h <<\EOF
@@ -9507,13 +9508,13 @@ esac
 
 case "$ac_cv_header_sys_sio_h" in
  yes)
-    echo "configure:9510: checking sys/sio.h for TIOCDCDTIMESTAMP" >&5
+    echo "configure:9511: checking sys/sio.h for TIOCDCDTIMESTAMP" >&5
 echo $ECHO_N "checking sys/sio.h for TIOCDCDTIMESTAMP... $ECHO_C" >&6
 if test "${ac_cv_hdr_def_tiocdcdtimestamp+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9516 "configure"
+#line 9517 "configure"
 #include "confdefs.h"
 #include <sys/sio.h>
 #ifdef TIOCDCDTIMESTAMP
@@ -9530,7 +9531,7 @@ fi
 rm -f conftest*
 
 fi
-echo "configure:9533: result: $ac_cv_hdr_def_tiocdcdtimestamp" >&5
+echo "configure:9534: result: $ac_cv_hdr_def_tiocdcdtimestamp" >&5
 echo "${ECHO_T}$ac_cv_hdr_def_tiocdcdtimestamp" >&6
     ;;
 esac
@@ -9541,7 +9542,7 @@ case "$ac_cv_hdr_def_tiocdcdtimestamp" in
     ;;
 esac
 
-echo "configure:9544: checking if nlist() values might require extra indirection" >&5
+echo "configure:9545: checking if nlist() values might require extra indirection" >&5
 echo $ECHO_N "checking if nlist() values might require extra indirection... $ECHO_C" >&6
 if test "${ac_cv_var_nlist_extra_indirection+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9554,7 +9555,7 @@ case "$target" in
 esac
 ac_cv_var_nlist_extra_indirection=$ans
 fi
-echo "configure:9557: result: $ac_cv_var_nlist_extra_indirection" >&5
+echo "configure:9558: result: $ac_cv_var_nlist_extra_indirection" >&5
 echo "${ECHO_T}$ac_cv_var_nlist_extra_indirection" >&6
 case "$ac_cv_var_nlist_extra_indirection" in
  yes) cat >>confdefs.h <<\EOF
@@ -9563,7 +9564,7 @@ EOF
  ;;
 esac
 
-echo "configure:9566: checking for a minimum recommended value of tickadj" >&5
+echo "configure:9567: checking for a minimum recommended value of tickadj" >&5
 echo $ECHO_N "checking for a minimum recommended value of tickadj... $ECHO_C" >&6
 if test "${ac_cv_var_min_rec_tickadj+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9576,7 +9577,7 @@ case "$target" in
 esac
 ac_cv_var_min_rec_tickadj=$ans
 fi
-echo "configure:9579: result: $ac_cv_var_min_rec_tickadj" >&5
+echo "configure:9580: result: $ac_cv_var_min_rec_tickadj" >&5
 echo "${ECHO_T}$ac_cv_var_min_rec_tickadj" >&6
 case "$ac_cv_var_min_rec_tickadj" in
  ''|no) ;;
@@ -9586,7 +9587,7 @@ EOF
  ;;
 esac
 
-echo "configure:9589: checking if the TTY code permits PARENB and IGNPAR" >&5
+echo "configure:9590: checking if the TTY code permits PARENB and IGNPAR" >&5
 echo $ECHO_N "checking if the TTY code permits PARENB and IGNPAR... $ECHO_C" >&6
 if test "${ac_cv_var_no_parenb_ignpar+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9602,7 +9603,7 @@ case "$target" in
 esac
 ac_cv_var_no_parenb_ignpar=$ans
 fi
-echo "configure:9605: result: $ac_cv_var_no_parenb_ignpar" >&5
+echo "configure:9606: result: $ac_cv_var_no_parenb_ignpar" >&5
 echo "${ECHO_T}$ac_cv_var_no_parenb_ignpar" >&6
 case "$ac_cv_var_no_parenb_ignpar" in
  yes) cat >>confdefs.h <<\EOF
@@ -9611,7 +9612,7 @@ EOF
  ;;
 esac
 
-echo "configure:9614: checking if we're including debugging code" >&5
+echo "configure:9615: checking if we're including debugging code" >&5
 echo $ECHO_N "checking if we're including debugging code... $ECHO_C" >&6
 # Check whether --enable-debugging or --disable-debugging was given.
 if test "${enable_debugging+set}" = set; then
@@ -9626,10 +9627,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:9629: result: $ntp_ok" >&5
+echo "configure:9630: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:9632: checking for a the number of minutes in a DST adjustment" >&5
+echo "configure:9633: checking for a the number of minutes in a DST adjustment" >&5
 echo $ECHO_N "checking for a the number of minutes in a DST adjustment... $ECHO_C" >&6
 # Check whether --enable-dst_minutes or --disable-dst_minutes was given.
 if test "${enable_dst_minutes+set}" = set; then
@@ -9642,10 +9643,10 @@ cat >>confdefs.h <<EOF
 #define DSTMINUTES $ans
 EOF
 
-echo "configure:9645: result: $ans" >&5
+echo "configure:9646: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:9648: checking if we have the tty_clk line discipline/streams module" >&5
+echo "configure:9649: checking if we have the tty_clk line discipline/streams module" >&5
 echo $ECHO_N "checking if we have the tty_clk line discipline/streams module... $ECHO_C" >&6
 if test "${ac_cv_var_tty_clk+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9654,7 +9655,7 @@ else
   *yes*) ac_cv_var_tty_clk=yes ;;
  esac
 fi
-echo "configure:9657: result: $ac_cv_var_tty_clk" >&5
+echo "configure:9658: result: $ac_cv_var_tty_clk" >&5
 echo "${ECHO_T}$ac_cv_var_tty_clk" >&6
 case "$ac_cv_var_tty_clk" in
  yes) cat >>confdefs.h <<\EOF
@@ -9663,14 +9664,14 @@ EOF
  ;;
 esac
 
-echo "configure:9666: checking for the ppsclock streams module" >&5
+echo "configure:9667: checking for the ppsclock streams module" >&5
 echo $ECHO_N "checking for the ppsclock streams module... $ECHO_C" >&6
 if test "${ac_cv_var_ppsclock+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_var_ppsclock=$ac_cv_struct_ppsclockev
 fi
-echo "configure:9673: result: $ac_cv_var_ppsclock" >&5
+echo "configure:9674: result: $ac_cv_var_ppsclock" >&5
 echo "${ECHO_T}$ac_cv_var_ppsclock" >&6
 case "$ac_cv_var_ppsclock" in
  yes) cat >>confdefs.h <<\EOF
@@ -9679,7 +9680,7 @@ EOF
  ;;
 esac
 
-echo "configure:9682: checking for kernel multicast support" >&5
+echo "configure:9683: checking for kernel multicast support" >&5
 echo $ECHO_N "checking for kernel multicast support... $ECHO_C" >&6
 if test "${ac_cv_var_mcast+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9688,7 +9689,7 @@ else
   case "$target" in
    i386-sequent-sysv4) ;;
    *) cat >conftest.$ac_ext <<_ACEOF
-#line 9691 "configure"
+#line 9692 "configure"
 #include "confdefs.h"
 #include <netinet/in.h>
 #ifdef IP_ADD_MEMBERSHIP
@@ -9705,7 +9706,7 @@ rm -f conftest*
  ;;
   esac
 fi
-echo "configure:9708: result: $ac_cv_var_mcast" >&5
+echo "configure:9709: result: $ac_cv_var_mcast" >&5
 echo "${ECHO_T}$ac_cv_var_mcast" >&6
 case "$ac_cv_var_mcast" in
  yes) cat >>confdefs.h <<\EOF
@@ -9714,7 +9715,7 @@ EOF
  ;;
 esac
 
-echo "configure:9717: checking availability of ntp_{adj,get}time()" >&5
+echo "configure:9718: checking availability of ntp_{adj,get}time()" >&5
 echo $ECHO_N "checking availability of ntp_{adj,get}time()... $ECHO_C" >&6
 if test "${ac_cv_var_ntp_syscalls+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9729,7 +9730,7 @@ else
         ac_cv_var_ntp_syscalls=libc
         ;;
       *) cat >conftest.$ac_ext <<_ACEOF
-#line 9732 "configure"
+#line 9733 "configure"
 #include "confdefs.h"
 #include <sys/syscall.h>
 #if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime)
@@ -9749,7 +9750,7 @@ rm -f conftest*
      ;;
  esac
 fi
-echo "configure:9752: result: $ac_cv_var_ntp_syscalls" >&5
+echo "configure:9753: result: $ac_cv_var_ntp_syscalls" >&5
 echo "${ECHO_T}$ac_cv_var_ntp_syscalls" >&6
 case "$ac_cv_var_ntp_syscalls" in
  libc)
@@ -9768,13 +9769,13 @@ EOF
     ;;
 esac
 
-echo "configure:9771: checking if sys/timex.h has STA_FLL" >&5
+echo "configure:9772: checking if sys/timex.h has STA_FLL" >&5
 echo $ECHO_N "checking if sys/timex.h has STA_FLL... $ECHO_C" >&6
 if test "${ac_cv_var_sta_fll+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9777 "configure"
+#line 9778 "configure"
 #include "confdefs.h"
 #include <sys/timex.h>
 #ifdef STA_FLL
@@ -9791,10 +9792,10 @@ fi
 rm -f conftest*
 
 fi
-echo "configure:9794: result: $ac_cv_var_sta_fll" >&5
+echo "configure:9795: result: $ac_cv_var_sta_fll" >&5
 echo "${ECHO_T}$ac_cv_var_sta_fll" >&6
 
-echo "configure:9797: checking if we have kernel PLL support" >&5
+echo "configure:9798: checking if we have kernel PLL support" >&5
 echo $ECHO_N "checking if we have kernel PLL support... $ECHO_C" >&6
 if test "${ac_cv_var_kernel_pll+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9807,7 +9808,7 @@ else
     ;;
 esac
 fi
-echo "configure:9810: result: $ac_cv_var_kernel_pll" >&5
+echo "configure:9811: result: $ac_cv_var_kernel_pll" >&5
 echo "${ECHO_T}$ac_cv_var_kernel_pll" >&6
 case "$ac_cv_var_kernel_pll" in
  yes)
@@ -9818,7 +9819,7 @@ EOF
     ;;
 esac
 
-echo "configure:9821: checking if SIOCGIFCONF returns buffer size in the buffer" >&5
+echo "configure:9822: checking if SIOCGIFCONF returns buffer size in the buffer" >&5
 echo $ECHO_N "checking if SIOCGIFCONF returns buffer size in the buffer... $ECHO_C" >&6
 if test "${ac_cv_var_size_returned_in_buffer+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9837,7 +9838,7 @@ else
   esac
   ac_cv_var_size_returned_in_buffer=$ans
 fi
-echo "configure:9840: result: $ac_cv_var_size_returned_in_buffer" >&5
+echo "configure:9841: result: $ac_cv_var_size_returned_in_buffer" >&5
 echo "${ECHO_T}$ac_cv_var_size_returned_in_buffer" >&6
 case "$ac_cv_var_size_returned_in_buffer" in
  yes) cat >>confdefs.h <<\EOF
@@ -9847,11 +9848,11 @@ EOF
 esac
 
 # Check for ioctls TIOCGPPSEV
-echo "configure:9850: checking ioctl TIOCGPPSEV" >&5
+echo "configure:9851: checking ioctl TIOCGPPSEV" >&5
 echo $ECHO_N "checking ioctl TIOCGPPSEV... $ECHO_C" >&6
 if test "$ac_cv_header_termios_h" = "yes"; then
     cat >conftest.$ac_ext <<_ACEOF
-#line 9854 "configure"
+#line 9855 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef TIOCGPPSEV
@@ -9877,15 +9878,15 @@ EOF
 
     ac_cv_var_oncore_ok=yes
 fi
-echo "configure:9880: result: $ntp_ok" >&5
+echo "configure:9881: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Check for ioctls TIOCSPPS
-echo "configure:9884: checking ioctl TIOCSPPS" >&5
+echo "configure:9885: checking ioctl TIOCSPPS" >&5
 echo $ECHO_N "checking ioctl TIOCSPPS... $ECHO_C" >&6
 if test "$ac_cv_header_termios_h" = "yes"; then
     cat >conftest.$ac_ext <<_ACEOF
-#line 9888 "configure"
+#line 9889 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef TIOCSPPS
@@ -9911,15 +9912,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:9914: result: $ntp_ok" >&5
+echo "configure:9915: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Check for ioctls CIOGETEV
-echo "configure:9918: checking ioctl CIOGETEV" >&5
+echo "configure:9919: checking ioctl CIOGETEV" >&5
 echo $ECHO_N "checking ioctl CIOGETEV... $ECHO_C" >&6
 if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then
     cat >conftest.$ac_ext <<_ACEOF
-#line 9922 "configure"
+#line 9923 "configure"
 #include "confdefs.h"
 #include <sys/ppsclock.h>
 #ifdef CIOGETEV
@@ -9945,7 +9946,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:9948: result: $ntp_ok" >&5
+echo "configure:9949: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Check for header timepps.h, if found then we have PPS API (Draft RFC) stuff.
@@ -9964,6 +9965,7 @@ case "$ANSI2KNR" in
 EOF
 
        ac_cv_var_oncore_ok=yes
+       ac_cv_var_atom_ok=yes
        cat >>confdefs.h <<\EOF
 #define HAVE_TIMESPEC 1
 EOF
@@ -9975,19 +9977,19 @@ esac
 
 # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG
 
-echo "configure:9978: checking for linux/serial.h" >&5
+echo "configure:9980: checking for linux/serial.h" >&5
 echo $ECHO_N "checking for linux/serial.h... $ECHO_C" >&6
 if test "${ac_cv_header_linux_serial_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 9984 "configure"
+#line 9986 "configure"
 #include "confdefs.h"
 #include <linux/serial.h>
 
 _ACEOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9990: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9992: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
 if test -z "$ac_err"; then
   ac_cv_header_linux_serial_h=yes
@@ -9999,15 +10001,15 @@ else
 fi
 rm -f conftest*
 fi
-echo "configure:10002: result: $ac_cv_header_linux_serial_h" >&5
+echo "configure:10004: result: $ac_cv_header_linux_serial_h" >&5
 echo "${ECHO_T}$ac_cv_header_linux_serial_h" >&6
 
-echo "configure:10005: checking ioctl TIOCGSERIAL" >&5
+echo "configure:10007: checking ioctl TIOCGSERIAL" >&5
 echo $ECHO_N "checking ioctl TIOCGSERIAL... $ECHO_C" >&6
 case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in
   yesyes)
     cat >conftest.$ac_ext <<_ACEOF
-#line 10010 "configure"
+#line 10012 "configure"
 #include "confdefs.h"
 #include <sys/time.h>
 typedef int u_int;
@@ -10046,11 +10048,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10049: result: $ntp_ok" >&5
+echo "configure:10051: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Check for SHMEM_STATUS support
-echo "configure:10053: checking SHMEM_STATUS support" >&5
+echo "configure:10055: checking SHMEM_STATUS support" >&5
 echo $ECHO_N "checking SHMEM_STATUS support... $ECHO_C" >&6
 case "$ac_cv_header_sys_mman_h" in
  yes) ntp_ok=yes ;;
@@ -10062,13 +10064,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10065: result: $ntp_ok" >&5
+echo "configure:10067: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 ntp_refclock=no
 
 # HPUX only, and by explicit request
-echo "configure:10071: checking Datum/Bancomm bc635/VME interface" >&5
+echo "configure:10073: checking Datum/Bancomm bc635/VME interface" >&5
 echo $ECHO_N "checking Datum/Bancomm bc635/VME interface... $ECHO_C" >&6
 # Check whether --enable-BANCOMM or --disable-BANCOMM was given.
 if test "${enable_BANCOMM+set}" = set; then
@@ -10084,7 +10086,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10087: result: $ntp_ok" >&5
+echo "configure:10089: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$target" in
  yes*-*-hpux*) ;;
@@ -10092,7 +10094,7 @@ case "$ntp_ok$target" in
 esac
 
 #HPUX only, and only by explicit request
-echo "configure:10095: checking TrueTime GPS receiver/VME interface" >&5
+echo "configure:10097: checking TrueTime GPS receiver/VME interface" >&5
 echo $ECHO_N "checking TrueTime GPS receiver/VME interface... $ECHO_C" >&6
 # Check whether --enable-GPSVME or --disable-GPSVME was given.
 if test "${enable_GPSVME+set}" = set; then
@@ -10108,14 +10110,14 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10111: result: $ntp_ok" >&5
+echo "configure:10113: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$target" in
  yes*-*-hpux*) ;;
  yes*) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
 esac
 
-echo "configure:10118: checking for PCL720 clock support" >&5
+echo "configure:10120: checking for PCL720 clock support" >&5
 echo $ECHO_N "checking for PCL720 clock support... $ECHO_C" >&6
 case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in
  yesyesyes)
@@ -10129,10 +10131,10 @@ EOF
     ans=no
     ;;
 esac
-echo "configure:10132: result: $ans" >&5
+echo "configure:10134: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:10135: checking for SHM clock attached thru shared memory" >&5
+echo "configure:10137: checking for SHM clock attached thru shared memory" >&5
 echo $ECHO_N "checking for SHM clock attached thru shared memory... $ECHO_C" >&6
 # Check whether --enable-SHM or --disable-SHM was given.
 if test "${enable_SHM+set}" = set; then
@@ -10148,10 +10150,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10151: result: $ntp_ok" >&5
+echo "configure:10153: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10154: checking for default inclusion of all suitable non-PARSE clocks" >&5
+echo "configure:10156: checking for default inclusion of all suitable non-PARSE clocks" >&5
 echo $ECHO_N "checking for default inclusion of all suitable non-PARSE clocks... $ECHO_C" >&6
 # Check whether --enable-all-clocks or --disable-all-clocks was given.
 if test "${enable_all_clocks+set}" = set; then
@@ -10160,10 +10162,10 @@ if test "${enable_all_clocks+set}" = set; then
 else
   ntp_eac=yes
 fi
-echo "configure:10163: result: $ntp_eac" >&5
+echo "configure:10165: result: $ntp_eac" >&5
 echo "${ECHO_T}$ntp_eac" >&6
 
-echo "configure:10166: checking if we have support for PARSE clocks" >&5
+echo "configure:10168: checking if we have support for PARSE clocks" >&5
 echo $ECHO_N "checking if we have support for PARSE clocks... $ECHO_C" >&6
 case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in
  *yes*)
@@ -10172,20 +10174,20 @@ case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in
  *) ntp_canparse=no
     ;;
 esac
-echo "configure:10175: result: $ntp_canparse" >&5
+echo "configure:10177: result: $ntp_canparse" >&5
 echo "${ECHO_T}$ntp_canparse" >&6
 
-echo "configure:10178: checking if we have support for audio clocks" >&5
+echo "configure:10180: checking if we have support for audio clocks" >&5
 echo $ECHO_N "checking if we have support for audio clocks... $ECHO_C" >&6
 case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in
  *yes*)        ntp_canaudio=yes ;;
  *)    ntp_canaudio=no  ;;
 esac
-echo "configure:10184: result: $ntp_canaudio" >&5
+echo "configure:10186: result: $ntp_canaudio" >&5
 echo "${ECHO_T}$ntp_canaudio" >&6
 
 # Requires modem control
-echo "configure:10188: checking ACTS modem service" >&5
+echo "configure:10190: checking ACTS modem service" >&5
 echo $ECHO_N "checking ACTS modem service... $ECHO_C" >&6
 # Check whether --enable-ACTS or --disable-ACTS was given.
 if test "${enable_ACTS+set}" = set; then
@@ -10193,7 +10195,7 @@ if test "${enable_ACTS+set}" = set; then
   ntp_ok=$enableval
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10196 "configure"
+#line 10198 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -10220,10 +10222,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10223: result: $ntp_ok" >&5
+echo "configure:10225: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10226: checking Arbiter 1088A/B GPS receiver" >&5
+echo "configure:10228: checking Arbiter 1088A/B GPS receiver" >&5
 echo $ECHO_N "checking Arbiter 1088A/B GPS receiver... $ECHO_C" >&6
 # Check whether --enable-ARBITER or --disable-ARBITER was given.
 if test "${enable_ARBITER+set}" = set; then
@@ -10239,10 +10241,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10242: result: $ntp_ok" >&5
+echo "configure:10244: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10245: checking Arcron MSF receiver" >&5
+echo "configure:10247: checking Arcron MSF receiver" >&5
 echo $ECHO_N "checking Arcron MSF receiver... $ECHO_C" >&6
 # Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given.
 if test "${enable_ARCRON_MSF+set}" = set; then
@@ -10258,10 +10260,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10261: result: $ntp_ok" >&5
+echo "configure:10263: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10264: checking Austron 2200A/2201A GPS receiver" >&5
+echo "configure:10266: checking Austron 2200A/2201A GPS receiver" >&5
 echo $ECHO_N "checking Austron 2200A/2201A GPS receiver... $ECHO_C" >&6
 # Check whether --enable-AS2201 or --disable-AS2201 was given.
 if test "${enable_AS2201+set}" = set; then
@@ -10277,10 +10279,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10280: result: $ntp_ok" >&5
+echo "configure:10282: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10283: checking PPS interface" >&5
+echo "configure:10285: checking PPS interface" >&5
 echo $ECHO_N "checking PPS interface... $ECHO_C" >&6
 # Check whether --enable-ATOM or --disable-ATOM was given.
 if test "${enable_ATOM+set}" = set; then
@@ -10289,6 +10291,9 @@ if test "${enable_ATOM+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
+case "$ac_cv_var_atom_ok" in
+ no) ntp_ok=no ;;
+esac
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -10296,10 +10301,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10299: result: $ntp_ok" >&5
+echo "configure:10304: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10302: checking CHU modem/decoder" >&5
+echo "configure:10307: checking CHU modem/decoder" >&5
 echo $ECHO_N "checking CHU modem/decoder... $ECHO_C" >&6
 # Check whether --enable-CHU or --disable-CHU was given.
 if test "${enable_CHU+set}" = set; then
@@ -10315,11 +10320,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10318: result: $ntp_ok" >&5
+echo "configure:10323: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 ac_refclock_chu=$ntp_ok
 
-echo "configure:10322: checking CHU audio/decoder" >&5
+echo "configure:10327: checking CHU audio/decoder" >&5
 echo $ECHO_N "checking CHU audio/decoder... $ECHO_C" >&6
 # Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given.
 if test "${enable_AUDIO_CHU+set}" = set; then
@@ -10337,7 +10342,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10340: result: $ntp_ok" >&5
+echo "configure:10345: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 # We used to check for sunos/solaris target...
 case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in
@@ -10345,7 +10350,7 @@ case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in
 esac
 
 # Not under HP-UX
-echo "configure:10348: checking Datum Programmable Time System" >&5
+echo "configure:10353: checking Datum Programmable Time System" >&5
 echo $ECHO_N "checking Datum Programmable Time System... $ECHO_C" >&6
 # Check whether --enable-DATUM or --disable-DATUM was given.
 if test "${enable_DATUM+set}" = set; then
@@ -10367,10 +10372,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10370: result: $ntp_ok" >&5
+echo "configure:10375: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10373: checking Forum Graphic GPS" >&5
+echo "configure:10378: checking Forum Graphic GPS" >&5
 echo $ECHO_N "checking Forum Graphic GPS... $ECHO_C" >&6
 # Check whether --enable-FG or --disable-FG was given.
 if test "${enable_FG+set}" = set; then
@@ -10386,11 +10391,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10389: result: $ntp_ok" >&5
+echo "configure:10394: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Requires modem control
-echo "configure:10393: checking Heath GC-1000 WWV/WWVH receiver" >&5
+echo "configure:10398: checking Heath GC-1000 WWV/WWVH receiver" >&5
 echo $ECHO_N "checking Heath GC-1000 WWV/WWVH receiver... $ECHO_C" >&6
 # Check whether --enable-HEATH or --disable-HEATH was given.
 if test "${enable_HEATH+set}" = set; then
@@ -10398,7 +10403,7 @@ if test "${enable_HEATH+set}" = set; then
   ntp_ok=$enableval
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10401 "configure"
+#line 10406 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -10425,10 +10430,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10428: result: $ntp_ok" >&5
+echo "configure:10433: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10431: checking HP 58503A GPS receiver" >&5
+echo "configure:10436: checking HP 58503A GPS receiver" >&5
 echo $ECHO_N "checking HP 58503A GPS receiver... $ECHO_C" >&6
 # Check whether --enable-HPGPS or --disable-HPGPS was given.
 if test "${enable_HPGPS+set}" = set; then
@@ -10444,10 +10449,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10447: result: $ntp_ok" >&5
+echo "configure:10452: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10450: checking Sun IRIG audio decoder" >&5
+echo "configure:10455: checking Sun IRIG audio decoder" >&5
 echo $ECHO_N "checking Sun IRIG audio decoder... $ECHO_C" >&6
 # Check whether --enable-IRIG or --disable-IRIG was given.
 if test "${enable_IRIG+set}" = set; then
@@ -10466,13 +10471,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10469: result: $ntp_ok" >&5
+echo "configure:10474: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canaudio" in
  yesno) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
 esac
 
-echo "configure:10475: checking Leitch CSD 5300 Master Clock System Driver" >&5
+echo "configure:10480: checking Leitch CSD 5300 Master Clock System Driver" >&5
 echo $ECHO_N "checking Leitch CSD 5300 Master Clock System Driver... $ECHO_C" >&6
 # Check whether --enable-LEITCH or --disable-LEITCH was given.
 if test "${enable_LEITCH+set}" = set; then
@@ -10488,10 +10493,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10491: result: $ntp_ok" >&5
+echo "configure:10496: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10494: checking local clock reference" >&5
+echo "configure:10499: checking local clock reference" >&5
 echo $ECHO_N "checking local clock reference... $ECHO_C" >&6
 # Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given.
 if test "${enable_LOCAL_CLOCK+set}" = set; then
@@ -10507,10 +10512,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10510: result: $ntp_ok" >&5
+echo "configure:10515: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10513: checking EES M201 MSF receiver" >&5
+echo "configure:10518: checking EES M201 MSF receiver" >&5
 echo $ECHO_N "checking EES M201 MSF receiver... $ECHO_C" >&6
 # Check whether --enable-MSFEES or --disable-MSFEES was given.
 if test "${enable_MSFEES+set}" = set; then
@@ -10526,11 +10531,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10529: result: $ntp_ok" >&5
+echo "configure:10534: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Not Ultrix
-echo "configure:10533: checking Magnavox MX4200 GPS receiver" >&5
+echo "configure:10538: checking Magnavox MX4200 GPS receiver" >&5
 echo $ECHO_N "checking Magnavox MX4200 GPS receiver... $ECHO_C" >&6
 # Check whether --enable-MX4200 or --disable-MX4200 was given.
 if test "${enable_MX4200+set}" = set; then
@@ -10551,13 +10556,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10554: result: $ntp_ok" >&5
+echo "configure:10559: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$target" in
  yes*-*-ultrix*) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
 esac
 
-echo "configure:10560: checking NMEA GPS receiver" >&5
+echo "configure:10565: checking NMEA GPS receiver" >&5
 echo $ECHO_N "checking NMEA GPS receiver... $ECHO_C" >&6
 # Check whether --enable-NMEA or --disable-NMEA was given.
 if test "${enable_NMEA+set}" = set; then
@@ -10573,10 +10578,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10576: result: $ntp_ok" >&5
+echo "configure:10581: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10579: checking for ONCORE Motorola VP/UT Oncore GPS" >&5
+echo "configure:10584: checking for ONCORE Motorola VP/UT Oncore GPS" >&5
 echo $ECHO_N "checking for ONCORE Motorola VP/UT Oncore GPS... $ECHO_C" >&6
 # Check whether --enable-ONCORE or --disable-ONCORE was given.
 if test "${enable_ONCORE+set}" = set; then
@@ -10595,10 +10600,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10598: result: $ntp_ok" >&5
+echo "configure:10603: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10601: checking for Palisade clock" >&5
+echo "configure:10606: checking for Palisade clock" >&5
 echo $ECHO_N "checking for Palisade clock... $ECHO_C" >&6
 # Check whether --enable-PALISADE or --disable-PALISADE was given.
 if test "${enable_PALISADE+set}" = set; then
@@ -10621,10 +10626,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10624: result: $ntp_ok" >&5
+echo "configure:10629: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10627: checking PST/Traconex 1020 WWV/WWVH receiver" >&5
+echo "configure:10632: checking PST/Traconex 1020 WWV/WWVH receiver" >&5
 echo $ECHO_N "checking PST/Traconex 1020 WWV/WWVH receiver... $ECHO_C" >&6
 # Check whether --enable-PST or --disable-PST was given.
 if test "${enable_PST+set}" = set; then
@@ -10640,11 +10645,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10643: result: $ntp_ok" >&5
+echo "configure:10648: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Not Ultrix
-echo "configure:10647: checking Rockwell Jupiter GPS receiver" >&5
+echo "configure:10652: checking Rockwell Jupiter GPS receiver" >&5
 echo $ECHO_N "checking Rockwell Jupiter GPS receiver... $ECHO_C" >&6
 # Check whether --enable-JUPITER or --disable-JUPITER was given.
 if test "${enable_JUPITER+set}" = set; then
@@ -10665,14 +10670,14 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10668: result: $ntp_ok" >&5
+echo "configure:10673: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$target" in
  yes*-*-ultrix*) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
 esac
 
 # Requires modem control
-echo "configure:10675: checking PTB modem service" >&5
+echo "configure:10680: checking PTB modem service" >&5
 echo $ECHO_N "checking PTB modem service... $ECHO_C" >&6
 # Check whether --enable-PTBACTS or --disable-PTBACTS was given.
 if test "${enable_PTBACTS+set}" = set; then
@@ -10680,7 +10685,7 @@ if test "${enable_PTBACTS+set}" = set; then
   ntp_ok=$enableval
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10683 "configure"
+#line 10688 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -10707,10 +10712,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10710: result: $ntp_ok" >&5
+echo "configure:10715: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10713: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5
+echo "configure:10718: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5
 echo $ECHO_N "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ECHO_C" >&6
 # Check whether --enable-TPRO or --disable-TPRO was given.
 if test "${enable_TPRO+set}" = set; then
@@ -10732,13 +10737,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10735: result: $ntp_ok" >&5
+echo "configure:10740: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ac_cv_header_sys_tpro" in
  yesno) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
 esac
 
-echo "configure:10741: checking TRAK 8810 GPS receiver" >&5
+echo "configure:10746: checking TRAK 8810 GPS receiver" >&5
 echo $ECHO_N "checking TRAK 8810 GPS receiver... $ECHO_C" >&6
 # Check whether --enable-TRAK or --disable-TRAK was given.
 if test "${enable_TRAK+set}" = set; then
@@ -10754,10 +10759,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10757: result: $ntp_ok" >&5
+echo "configure:10762: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10760: checking Chrono-log K-series WWVB receiver" >&5
+echo "configure:10765: checking Chrono-log K-series WWVB receiver" >&5
 echo $ECHO_N "checking Chrono-log K-series WWVB receiver... $ECHO_C" >&6
 # Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given.
 if test "${enable_CHRONOLOG+set}" = set; then
@@ -10773,10 +10778,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10776: result: $ntp_ok" >&5
+echo "configure:10781: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10779: checking Dumb generic hh:mm:ss local clock" >&5
+echo "configure:10784: checking Dumb generic hh:mm:ss local clock" >&5
 echo $ECHO_N "checking Dumb generic hh:mm:ss local clock... $ECHO_C" >&6
 # Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given.
 if test "${enable_DUMBCLOCK+set}" = set; then
@@ -10792,10 +10797,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10795: result: $ntp_ok" >&5
+echo "configure:10800: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10798: checking Conrad parallel port radio clock" >&5
+echo "configure:10803: checking Conrad parallel port radio clock" >&5
 echo $ECHO_N "checking Conrad parallel port radio clock... $ECHO_C" >&6
 # Check whether --enable-PCF or --disable-PCF was given.
 if test "${enable_PCF+set}" = set; then
@@ -10811,10 +10816,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10814: result: $ntp_ok" >&5
+echo "configure:10819: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10817: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5
+echo "configure:10822: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5
 echo $ECHO_N "checking Spectracom 8170/Netclock/2 WWVB receiver... $ECHO_C" >&6
 # Check whether --enable-SPECTRACOM or --disable-SPECTRACOM was given.
 if test "${enable_SPECTRACOM+set}" = set; then
@@ -10830,11 +10835,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10833: result: $ntp_ok" >&5
+echo "configure:10838: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
 # Not on a vax-dec-bsd
-echo "configure:10837: checking Kinemetrics/TrueTime receivers" >&5
+echo "configure:10842: checking Kinemetrics/TrueTime receivers" >&5
 echo $ECHO_N "checking Kinemetrics/TrueTime receivers... $ECHO_C" >&6
 # Check whether --enable-TRUETIME or --disable-TRUETIME was given.
 if test "${enable_TRUETIME+set}" = set; then
@@ -10857,13 +10862,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10860: result: $ntp_ok" >&5
+echo "configure:10865: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$target" in
  yesvax-dec-bsd) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
 esac
 
-echo "configure:10866: checking Ultralink M320 WWVB receiver" >&5
+echo "configure:10871: checking Ultralink M320 WWVB receiver" >&5
 echo $ECHO_N "checking Ultralink M320 WWVB receiver... $ECHO_C" >&6
 # Check whether --enable-ULINK or --disable-ULINK was given.
 if test "${enable_ULINK+set}" = set; then
@@ -10879,10 +10884,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10882: result: $ntp_ok" >&5
+echo "configure:10887: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10885: checking WWV receiver" >&5
+echo "configure:10890: checking WWV receiver" >&5
 echo $ECHO_N "checking WWV receiver... $ECHO_C" >&6
 # Check whether --enable-WWV or --disable-WWV was given.
 if test "${enable_WWV+set}" = set; then
@@ -10901,14 +10906,14 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10904: result: $ntp_ok" >&5
+echo "configure:10909: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canaudio" in
  yesno) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
 esac
 
 # Requires modem control
-echo "configure:10911: checking USNO modem service" >&5
+echo "configure:10916: checking USNO modem service" >&5
 echo $ECHO_N "checking USNO modem service... $ECHO_C" >&6
 # Check whether --enable-USNO or --disable-USNO was given.
 if test "${enable_USNO+set}" = set; then
@@ -10916,7 +10921,7 @@ if test "${enable_USNO+set}" = set; then
   ntp_ok=$enableval
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line 10919 "configure"
+#line 10924 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -10943,10 +10948,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10946: result: $ntp_ok" >&5
+echo "configure:10951: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 
-echo "configure:10949: checking for default inclusion of all suitable PARSE clocks" >&5
+echo "configure:10954: checking for default inclusion of all suitable PARSE clocks" >&5
 echo $ECHO_N "checking for default inclusion of all suitable PARSE clocks... $ECHO_C" >&6
 # Check whether --enable-parse-clocks or --disable-parse-clocks was given.
 if test "${enable_parse_clocks+set}" = set; then
@@ -10959,7 +10964,7 @@ else
     esac
     ntp_eapc=no
 fi
-echo "configure:10962: result: $ntp_eapc" >&5
+echo "configure:10967: result: $ntp_eapc" >&5
 echo "${ECHO_T}$ntp_eapc" >&6
 
 case "$ntp_eac$ntp_eapc$ntp_canparse" in
@@ -10976,7 +10981,7 @@ ntp_libparse=no
 ntp_parseutil=no
 ntp_rawdcf=no
 
-echo "configure:10979: checking Diem Computime Radio Clock" >&5
+echo "configure:10984: checking Diem Computime Radio Clock" >&5
 echo $ECHO_N "checking Diem Computime Radio Clock... $ECHO_C" >&6
 # Check whether --enable-COMPUTIME or --disable-COMPUTIME was given.
 if test "${enable_COMPUTIME+set}" = set; then
@@ -10993,7 +10998,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:10996: result: $ntp_ok" >&5
+echo "configure:11001: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11001,7 +11006,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11004: checking ELV/DCF7000 clock" >&5
+echo "configure:11009: checking ELV/DCF7000 clock" >&5
 echo $ECHO_N "checking ELV/DCF7000 clock... $ECHO_C" >&6
 # Check whether --enable-DCF7000 or --disable-DCF7000 was given.
 if test "${enable_DCF7000+set}" = set; then
@@ -11018,7 +11023,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11021: result: $ntp_ok" >&5
+echo "configure:11026: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11026,7 +11031,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11029: checking HOPF 6021 clock" >&5
+echo "configure:11034: checking HOPF 6021 clock" >&5
 echo $ECHO_N "checking HOPF 6021 clock... $ECHO_C" >&6
 # Check whether --enable-HOPF6021 or --disable-HOPF6021 was given.
 if test "${enable_HOPF6021+set}" = set; then
@@ -11043,7 +11048,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11046: result: $ntp_ok" >&5
+echo "configure:11051: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11051,7 +11056,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11054: checking Meinberg clocks" >&5
+echo "configure:11059: checking Meinberg clocks" >&5
 echo $ECHO_N "checking Meinberg clocks... $ECHO_C" >&6
 # Check whether --enable-MEINBERG or --disable-MEINBERG was given.
 if test "${enable_MEINBERG+set}" = set; then
@@ -11068,7 +11073,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11071: result: $ntp_ok" >&5
+echo "configure:11076: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11076,7 +11081,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11079: checking DCF77 raw time code" >&5
+echo "configure:11084: checking DCF77 raw time code" >&5
 echo $ECHO_N "checking DCF77 raw time code... $ECHO_C" >&6
 # Check whether --enable-RAWDCF or --disable-RAWDCF was given.
 if test "${enable_RAWDCF+set}" = set; then
@@ -11095,7 +11100,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11098: result: $ntp_ok" >&5
+echo "configure:11103: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11105,7 +11110,7 @@ esac
 
 case "$ntp_rawdcf" in
  yes)
-    echo "configure:11108: checking if we must enable parity for RAWDCF" >&5
+    echo "configure:11113: checking if we must enable parity for RAWDCF" >&5
 echo $ECHO_N "checking if we must enable parity for RAWDCF... $ECHO_C" >&6
 if test "${ac_cv_var_rawdcf_parity+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11118,7 +11123,7 @@ else
     esac
     ac_cv_var_rawdcf_parity=$ans
 fi
-echo "configure:11121: result: $ac_cv_var_rawdcf_parity" >&5
+echo "configure:11126: result: $ac_cv_var_rawdcf_parity" >&5
 echo "${ECHO_T}$ac_cv_var_rawdcf_parity" >&6
     case "$ac_cv_var_rawdcf_parity" in
      yes) cat >>confdefs.h <<\EOF
@@ -11133,7 +11138,7 @@ EOF
     ;;
 esac
 
-echo "configure:11136: checking RCC 8000 clock" >&5
+echo "configure:11141: checking RCC 8000 clock" >&5
 echo $ECHO_N "checking RCC 8000 clock... $ECHO_C" >&6
 # Check whether --enable-RCC8000 or --disable-RCC8000 was given.
 if test "${enable_RCC8000+set}" = set; then
@@ -11150,7 +11155,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11153: result: $ntp_ok" >&5
+echo "configure:11158: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11158,7 +11163,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11161: checking Schmid DCF77 clock" >&5
+echo "configure:11166: checking Schmid DCF77 clock" >&5
 echo $ECHO_N "checking Schmid DCF77 clock... $ECHO_C" >&6
 # Check whether --enable-SCHMID or --disable-SCHMID was given.
 if test "${enable_SCHMID+set}" = set; then
@@ -11175,7 +11180,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11178: result: $ntp_ok" >&5
+echo "configure:11183: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11183,7 +11188,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11186: checking Trimble GPS receiver/TAIP protocol" >&5
+echo "configure:11191: checking Trimble GPS receiver/TAIP protocol" >&5
 echo $ECHO_N "checking Trimble GPS receiver/TAIP protocol... $ECHO_C" >&6
 # Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given.
 if test "${enable_TRIMTAIP+set}" = set; then
@@ -11200,7 +11205,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11203: result: $ntp_ok" >&5
+echo "configure:11208: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11208,7 +11213,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11211: checking Trimble GPS receiver/TSIP protocol" >&5
+echo "configure:11216: checking Trimble GPS receiver/TSIP protocol" >&5
 echo $ECHO_N "checking Trimble GPS receiver/TSIP protocol... $ECHO_C" >&6
 # Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given.
 if test "${enable_TRIMTSIP+set}" = set; then
@@ -11225,7 +11230,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11228: result: $ntp_ok" >&5
+echo "configure:11233: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11233,7 +11238,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11236: checking WHARTON 400A Series clock" >&5
+echo "configure:11241: checking WHARTON 400A Series clock" >&5
 echo $ECHO_N "checking WHARTON 400A Series clock... $ECHO_C" >&6
 # Check whether --enable-WHARTON or --disable-WHARTON was given.
 if test "${enable_WHARTON+set}" = set; then
@@ -11250,7 +11255,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11253: result: $ntp_ok" >&5
+echo "configure:11258: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11258,7 +11263,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11261: checking VARITEXT clock" >&5
+echo "configure:11266: checking VARITEXT clock" >&5
 echo $ECHO_N "checking VARITEXT clock... $ECHO_C" >&6
 # Check whether --enable-VARITEXT or --disable-VARITEXT was given.
 if test "${enable_VARITEXT+set}" = set; then
@@ -11275,7 +11280,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "configure:11278: result: $ntp_ok" >&5
+echo "configure:11283: result: $ntp_ok" >&5
 echo "${ECHO_T}$ntp_ok" >&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
@@ -11283,7 +11288,7 @@ case "$ntp_ok$ntp_canparse" in
     ;;
 esac
 
-echo "configure:11286: checking if we need to make and use the parse libraries" >&5
+echo "configure:11291: checking if we need to make and use the parse libraries" >&5
 echo $ECHO_N "checking if we need to make and use the parse libraries... $ECHO_C" >&6
 ans=no
 case "$ntp_libparse" in
@@ -11306,10 +11311,10 @@ EOF
 
     ;;
 esac
-echo "configure:11309: result: $ans" >&5
+echo "configure:11314: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:11312: checking for the level of crypto support" >&5
+echo "configure:11317: checking for the level of crypto support" >&5
 echo $ECHO_N "checking for the level of crypto support... $ECHO_C" >&6
 
 # Check whether --with-crypto or --without-crypto was given.
@@ -11352,10 +11357,10 @@ EOF
     AUTOKEY=1
     ;;
 esac
-echo "configure:11355: result: $ans" >&5
+echo "configure:11360: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:11358: checking if we want to compile with ElectricFence" >&5
+echo "configure:11363: checking if we want to compile with ElectricFence" >&5
 echo $ECHO_N "checking if we want to compile with ElectricFence... $ECHO_C" >&6
 
 # Check whether --with-electricfence or --without-electricfence was given.
@@ -11376,10 +11381,10 @@ case "$ans" in
     ans=yes
     ;;
 esac
-echo "configure:11379: result: $ans" >&5
+echo "configure:11384: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:11382: checking if we can make dcf parse utilities" >&5
+echo "configure:11387: checking if we can make dcf parse utilities" >&5
 echo $ECHO_N "checking if we can make dcf parse utilities... $ECHO_C" >&6
 ans=no
 if test "$ntp_parseutil" = "yes"; then
@@ -11391,10 +11396,10 @@ if test "$ntp_parseutil" = "yes"; then
        ;;
     esac
 fi
-echo "configure:11394: result: $ans" >&5
+echo "configure:11399: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:11397: checking if we can build kernel streams modules for parse" >&5
+echo "configure:11402: checking if we can build kernel streams modules for parse" >&5
 echo $ECHO_N "checking if we can build kernel streams modules for parse... $ECHO_C" >&6
 ans=no
 case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in
@@ -11419,10 +11424,10 @@ EOF
     esac
     ;;
 esac
-echo "configure:11422: result: $ans" >&5
+echo "configure:11427: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:11425: checking if we need basic refclock support" >&5
+echo "configure:11430: checking if we need basic refclock support" >&5
 echo $ECHO_N "checking if we need basic refclock support... $ECHO_C" >&6
 if test "$ntp_refclock" = "yes"; then
     cat >>confdefs.h <<\EOF
@@ -11430,14 +11435,14 @@ if test "$ntp_refclock" = "yes"; then
 EOF
 
 fi
-echo "configure:11433: result: $ntp_refclock" >&5
+echo "configure:11438: result: $ntp_refclock" >&5
 echo "${ECHO_T}$ntp_refclock" >&6
 
        
        
        
 
-echo "configure:11440: checking if we want HP-UX adjtimed support" >&5
+echo "configure:11445: checking if we want HP-UX adjtimed support" >&5
 echo $ECHO_N "checking if we want HP-UX adjtimed support... $ECHO_C" >&6
 case "$target" in
  *-*-hpux[56789]*)
@@ -11453,10 +11458,10 @@ if test "$ans" = "yes"; then
 EOF
 
 fi
-echo "configure:11456: result: $ans" >&5
+echo "configure:11461: result: $ans" >&5
 echo "${ECHO_T}$ans" >&6
 
-echo "configure:11459: checking if we can read kmem" >&5
+echo "configure:11464: checking if we can read kmem" >&5
 echo $ECHO_N "checking if we can read kmem... $ECHO_C" >&6
 if test "${ac_cv_var_can_kmem+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11497,7 +11502,7 @@ else
 fi
 ac_cv_var_can_kmem=$ans
 fi
-echo "configure:11500: result: $ac_cv_var_can_kmem" >&5
+echo "configure:11505: result: $ac_cv_var_can_kmem" >&5
 echo "${ECHO_T}$ac_cv_var_can_kmem" >&6
 
 case "$ac_cv_var_can_kmem" in
@@ -11508,7 +11513,7 @@ EOF
  ;;
 esac
 
-echo "configure:11511: checking if adjtime is accurate" >&5
+echo "configure:11516: checking if adjtime is accurate" >&5
 echo $ECHO_N "checking if adjtime is accurate... $ECHO_C" >&6
 if test "${ac_cv_var_adjtime_is_accurate+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11550,7 +11555,7 @@ else
 fi
 ac_cv_var_adjtime_is_accurate=$ans
 fi
-echo "configure:11553: result: $ac_cv_var_adjtime_is_accurate" >&5
+echo "configure:11558: result: $ac_cv_var_adjtime_is_accurate" >&5
 echo "${ECHO_T}$ac_cv_var_adjtime_is_accurate" >&6
 case "$ac_cv_var_adjtime_is_accurate" in
  yes) cat >>confdefs.h <<\EOF
@@ -11559,7 +11564,7 @@ EOF
  ;;
 esac
 
-echo "configure:11562: checking the name of 'tick' in the kernel" >&5
+echo "configure:11567: checking the name of 'tick' in the kernel" >&5
 echo $ECHO_N "checking the name of 'tick' in the kernel... $ECHO_C" >&6
 if test "${ac_cv_var_nlist_tick+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11593,7 +11598,7 @@ case "$target" in
 esac
 ac_cv_var_nlist_tick=$ans
 fi
-echo "configure:11596: result: $ac_cv_var_nlist_tick" >&5
+echo "configure:11601: result: $ac_cv_var_nlist_tick" >&5
 echo "${ECHO_T}$ac_cv_var_nlist_tick" >&6
 case "$ac_cv_var_nlist_tick" in
  ''|no) ;;     # HMS: I think we can only get 'no' here...
@@ -11603,7 +11608,7 @@ EOF
  ;;
 esac
 #
-echo "configure:11606: checking for the units of 'tick'" >&5
+echo "configure:11611: checking for the units of 'tick'" >&5
 echo $ECHO_N "checking for the units of 'tick'... $ECHO_C" >&6
 if test "${ac_cv_var_tick_nano+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11616,7 +11621,7 @@ case "$target" in
 esac
 ac_cv_var_tick_nano=$ans
 fi
-echo "configure:11619: result: $ac_cv_var_tick_nano" >&5
+echo "configure:11624: result: $ac_cv_var_tick_nano" >&5
 echo "${ECHO_T}$ac_cv_var_tick_nano" >&6
 case "$ac_cv_var_tick_nano" in
  nsec)
@@ -11627,7 +11632,7 @@ EOF
     ;;
 esac
 #
-echo "configure:11630: checking the name of 'tickadj' in the kernel" >&5
+echo "configure:11635: checking the name of 'tickadj' in the kernel" >&5
 echo $ECHO_N "checking the name of 'tickadj' in the kernel... $ECHO_C" >&6
 if test "${ac_cv_var_nlist_tickadj+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11670,7 +11675,7 @@ case "$target" in
 esac
 ac_cv_var_nlist_tickadj=$ans
 fi
-echo "configure:11673: result: $ac_cv_var_nlist_tickadj" >&5
+echo "configure:11678: result: $ac_cv_var_nlist_tickadj" >&5
 echo "${ECHO_T}$ac_cv_var_nlist_tickadj" >&6
 case "$ac_cv_var_nlist_tickadj" in
  ''|no) ;;     # HMS: I think we can only get 'no' here...
@@ -11680,7 +11685,7 @@ EOF
  ;;
 esac
 #
-echo "configure:11683: checking for the units of 'tickadj'" >&5
+echo "configure:11688: checking for the units of 'tickadj'" >&5
 echo $ECHO_N "checking for the units of 'tickadj'... $ECHO_C" >&6
 if test "${ac_cv_var_tickadj_nano+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11693,7 +11698,7 @@ case "$target" in
 esac
 ac_cv_var_tickadj_nano=$ans
 fi
-echo "configure:11696: result: $ac_cv_var_tickadj_nano" >&5
+echo "configure:11701: result: $ac_cv_var_tickadj_nano" >&5
 echo "${ECHO_T}$ac_cv_var_tickadj_nano" >&6
 case "$ac_cv_var_tickadj_nano" in
  nsec)
@@ -11704,7 +11709,7 @@ EOF
     ;;
 esac
 #
-echo "configure:11707: checking half-heartedly for 'dosynctodr' in the kernel" >&5
+echo "configure:11712: checking half-heartedly for 'dosynctodr' in the kernel" >&5
 echo $ECHO_N "checking half-heartedly for 'dosynctodr' in the kernel... $ECHO_C" >&6
 if test "${ac_cv_var_nlist_dosynctodr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11746,7 +11751,7 @@ else
 esac
 ac_cv_var_nlist_dosynctodr=$ans
 fi
-echo "configure:11749: result: $ac_cv_var_nlist_dosynctodr" >&5
+echo "configure:11754: result: $ac_cv_var_nlist_dosynctodr" >&5
 echo "${ECHO_T}$ac_cv_var_nlist_dosynctodr" >&6
 case "$ac_cv_var_nlist_dosynctodr" in
  no) ;;
@@ -11757,7 +11762,7 @@ EOF
      ;;
 esac
 #
-echo "configure:11760: checking half-heartedly for 'noprintf' in the kernel" >&5
+echo "configure:11765: checking half-heartedly for 'noprintf' in the kernel" >&5
 echo $ECHO_N "checking half-heartedly for 'noprintf' in the kernel... $ECHO_C" >&6
 if test "${ac_cv_var_nlist_noprintf+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11793,7 +11798,7 @@ else
 esac
 ac_cv_var_nlist_noprintf=$ans
 fi
-echo "configure:11796: result: $ac_cv_var_nlist_noprintf" >&5
+echo "configure:11801: result: $ac_cv_var_nlist_noprintf" >&5
 echo "${ECHO_T}$ac_cv_var_nlist_noprintf" >&6
 case "$ac_cv_var_nlist_noprintf" in
  no) ;;
@@ -11804,7 +11809,7 @@ EOF
      ;;
 esac
 
-echo "configure:11807: checking for a default value for 'tick'" >&5
+echo "configure:11812: checking for a default value for 'tick'" >&5
 echo $ECHO_N "checking for a default value for 'tick'... $ECHO_C" >&6
 if test "${ac_cv_var_tick+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11837,7 +11842,7 @@ else
 fi
 ac_cv_var_tick=$ans
 fi
-echo "configure:11840: result: $ac_cv_var_tick" >&5
+echo "configure:11845: result: $ac_cv_var_tick" >&5
 echo "${ECHO_T}$ac_cv_var_tick" >&6
 case "$ac_cv_var_tick" in
  ''|no) ;;     # HMS: I think we can only get 'no' here...
@@ -11847,7 +11852,7 @@ EOF
  ;;
 esac
 
-echo "configure:11850: checking for a default value for 'tickadj'" >&5
+echo "configure:11855: checking for a default value for 'tickadj'" >&5
 echo $ECHO_N "checking for a default value for 'tickadj'... $ECHO_C" >&6
 if test "${ac_cv_var_tickadj+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11905,7 +11910,7 @@ else
 fi
 ac_cv_var_tickadj=$ans
 fi
-echo "configure:11908: result: $ac_cv_var_tickadj" >&5
+echo "configure:11913: result: $ac_cv_var_tickadj" >&5
 echo "${ECHO_T}$ac_cv_var_tickadj" >&6
 case "$ac_cv_var_tickadj" in
  ''|no) ;;     # HMS: I think we can only get 'no' here...
@@ -11978,14 +11983,14 @@ case "$target" in
  ;;
 esac
 
-echo "configure:11981: checking if we want and can make the tickadj utility" >&5
+echo "configure:11986: checking if we want and can make the tickadj utility" >&5
 echo $ECHO_N "checking if we want and can make the tickadj utility... $ECHO_C" >&6
 if test "${ac_cv_make_tickadj+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_cv_make_tickadj=yes
 fi
-echo "configure:11988: result: $ac_cv_make_tickadj" >&5
+echo "configure:11993: result: $ac_cv_make_tickadj" >&5
 echo "${ECHO_T}$ac_cv_make_tickadj" >&6
 case "$ac_cv_make_tickadj" in
  yes)
@@ -11993,7 +11998,7 @@ case "$ac_cv_make_tickadj" in
     ;;
 esac
 
-echo "configure:11996: checking if we want and can make the ntptime utility" >&5
+echo "configure:12001: checking if we want and can make the ntptime utility" >&5
 echo $ECHO_N "checking if we want and can make the ntptime utility... $ECHO_C" >&6
 if test "${ac_cv_make_ntptime+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12011,7 +12016,7 @@ else
 esac
 ac_cv_make_ntptime=$ans
 fi
-echo "configure:12014: result: $ac_cv_make_ntptime" >&5
+echo "configure:12019: result: $ac_cv_make_ntptime" >&5
 echo "${ECHO_T}$ac_cv_make_ntptime" >&6
 case "$ac_cv_make_ntptime" in
  yes)
@@ -12019,7 +12024,7 @@ case "$ac_cv_make_ntptime" in
     ;;
 esac
 
-echo "configure:12022: checking if we want UDP wildcard delivery" >&5
+echo "configure:12027: checking if we want UDP wildcard delivery" >&5
 echo $ECHO_N "checking if we want UDP wildcard delivery... $ECHO_C" >&6
 if test "${ac_cv_var_udp_wildcard_delivery+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12077,7 +12082,7 @@ else
 fi
 ac_cv_var_udp_wildcard_delivery=$ans
 fi
-echo "configure:12080: result: $ac_cv_var_udp_wildcard_delivery" >&5
+echo "configure:12085: result: $ac_cv_var_udp_wildcard_delivery" >&5
 echo "${ECHO_T}$ac_cv_var_udp_wildcard_delivery" >&6
 case "$ac_cv_var_udp_wildcard_delivery" in
  yes) cat >>confdefs.h <<\EOF
@@ -12097,7 +12102,7 @@ case "$host" in
     ;;
 esac
 
-echo "configure:12100: checking if we should always slew the time" >&5
+echo "configure:12105: checking if we should always slew the time" >&5
 echo $ECHO_N "checking if we should always slew the time... $ECHO_C" >&6
 if test "${ac_cv_var_slew_always+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12127,7 +12132,7 @@ else
 fi
 ac_cv_var_slew_always=$ans
 fi
-echo "configure:12130: result: $ac_cv_var_slew_always" >&5
+echo "configure:12135: result: $ac_cv_var_slew_always" >&5
 echo "${ECHO_T}$ac_cv_var_slew_always" >&6
 case "$ac_cv_var_slew_always" in
  yes) cat >>confdefs.h <<\EOF
@@ -12136,7 +12141,7 @@ EOF
  ;;
 esac
 
-echo "configure:12139: checking if we should step and slew the time" >&5
+echo "configure:12144: checking if we should step and slew the time" >&5
 echo $ECHO_N "checking if we should step and slew the time... $ECHO_C" >&6
 if test "${ac_cv_var_step_slew+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12169,7 +12174,7 @@ else
 fi
 ac_cv_var_step_slew=$ans
 fi
-echo "configure:12172: result: $ac_cv_var_step_slew" >&5
+echo "configure:12177: result: $ac_cv_var_step_slew" >&5
 echo "${ECHO_T}$ac_cv_var_step_slew" >&6
 case "$ac_cv_var_step_slew" in
  yes) cat >>confdefs.h <<\EOF
@@ -12178,7 +12183,7 @@ EOF
  ;;
 esac
 
-echo "configure:12181: checking if ntpdate should step the time" >&5
+echo "configure:12186: checking if ntpdate should step the time" >&5
 echo $ECHO_N "checking if ntpdate should step the time... $ECHO_C" >&6
 if test "${ac_cv_var_ntpdate_step+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12199,7 +12204,7 @@ else
 fi
 ac_cv_var_ntpdate_step=$ans
 fi
-echo "configure:12202: result: $ac_cv_var_ntpdate_step" >&5
+echo "configure:12207: result: $ac_cv_var_ntpdate_step" >&5
 echo "${ECHO_T}$ac_cv_var_ntpdate_step" >&6
 case "$ac_cv_var_ntpdate_step" in
  yes) cat >>confdefs.h <<\EOF
@@ -12208,7 +12213,7 @@ EOF
  ;;
 esac
 
-echo "configure:12211: checking if we should sync TODR clock every hour" >&5
+echo "configure:12216: checking if we should sync TODR clock every hour" >&5
 echo $ECHO_N "checking if we should sync TODR clock every hour... $ECHO_C" >&6
 if test "${ac_cv_var_sync_todr+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12231,7 +12236,7 @@ else
 fi
 ac_cv_var_sync_todr=$ans
 fi
-echo "configure:12234: result: $ac_cv_var_sync_todr" >&5
+echo "configure:12239: result: $ac_cv_var_sync_todr" >&5
 echo "${ECHO_T}$ac_cv_var_sync_todr" >&6
 case "$ac_cv_var_sync_todr" in
  yes) cat >>confdefs.h <<\EOF
@@ -12240,7 +12245,7 @@ EOF
  ;;
 esac
 
-echo "configure:12243: checking if we should avoid kernel FLL bug" >&5
+echo "configure:12248: checking if we should avoid kernel FLL bug" >&5
 echo $ECHO_N "checking if we should avoid kernel FLL bug... $ECHO_C" >&6
 if test "${ac_cv_var_kernel_fll_bug+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12279,7 +12284,7 @@ else
 fi
 ac_cv_var_kernel_fll_bug=$ans
 fi
-echo "configure:12282: result: $ac_cv_var_kernel_fll_bug" >&5
+echo "configure:12287: result: $ac_cv_var_kernel_fll_bug" >&5
 echo "${ECHO_T}$ac_cv_var_kernel_fll_bug" >&6
 case "$ac_cv_var_kernel_fll_bug" in
  yes) cat >>confdefs.h <<\EOF
index b3f5943d23c4a4fc58b87c8e7ad38ef3cd88bf4e..24877ff586946ccac0a3679de3b78eca8e42d071 100644 (file)
@@ -5,10 +5,11 @@ AC_CANONICAL_SYSTEM
 AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target")
 AM_CONFIG_HEADER(config.h)
 AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE(ntp, 4.0.99k8)
+AM_INIT_AUTOMAKE(ntp, 4.0.99k9)
 AC_PREREQ(2.49)
 
 ac_cv_var_oncore_ok=no
+ac_cv_var_atom_ok=no
 
 dnl Grab any initial CFLAGS so we can pick better defaults.
 iCFLAGS="$CFLAGS"
@@ -1425,6 +1426,7 @@ case "$ANSI2KNR" in
      *yes*)
        AC_DEFINE(HAVE_PPSAPI)
        ac_cv_var_oncore_ok=yes
+       ac_cv_var_atom_ok=yes
        AC_DEFINE(HAVE_TIMESPEC)
        ;;
     esac
@@ -1626,8 +1628,11 @@ fi
 AC_MSG_RESULT($ntp_ok)
 
 AC_MSG_CHECKING(PPS interface)
-AC_ARG_ENABLE(ATOM,            [  --enable-ATOM           + PPS interface],
+AC_ARG_ENABLE(ATOM,            [  --enable-ATOM           s PPS interface],
     [ntp_ok=$enableval], [ntp_ok=$ntp_eac])
+case "$ac_cv_var_atom_ok" in
+ no) ntp_ok=no ;;
+esac
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     AC_DEFINE(CLOCK_ATOM)
@@ -1786,7 +1791,7 @@ fi
 AC_MSG_RESULT($ntp_ok)
 
 AC_MSG_CHECKING(for ONCORE Motorola VP/UT Oncore GPS)
-AC_ARG_ENABLE(ONCORE,          [  --enable-ONCORE         + Motorola VP/UT Oncore GPS receiver],
+AC_ARG_ENABLE(ONCORE,          [  --enable-ONCORE         s Motorola VP/UT Oncore GPS receiver],
     [ntp_ok=$enableval], [ntp_ok=$ntp_eac])
 case "$ac_cv_var_oncore_ok" in
  no) ntp_ok=no ;;
index 422323e43eed26145e06feb1452978b3556fd287..5553bd57de058ba9ab6171142cde7a79e89300fb 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.in generated automatically by automake 1.4a from Makefile.am
 
-# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -173,7 +173,7 @@ all: all-redirect
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
@@ -217,12 +217,11 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pR $$d/$$file $(distdir) \
-           || exit 1; \
+           cp -pR $$d/$$file $(distdir); \
          else \
            test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
+           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+           || cp -p $$d/$$file $(distdir)/$$file || :; \
          fi; \
        done
 info-am:
index 866226d60172d0eb3abb2df7ac3d6e48ade661d0..ef52603aff9fe893dd7e9948d50f1c50d6efaa4a 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.in generated automatically by automake 1.4a from Makefile.am
 
-# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -165,6 +165,13 @@ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 DIST_SOURCES =  $(libntp_a_SOURCES) $(EXTRA_libntp_a_SOURCES)
 HEADERS =  $(noinst_HEADERS)
 
+DIST_COMMON =  README $(noinst_HEADERS) Makefile.am Makefile.in mktime.c \
+snprintf.c strdup.c strerror.c
+
+
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+
+GZIP_ENV = --best
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 DEP_FILES =  @AMDEP@ $(DEPDIR)/*.Po $(DEPDIR)/a_md5encrypt$U.Po \
 $(DEPDIR)/adjtime$U.Po $(DEPDIR)/adjtimex$U.Po $(DEPDIR)/atoint$U.Po \
@@ -195,13 +202,6 @@ $(DEPDIR)/strerror.Po $(DEPDIR)/syssignal$U.Po $(DEPDIR)/systime$U.Po \
 $(DEPDIR)/tsftomsu$U.Po $(DEPDIR)/tstotv$U.Po $(DEPDIR)/tvtoa$U.Po \
 $(DEPDIR)/tvtots$U.Po $(DEPDIR)/uglydate$U.Po $(DEPDIR)/uinttoa$U.Po \
 $(DEPDIR)/utvtoa$U.Po $(DEPDIR)/ymd2yd$U.Po
-DIST_COMMON =  README $(noinst_HEADERS) Makefile.am Makefile.in mktime.c \
-snprintf.c strdup.c strerror.c
-
-
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-
-GZIP_ENV = --best
 SOURCES = $(libntp_a_SOURCES) $(EXTRA_libntp_a_SOURCES)
 OBJECTS = $(am_libntp_a_OBJECTS)
 
@@ -211,7 +211,7 @@ all: all-redirect
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu libntp/Makefile
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
@@ -445,6 +445,20 @@ distclean-tags:
 
 maintainer-clean-tags:
 
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+distdir: $(DISTFILES)
+       @for file in $(DISTFILES); do \
+         d=$(srcdir); \
+         if test -d $$d/$$file; then \
+           cp -pR $$d/$$file $(distdir); \
+         else \
+           test -f $(distdir)/$$file \
+           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+           || cp -p $$d/$$file $(distdir)/$$file || :; \
+         fi; \
+       done
+
 @AMDEP@include $(DEPDIR)/*.Po
 @AMDEP@include $(DEPDIR)/a_md5encrypt$U.Po
 @AMDEP@include $(DEPDIR)/adjtime$U.Po
@@ -540,21 +554,6 @@ maintainer-clean-depend:
 @AMDEP@        $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-distdir: $(DISTFILES)
-       @for file in $(DISTFILES); do \
-         d=$(srcdir); \
-         if test -d $$d/$$file; then \
-           cp -pR $$d/$$file $(distdir) \
-           || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
 info-am:
 info: info-am
 dvi-am:
@@ -622,9 +621,9 @@ clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 mostlyclean-compile distclean-compile clean-compile \
 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
 maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
-maintainer-clean-tags mostlyclean-depend distclean-depend clean-depend \
-maintainer-clean-depend distdir info-am info dvi-am dvi check check-am \
-installcheck-am installcheck install-exec-am install-exec \
+maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
+clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
+check-am installcheck-am installcheck install-exec-am install-exec \
 install-data-am install-data install-am install uninstall-am uninstall \
 all-redirect all-am all install-strip installdirs mostlyclean-generic \
 distclean-generic clean-generic maintainer-clean-generic clean \
index d30ee406d21299923b320ee372269fd8d3bb3854..6d32c95b3c8aa2b7258944614433a3ff12dbc677 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.in generated automatically by automake 1.4a from Makefile.am
 
-# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -162,18 +162,18 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CF
 CCLD = $(CC)
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 DIST_SOURCES = 
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-DEP_FILES =  @AMDEP@ $(DEPDIR)/desc.Po $(DEPDIR)/digit.Po \
-$(DEPDIR)/md2c.Po $(DEPDIR)/md5c.Po $(DEPDIR)/nn.Po $(DEPDIR)/prime.Po \
-$(DEPDIR)/r_dh.Po $(DEPDIR)/r_encode.Po $(DEPDIR)/r_enhanc.Po \
-$(DEPDIR)/r_keygen.Po $(DEPDIR)/r_random.Po $(DEPDIR)/r_stdlib.Po \
-$(DEPDIR)/rsa.Po
 DIST_COMMON =  Makefile.am Makefile.in
 
 
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
 GZIP_ENV = --best
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+DEP_FILES =  @AMDEP@ $(DEPDIR)/desc.Po $(DEPDIR)/digit.Po \
+$(DEPDIR)/md2c.Po $(DEPDIR)/md5c.Po $(DEPDIR)/nn.Po $(DEPDIR)/prime.Po \
+$(DEPDIR)/r_dh.Po $(DEPDIR)/r_encode.Po $(DEPDIR)/r_enhanc.Po \
+$(DEPDIR)/r_keygen.Po $(DEPDIR)/r_random.Po $(DEPDIR)/r_stdlib.Po \
+$(DEPDIR)/rsa.Po
 SOURCES = $(nodist_librsaref_a_SOURCES)
 OBJECTS = $(nodist_librsaref_a_OBJECTS)
 
@@ -183,7 +183,7 @@ all: all-redirect
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu librsaref/Makefile
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
@@ -245,6 +245,20 @@ distclean-tags:
 
 maintainer-clean-tags:
 
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+distdir: $(DISTFILES)
+       @for file in $(DISTFILES); do \
+         d=$(srcdir); \
+         if test -d $$d/$$file; then \
+           cp -pR $$d/$$file $(distdir); \
+         else \
+           test -f $(distdir)/$$file \
+           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+           || cp -p $$d/$$file $(distdir)/$$file || :; \
+         fi; \
+       done
+
 @AMDEP@include $(DEPDIR)/desc.Po
 @AMDEP@include $(DEPDIR)/digit.Po
 @AMDEP@include $(DEPDIR)/md2c.Po
@@ -276,21 +290,6 @@ maintainer-clean-depend:
 @AMDEP@        $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-distdir: $(DISTFILES)
-       @for file in $(DISTFILES); do \
-         d=$(srcdir); \
-         if test -d $$d/$$file; then \
-           cp -pR $$d/$$file $(distdir) \
-           || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
 info-am:
 info: info-am
 dvi-am:
@@ -358,9 +357,9 @@ maintainer-clean: maintainer-clean-am
 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 mostlyclean-compile distclean-compile clean-compile \
 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
-clean-tags maintainer-clean-tags mostlyclean-depend distclean-depend \
-clean-depend maintainer-clean-depend distdir info-am info dvi-am dvi \
-check check-am installcheck-am installcheck install-exec-am \
+clean-tags maintainer-clean-tags distdir mostlyclean-depend \
+distclean-depend clean-depend maintainer-clean-depend info-am info \
+dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 install-exec install-data-am install-data install-am install \
 uninstall-am uninstall all-redirect all-am all install-strip \
 installdirs mostlyclean-generic distclean-generic clean-generic \
index 622b8a90e804a2fe4b5e16978ff9059f4058a22c..f4c931897e93550a74e1013db77c51c6f49c783e 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.in generated automatically by automake 1.4a from Makefile.am
 
-# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -130,7 +130,7 @@ all: all-redirect
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile
 
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
@@ -184,12 +184,11 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pR $$d/$$file $(distdir) \
-           || exit 1; \
+           cp -pR $$d/$$file $(distdir); \
          else \
            test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
+           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+           || cp -p $$d/$$file $(distdir)/$$file || :; \
          fi; \
        done
 info-am: