summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in495
-rw-r--r--ace/Makefile.in834
-rw-r--r--ace/config.h.in1402
-rw-r--r--aclocal.m41015
-rw-r--r--apps/Makefile.in316
-rw-r--r--apps/gperf/Makefile.in520
-rw-r--r--apps/gperf/src/Makefile.in404
-rwxr-xr-xconfigure3127
-rw-r--r--configure.in2
-rw-r--r--man/Makefile.in318
-rw-r--r--man/html/Makefile.in245
-rw-r--r--man/man3/Makefile.in223
-rw-r--r--netsvcs/Makefile.in316
-rw-r--r--netsvcs/clients/Logger/Makefile.in391
-rw-r--r--netsvcs/clients/Makefile.in314
-rw-r--r--netsvcs/clients/Naming/Client/Makefile.in424
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Makefile.in417
-rw-r--r--netsvcs/clients/Naming/Makefile.in314
-rw-r--r--netsvcs/clients/Tokens/Makefile.in314
-rw-r--r--netsvcs/clients/Tokens/collection/Makefile.in381
-rw-r--r--netsvcs/clients/Tokens/deadlock/Makefile.in381
-rw-r--r--netsvcs/clients/Tokens/invariant/Makefile.in381
-rw-r--r--netsvcs/clients/Tokens/manual/Makefile.in385
-rw-r--r--netsvcs/clients/Tokens/mutex/Makefile.in381
-rw-r--r--netsvcs/clients/Tokens/rw_lock/Makefile.in381
-rw-r--r--netsvcs/lib/Makefile.in412
-rw-r--r--netsvcs/servers/Makefile.in386
-rw-r--r--tests/Makefile.in1207
28 files changed, 13629 insertions, 2057 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 00000000000..c0b5f26690d
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,495 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = .
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4 #check-news
+
+bin_SCRIPTS = ace-config
+
+man_MANS = ace-config.1
+
+SUBDIRS = ace netsvcs tests apps man
+
+
+EXTRA_DIST = ACE-INSTALL.html ACE-install.sh BIBLIOGRAPHY ChangeLog-93 ChangeLog-94 ChangeLog-95 ChangeLog-96a ChangeLog-96b ChangeLog-97a ChangeLog-97b ChangeLog-98a ChangeLog-98b ChangeLog-99a FAQ PROBLEM-REPORT-FORM README.aceconf VERSION acconfig.h ace-config.in ace-config.1.in aceConf.sh.in
+
+
+DISTCLEANFILES = ace-config aceConf.sh ace-config.1
+
+confexecdir = $(libdir)
+confexec_DATA = aceConf.sh
+
+ACE_EXTRA_DIST = bin docs m4
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ./ace/config.h
+CONFIG_CLEAN_FILES = ace-config
+SCRIPTS = $(bin_SCRIPTS)
+
+man1dir = $(mandir)/man1
+MANS = $(man_MANS)
+
+NROFF = nroff
+DATA = $(confexec_DATA)
+
+DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
+Makefile.in NEWS THANKS TODO ace-config.in aclocal.m4 config.guess \
+config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
+mkinstalldirs
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
+ cd $(srcdir) && $(ACLOCAL)
+
+config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ $(SHELL) ./config.status --recheck
+$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
+ cd $(srcdir) && $(AUTOCONF)
+ace-config: $(top_builddir)/config.status ace-config.in
+ cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+install-binSCRIPTS: $(bin_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
+ @list='$(bin_SCRIPTS)'; for p in $$list; do \
+ if test -f $$p; then \
+ echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
+ $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
+ else if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
+ $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
+ else :; fi; fi; \
+ done
+
+uninstall-binSCRIPTS:
+ @$(NORMAL_UNINSTALL)
+ list='$(bin_SCRIPTS)'; for p in $$list; do \
+ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
+ done
+
+install-man1:
+ $(mkinstalldirs) $(DESTDIR)$(man1dir)
+ @list='$(man1_MANS)'; \
+ l2='$(man_MANS)'; for i in $$l2; do \
+ case "$$i" in \
+ *.1*) list="$$list $$i" ;; \
+ esac; \
+ done; \
+ for i in $$list; do \
+ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+ else file=$$i; fi; \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
+ done
+
+uninstall-man1:
+ @list='$(man1_MANS)'; \
+ l2='$(man_MANS)'; for i in $$l2; do \
+ case "$$i" in \
+ *.1*) list="$$list $$i" ;; \
+ esac; \
+ done; \
+ for i in $$list; do \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
+ rm -f $(DESTDIR)$(man1dir)/$$inst; \
+ done
+install-man: $(MANS)
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-man1
+uninstall-man:
+ @$(NORMAL_UNINSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
+
+install-confexecDATA: $(confexec_DATA)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(confexecdir)
+ @list='$(confexec_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p"; \
+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p; \
+ else if test -f $$p; then \
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p"; \
+ $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p; \
+ fi; fi; \
+ done
+
+uninstall-confexecDATA:
+ @$(NORMAL_UNINSTALL)
+ list='$(confexec_DATA)'; for p in $$list; do \
+ rm -f $(DESTDIR)$(confexecdir)/$$p; \
+ done
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+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
+ mkdir $(distdir)/=build
+ mkdir $(distdir)/=inst
+ dc_install_base=`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)
+ @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)
+dist-all: distdir
+ -chmod -R a+r $(distdir)
+ GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
+ -rm -rf $(distdir)
+distdir: $(DISTFILES)
+ -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 --gnu Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ 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; \
+ done
+ $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
+info-am:
+info: info-recursive
+dvi-am:
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am: install-binSCRIPTS install-confexecDATA
+install-exec: install-exec-recursive
+
+install-data-am: install-man
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am: uninstall-binSCRIPTS uninstall-man uninstall-confexecDATA
+uninstall: uninstall-recursive
+all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+ $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
+ $(DESTDIR)$(confexecdir)
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-tags mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-tags clean-generic mostlyclean-am clean-local
+
+clean: clean-recursive
+
+distclean-am: distclean-tags distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+ -rm -f config.status
+
+maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+ -rm -f config.status
+
+.PHONY: uninstall-binSCRIPTS install-binSCRIPTS install-man1 \
+uninstall-man1 install-man uninstall-man uninstall-confexecDATA \
+install-confexecDATA 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 \
+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 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
+
+
+release:
+ $(MAKE) dist
+
+aceConf.sh: aceConf.sh.in Makefile
+ sed -e 's,\@ACE_LIBDIR\@,$(ACE_LIBDIR),g' \
+ -e 's,\@ACE_INCLUDEDIR\@,$(ACE_INCLUDEDIR),g' \
+ -e 's,\@ACE_LIBS\@,$(ACE_LIBS),g' \
+ -e 's,\@CXXFLAGS\@,$(CXXFLAGS),g' \
+ < $(srcdir)/aceConf.sh.in > aceConf.tmp \
+ && mv aceConf.tmp aceConf.sh
+
+ace-config.1: ace-config.1.in Makefile
+ sed -e 's,\@libdir\@,$(libdir),g' \
+ < $(srcdir)/ace-config.1.in > ace-config.1.tmp \
+ && mv ace-config.1.tmp ace-config.1
+
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+
+dist-hook:
+ -rm -f $(distdir)/ace/config.h
+ (cd $(top_srcdir); tar cf - $(ACE_EXTRA_DIST)) | (cd $(distdir); \
+ tar xfBp -)
+ list=`find $(distdir) -type d -name CVS -print`; for p in $$list; do \
+ rm -rf $$p; \
+ done
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/ace/Makefile.in b/ace/Makefile.in
new file mode 100644
index 00000000000..3e52266f947
--- /dev/null
+++ b/ace/Makefile.in
@@ -0,0 +1,834 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+# Define any X libraries that ACE needs, if any.
+ACE_XLIBS = @ACE_XLIBS@
+@ACE_ON_PENTIUM_TRUE@ACE_GETHRTIME_CPP = gethrtime.cpp
+@ACE_ON_PENTIUM_FALSE@ACE_GETHRTIME_CPP =
+@BUILD_OS_FILES_TRUE@LIBACE_OS = libACE_OS.la
+@BUILD_OS_FILES_FALSE@LIBACE_OS =
+@BUILD_UTILS_FILES_TRUE@LIBACE_UTILS = libACE_Utils.la
+@BUILD_UTILS_FILES_FALSE@LIBACE_UTILS =
+@BUILD_LOGGING_FILES_TRUE@LIBACE_LOGGING = libACE_Logging.la
+@BUILD_LOGGING_FILES_FALSE@LIBACE_LOGGING =
+@BUILD_THREADS_FILES_TRUE@LIBACE_THREADS = libACE_Threads.la
+@BUILD_THREADS_FILES_FALSE@LIBACE_THREADS =
+@BUILD_DEMUX_FILES_TRUE@LIBACE_DEMUX = libACE_Demux.la
+@BUILD_DEMUX_FILES_FALSE@LIBACE_DEMUX =
+@BUILD_CONNECTION_FILES_TRUE@LIBACE_CONNECTION = libACE_Connection.la
+@BUILD_CONNECTION_FILES_FALSE@LIBACE_CONNECTION =
+@BUILD_SOCKETS_FILES_TRUE@LIBACE_SOCKETS = libACE_Sockets.la
+@BUILD_SOCKETS_FILES_FALSE@LIBACE_SOCKETS =
+@BUILD_IPC_FILES_TRUE@LIBACE_IPC = libACE_IPC.la
+@BUILD_IPC_FILES_FALSE@LIBACE_IPC =
+@BUILD_SVCCONF_FILES_TRUE@LIBACE_SVCCONF = libACE_Svcconf.la
+@BUILD_SVCCONF_FILES_FALSE@LIBACE_SVCCONF =
+@BUILD_STREAMS_FILES_TRUE@LIBACE_STREAMS = libACE_Streams.la
+@BUILD_STREAMS_FILES_FALSE@LIBACE_STREAMS =
+@BUILD_MEMORY_FILES_TRUE@LIBACE_MEMORY = libACE_Memory.la
+@BUILD_MEMORY_FILES_FALSE@LIBACE_MEMORY =
+@BUILD_TOKEN_FILES_TRUE@LIBACE_TOKEN = libACE_Token.la
+@BUILD_TOKEN_FILES_FALSE@LIBACE_TOKEN =
+@BUILD_OTHER_FILES_TRUE@LIBACE_OTHER = libACE_Other.la
+@BUILD_OTHER_FILES_FALSE@LIBACE_OTHER =
+@BUILD_FULL_LIBRARY_TRUE@LIBACE = libACE.la
+@BUILD_FULL_LIBRARY_FALSE@LIBACE =
+
+# Build a libtool library, libACE.la for installation in libdir.
+lib_LTLIBRARIES = $(LIBACE) $(LIBACE_OS) $(LIBACE_UTILS) $(LIBACE_LOGGING) $(LIBACE_THREADS) $(LIBACE_DEMUX) $(LIBACE_CONNECTION) $(LIBACE_SOCKETS) $(LIBACE_IPC) $(LIBACE_SVCCONF) $(LIBACE_STREAMS) $(LIBACE_MEMORY) $(LIBACE_TOKEN) $(LIBACE_OTHER)
+
+
+libACE_OS_la_SOURCES = Basic_Types.cpp OS.cpp Sched_Params.cpp
+
+
+libACE_Utils_la_SOURCES = ACE.cpp Active_Map_Manager.cpp Arg_Shifter.cpp ARGV.cpp Containers.cpp Dirent.cpp Dynamic.cpp Filecache.cpp Functor.cpp Get_Opt.cpp Hash_Map_Manager.cpp High_Res_Timer.cpp Method_Request.cpp Object_Manager.cpp Profile_Timer.cpp Registry.cpp SString.cpp Stats.cpp System_Time.cpp Time_Request_Reply.cpp Timeprobe.cpp Timer_Hash.cpp Timer_Heap.cpp Timer_List.cpp Timer_Queue.cpp Timer_Wheel.cpp $(ACE_GETHRTIME_CPP)
+
+
+# We only want `gethrtime.cpp' if building on Pentium(tm) so we need
+# to let Automake know that `gethrtime.cpp' is conditionally built.
+EXTRA_libACE_Utils_la_SOURCES = gethrtime.cpp
+
+libACE_Logging_la_SOURCES = Dump.cpp Log_Msg.cpp Log_Record.cpp Trace.cpp
+
+
+libACE_Threads_la_SOURCES = Activation_Queue.cpp Process.cpp Process_Manager.cpp Synch.cpp Synch_Options.cpp Thread.cpp Thread_Manager.cpp Token.cpp
+
+
+libACE_Demux_la_SOURCES = Event_Handler.cpp FlReactor.cpp Handle_Set.cpp Msg_WFMO_Reactor.cpp POSIX_Proactor.cpp Priority_Reactor.cpp Proactor.cpp Reactor.cpp Select_Reactor.cpp Select_Reactor_Base.cpp TP_Reactor.cpp TkReactor.cpp WFMO_Reactor.cpp XtReactor.cpp
+
+
+libACE_Connection_la_SOURCES = Asynch_IO.cpp Asynch_IO_Impl.cpp POSIX_Asynch_IO.cpp Strategies.cpp
+
+
+libACE_Sockets_la_SOURCES = IPC_SAP.cpp LSOCK.cpp LSOCK_Acceptor.cpp LSOCK_CODgram.cpp LSOCK_Connector.cpp LSOCK_Dgram.cpp LSOCK_Stream.cpp SOCK.cpp SOCK_Acceptor.cpp SOCK_CODgram.cpp SOCK_Connector.cpp SOCK_Dgram.cpp SOCK_Dgram_Bcast.cpp SOCK_Dgram_Mcast.cpp SOCK_IO.cpp SOCK_Stream.cpp
+
+
+libACE_IPC_la_SOURCES = Addr.cpp ATM_Addr.cpp ATM_Acceptor.cpp ATM_Connector.cpp ATM_Params.cpp ATM_QoS.cpp ATM_Stream.cpp DEV.cpp DEV_Addr.cpp DEV_Connector.cpp DEV_IO.cpp FIFO.cpp FIFO_Recv.cpp FIFO_Recv_Msg.cpp FIFO_Send.cpp FIFO_Send_Msg.cpp FILE_Addr.cpp FILE.cpp FILE_Connector.cpp FILE_IO.cpp INET_Addr.cpp IO_SAP.cpp IOStream.cpp Pipe.cpp Signal.cpp SPIPE_Addr.cpp SPIPE.cpp SPIPE_Acceptor.cpp SPIPE_Connector.cpp SPIPE_Stream.cpp SV_Message.cpp SV_Message_Queue.cpp SV_Semaphore_Complex.cpp SV_Semaphore_Simple.cpp SV_Shared_Memory.cpp TLI.cpp TLI_Acceptor.cpp TLI_Connector.cpp TLI_Stream.cpp TTY_IO.cpp UNIX_Addr.cpp UPIPE_Acceptor.cpp UPIPE_Connector.cpp UPIPE_Stream.cpp XTI_ATM_Mcast.cpp
+
+
+libACE_Svcconf_la_SOURCES = DLL.cpp Parse_Node.cpp Service_Config.cpp Service_Manager.cpp Service_Object.cpp Service_Repository.cpp Service_Types.cpp Shared_Object.cpp Svc_Conf_l.cpp Svc_Conf_y.cpp
+
+
+libACE_Streams_la_SOURCES = CDR_Stream.cpp Codeset_IBM1047.cpp Message_Block.cpp Message_Queue.cpp Task.cpp
+
+
+libACE_Memory_la_SOURCES = Based_Pointer_Repository.cpp Malloc.cpp Mem_Map.cpp Memory_Pool.cpp Obstack.cpp Read_Buffer.cpp Shared_Memory.cpp Shared_Memory_MM.cpp Shared_Memory_SV.cpp
+
+
+libACE_Token_la_SOURCES = Local_Tokens.cpp Remote_Tokens.cpp Token_Collection.cpp Token_Invariants.cpp Token_Manager.cpp Token_Request_Reply.cpp
+
+
+libACE_Other_la_SOURCES = CORBA_Handler.cpp CORBA_Ref.cpp Local_Name_Space.cpp Name_Proxy.cpp Name_Request_Reply.cpp Name_Space.cpp Naming_Context.cpp Registry_Name_Space.cpp Remote_Name_Space.cpp
+
+
+libACE_la_SOURCES = $(libACE_OS_la_SOURCES) $(libACE_Utils_la_SOURCES) $(libACE_Logging_la_SOURCES) $(libACE_Threads_la_SOURCES) $(libACE_Demux_la_SOURCES) $(libACE_Connection_la_SOURCES) $(libACE_Sockets_la_SOURCES) $(libACE_IPC_la_SOURCES) $(libACE_Svcconf_la_SOURCES) $(libACE_Streams_la_SOURCES) $(libACE_Memory_la_SOURCES) $(libACE_Token_la_SOURCES) $(libACE_Other_la_SOURCES)
+
+
+# We only want `gethrtime.cpp' if building on Pentium(tm) so we need
+# to let Automake know that `gethrtime.cpp' is conditionally built.
+EXTRA_libACE_la_SOURCES = gethrtime.cpp
+
+libACE_la_LDFLAGS = $(X_LIBS) -version-info @ACE_CURRENT@:@ACE_REVISION@:@ACE_AGE@
+
+
+# We also add any X libraries to the list.
+libACE_la_LIBADD = $(X_PRE_LIBS) $(ACE_XLIBS) $(X_EXTRA_LIBS)
+
+ACE_TEMPLATE_FILES = Acceptor.cpp Active_Map_Manager_T.cpp Asynch_Acceptor.cpp Auto_Ptr.cpp Based_Pointer_T.cpp Connector.cpp Containers_T.cpp Cache_Map_Manager_T.cpp Cached_Connect_Strategy_T.cpp Caching_Strategies_T.cpp Caching_Utility_T.cpp Cleanup_Strategies_T.cpp Dump_T.cpp Dynamic_Service.cpp Env_Value_T.cpp Event_Handler_T.cpp Free_List.cpp Functor_T.cpp Future.cpp Future_Set.cpp Hash_Map_Manager_T.cpp Hash_Cache_Map_Manager_T.cpp IOStream_T.cpp LOCK_SOCK_Acceptor.cpp Local_Name_Space_T.cpp Malloc_T.cpp Managed_Object.cpp Map_Manager.cpp Map_T.cpp Message_Block_T.cpp Message_Queue_T.cpp Module.cpp Pair_T.cpp RB_Tree.cpp Select_Reactor_T.cpp Singleton.cpp Strategies_T.cpp Stream.cpp Stream_Modules.cpp Svc_Handler.cpp Synch_T.cpp Task_T.cpp Template_Instantiations.cpp Timeprobe_T.cpp Timer_Hash_T.cpp Timer_Heap_T.cpp Timer_List_T.cpp Timer_Queue_Adapters.cpp Timer_Queue_T.cpp Timer_Wheel_T.cpp Typed_SV_Message.cpp Typed_SV_Message_Queue.cpp
+
+
+pkginclude_HEADERS = ACE.h ACE.i ARGV.h ARGV.i ATM_Addr.h ATM_Addr.i ATM_Acceptor.h ATM_Acceptor.i ATM_Addr.h ATM_Addr.i ATM_Connector.h ATM_Connector.i ATM_Params.h ATM_Params.i ATM_QoS.h ATM_QoS.i ATM_Stream.h ATM_Stream.i Acceptor.h Acceptor.i Activation_Queue.h Activation_Queue.i Active_Map_Manager.h Active_Map_Manager.i Active_Map_Manager_T.h Active_Map_Manager_T.i Addr.h Addr.i Arg_Shifter.h Array.h Asynch_Acceptor.h Asynch_Acceptor.i Asynch_IO.h Asynch_IO.i Asynch_IO_Impl.h Asynch_IO_Impl.i Atomic_Op.i Auto_Ptr.h Auto_Ptr.i Based_Pointer_Repository.h Based_Pointer_T.h Based_Pointer_T.i Basic_Types.h Basic_Types.i CDR_Stream.h CDR_Stream.i CORBA_Handler.h CORBA_Handler.i CORBA_Ref.h CORBA_Ref.i CORBA_macros.h Cache_Map_Manager_T.h Cache_Map_Manager_T.i Cached_Connect_Strategy_T.h Cached_Connect_Strategy_T.i Caching_Strategies_T.h Caching_Strategies_T.i Caching_Utility_T.h Caching_Utility_T.i Cleanup_Strategies_T.h Cleanup_Strategies_T.i Codeset_IBM1047.h Connector.h Connector.i Containers.h Containers.i Containers_T.h Containers_T.i DEV.h DEV.i DEV_Addr.h DEV_Addr.i DEV_Connector.h DEV_Connector.i DEV_IO.h DEV_IO.i DLL.h Date_Time.h Date_Time.i Dirent.h Dirent.i Dump.h Dump_T.h Dynamic.h Dynamic.i Dynamic_Service.h Dynamic_Service.i Env_Value_T.h Env_Value_T.i Event_Handler.h Event_Handler.i Event_Handler_T.h Event_Handler_T.i FIFO.h FIFO.i FIFO_Recv.h FIFO_Recv.i FIFO_Recv_Msg.h FIFO_Recv_Msg.i FIFO_Send.h FIFO_Send.i FIFO_Send_Msg.h FIFO_Send_Msg.i FILE.h FILE.i FILE_Addr.h FILE_Addr.i FILE_Connector.h FILE_Connector.i FILE_IO.h FILE_IO.i Filecache.h FlReactor.h FlReactor.i Free_List.h Free_List.i Functor.h Functor.i Functor_T.h Functor_T.i Future.h Future_Set.h Get_Opt.h Get_Opt.i Handle_Set.h Handle_Set.i Hash_Cache_Map_Manager_T.h Hash_Cache_Map_Manager_T.i Hash_Map_Manager.h Hash_Map_Manager.i Hash_Map_Manager_T.h Hash_Map_Manager_T.i High_Res_Timer.h High_Res_Timer.i INET_Addr.h INET_Addr.i IOStream.h IOStream_T.h IOStream_T.i IO_Cntl_Msg.h IO_Cntl_Msg.i IO_SAP.h IO_SAP.i IPC_SAP.h IPC_SAP.i LOCK_SOCK_Acceptor.h LSOCK.h LSOCK.i LSOCK_Acceptor.h LSOCK_Acceptor.i LSOCK_CODgram.h LSOCK_CODgram.i LSOCK_Connector.h LSOCK_Connector.i LSOCK_Dgram.h LSOCK_Dgram.i LSOCK_Stream.h LSOCK_Stream.i Local_Name_Space.h Local_Name_Space_T.h Local_Tokens.h Local_Tokens.i Log_Msg.h Log_Msg.i Log_Priority.h Log_Record.h Log_Record.i Malloc.h Malloc.i Malloc_Base.h Malloc_T.h Malloc_T.i Managed_Object.h Managed_Object.i Map.h Map.i Map_Manager.h Map_Manager.i Map_T.h Map_T.i Mem_Map.h Mem_Map.i Memory_Pool.h Memory_Pool.i Message_Block.h Message_Block.i Message_Block_T.h Message_Block_T.i Message_Queue.h Message_Queue.i Message_Queue_T.h Message_Queue_T.i Method_Object.h Method_Request.h Module.h Module.i Msg_WFMO_Reactor.h Msg_WFMO_Reactor.i Multiplexor.h Multiplexor.i NT_Service.h NT_Service.i Name_Proxy.h Name_Request_Reply.h Name_Space.h Naming_Context.h OS.h OS.i Object_Manager.h Object_Manager.i Obstack.h Obstack.i POSIX_Asynch_IO.h POSIX_Asynch_IO.i POSIX_Proactor.h POSIX_Proactor.i Pair.h Pair.i Pair_T.h Pair_T.i Parse_Node.h Parse_Node.i Pipe.h Pipe.i Priority_Reactor.h Priority_Reactor.i Proactor.h Proactor.i Proactor_Impl.h Process.h Process.i Process_Manager.h Process_Manager.i Profile_Timer.h Profile_Timer.i RB_Tree.h RB_Tree.i Reactor.h Reactor.i Reactor_Impl.h Read_Buffer.h Read_Buffer.i Registry.h Registry_Name_Space.h Remote_Name_Space.h Remote_Tokens.h Remote_Tokens.i SOCK.h SOCK.i SOCK_Acceptor.h SOCK_Acceptor.i SOCK_CODgram.h SOCK_CODgram.i SOCK_Connector.h SOCK_Connector.i SOCK_Dgram.h SOCK_Dgram.i SOCK_Dgram_Bcast.h SOCK_Dgram_Bcast.i SOCK_Dgram_Mcast.h SOCK_Dgram_Mcast.i SOCK_IO.h SOCK_IO.i SOCK_Stream.h SOCK_Stream.i SPIPE.h SPIPE.i SPIPE_Acceptor.h SPIPE_Acceptor.i SPIPE_Addr.h SPIPE_Addr.i SPIPE_Connector.h SPIPE_Connector.i SPIPE_Stream.h SPIPE_Stream.i SString.h SString.i SV_Message.h SV_Message.i SV_Message_Queue.h SV_Message_Queue.i SV_Semaphore_Complex.h SV_Semaphore_Complex.i SV_Semaphore_Simple.h SV_Semaphore_Simple.i SV_Shared_Memory.h SV_Shared_Memory.i Sched_Params.h Sched_Params.i Select_Reactor.h Select_Reactor.i Select_Reactor_Base.h Select_Reactor_Base.i Select_Reactor_T.h Select_Reactor_T.i Service_Config.h Service_Config.i Service_Manager.h Service_Manager.i Service_Object.h Service_Object.i Service_Repository.h Service_Repository.i Service_Types.h Service_Types.i Shared_Memory.h Shared_Memory_MM.h Shared_Memory_MM.i Shared_Memory_SV.h Shared_Memory_SV.i Shared_Object.h Shared_Object.i Signal.h Signal.i Singleton.h Singleton.i Stats.h Stats.i Strategies.h Strategies.i Strategies_T.h Strategies_T.i Stream.h Stream.i Stream_Modules.h Stream_Modules.i Svc_Conf.h Svc_Conf_Tokens.h Svc_Handler.h Svc_Handler.i Synch.h Synch.i Synch_Options.h Synch_Options.i Synch_T.h Synch_T.i System_Time.h TLI.h TLI.i TLI_Acceptor.h TLI_Acceptor.i TLI_Connector.h TLI_Connector.i TLI_Stream.h TLI_Stream.i TP_Reactor.h TP_Reactor.i TTY_IO.h Task.h Task.i Task_T.h Task_T.i Thread.h Thread.i Thread_Manager.h Thread_Manager.i Time_Request_Reply.h Time_Value.h Timeprobe.h Timeprobe.i Timeprobe_T.h Timer_Hash.h Timer_Hash_T.h Timer_Heap.h Timer_Heap_T.h Timer_List.h Timer_List_T.h Timer_Queue.h Timer_Queue_Adapters.h Timer_Queue_Adapters.i Timer_Queue_T.h Timer_Queue_T.i Timer_Wheel.h Timer_Wheel_T.h TkReactor.h Token.h Token.i Token_Collection.h Token_Collection.i Token_Invariants.h Token_Invariants.i Token_Manager.h Token_Manager.i Token_Request_Reply.h Token_Request_Reply.i Trace.h Trace.i Typed_SV_Message.h Typed_SV_Message.i Typed_SV_Message_Queue.h Typed_SV_Message_Queue.i UNIX_Addr.h UNIX_Addr.i UPIPE_Acceptor.h UPIPE_Acceptor.i UPIPE_Addr.h UPIPE_Connector.h UPIPE_Connector.i UPIPE_Stream.h UPIPE_Stream.i Version.h WFMO_Reactor.h WFMO_Reactor.i WIN32_Asynch_IO.h WIN32_Asynch_IO.i WIN32_Proactor.h WIN32_Proactor.i XTI_ATM_Mcast.h XTI_ATM_Mcast.i XtReactor.h config.h inc_user_config.h iosfwd.h streams.h ws2tcpip.h $(ACE_TEMPLATE_FILES)
+
+
+EXTRA_DIST = $(ACE_TEMPLATE_FILES)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(lib_LTLIBRARIES)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I.
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+libACE_la_DEPENDENCIES =
+@ACE_ON_PENTIUM_FALSE@libACE_la_OBJECTS = Basic_Types.lo OS.lo \
+@ACE_ON_PENTIUM_FALSE@Sched_Params.lo ACE.lo Active_Map_Manager.lo \
+@ACE_ON_PENTIUM_FALSE@Arg_Shifter.lo ARGV.lo Containers.lo Dirent.lo \
+@ACE_ON_PENTIUM_FALSE@Dynamic.lo Filecache.lo Functor.lo Get_Opt.lo \
+@ACE_ON_PENTIUM_FALSE@Hash_Map_Manager.lo High_Res_Timer.lo \
+@ACE_ON_PENTIUM_FALSE@Method_Request.lo Object_Manager.lo \
+@ACE_ON_PENTIUM_FALSE@Profile_Timer.lo Registry.lo SString.lo Stats.lo \
+@ACE_ON_PENTIUM_FALSE@System_Time.lo Time_Request_Reply.lo Timeprobe.lo \
+@ACE_ON_PENTIUM_FALSE@Timer_Hash.lo Timer_Heap.lo Timer_List.lo \
+@ACE_ON_PENTIUM_FALSE@Timer_Queue.lo Timer_Wheel.lo Dump.lo Log_Msg.lo \
+@ACE_ON_PENTIUM_FALSE@Log_Record.lo Trace.lo Activation_Queue.lo \
+@ACE_ON_PENTIUM_FALSE@Process.lo Process_Manager.lo Synch.lo \
+@ACE_ON_PENTIUM_FALSE@Synch_Options.lo Thread.lo Thread_Manager.lo \
+@ACE_ON_PENTIUM_FALSE@Token.lo Event_Handler.lo FlReactor.lo \
+@ACE_ON_PENTIUM_FALSE@Handle_Set.lo Msg_WFMO_Reactor.lo \
+@ACE_ON_PENTIUM_FALSE@POSIX_Proactor.lo Priority_Reactor.lo Proactor.lo \
+@ACE_ON_PENTIUM_FALSE@Reactor.lo Select_Reactor.lo \
+@ACE_ON_PENTIUM_FALSE@Select_Reactor_Base.lo TP_Reactor.lo TkReactor.lo \
+@ACE_ON_PENTIUM_FALSE@WFMO_Reactor.lo XtReactor.lo Asynch_IO.lo \
+@ACE_ON_PENTIUM_FALSE@Asynch_IO_Impl.lo POSIX_Asynch_IO.lo \
+@ACE_ON_PENTIUM_FALSE@Strategies.lo IPC_SAP.lo LSOCK.lo \
+@ACE_ON_PENTIUM_FALSE@LSOCK_Acceptor.lo LSOCK_CODgram.lo \
+@ACE_ON_PENTIUM_FALSE@LSOCK_Connector.lo LSOCK_Dgram.lo LSOCK_Stream.lo \
+@ACE_ON_PENTIUM_FALSE@SOCK.lo SOCK_Acceptor.lo SOCK_CODgram.lo \
+@ACE_ON_PENTIUM_FALSE@SOCK_Connector.lo SOCK_Dgram.lo \
+@ACE_ON_PENTIUM_FALSE@SOCK_Dgram_Bcast.lo SOCK_Dgram_Mcast.lo \
+@ACE_ON_PENTIUM_FALSE@SOCK_IO.lo SOCK_Stream.lo Addr.lo ATM_Addr.lo \
+@ACE_ON_PENTIUM_FALSE@ATM_Acceptor.lo ATM_Connector.lo ATM_Params.lo \
+@ACE_ON_PENTIUM_FALSE@ATM_QoS.lo ATM_Stream.lo DEV.lo DEV_Addr.lo \
+@ACE_ON_PENTIUM_FALSE@DEV_Connector.lo DEV_IO.lo FIFO.lo FIFO_Recv.lo \
+@ACE_ON_PENTIUM_FALSE@FIFO_Recv_Msg.lo FIFO_Send.lo FIFO_Send_Msg.lo \
+@ACE_ON_PENTIUM_FALSE@FILE_Addr.lo FILE.lo FILE_Connector.lo FILE_IO.lo \
+@ACE_ON_PENTIUM_FALSE@INET_Addr.lo IO_SAP.lo IOStream.lo Pipe.lo \
+@ACE_ON_PENTIUM_FALSE@Signal.lo SPIPE_Addr.lo SPIPE.lo \
+@ACE_ON_PENTIUM_FALSE@SPIPE_Acceptor.lo SPIPE_Connector.lo \
+@ACE_ON_PENTIUM_FALSE@SPIPE_Stream.lo SV_Message.lo SV_Message_Queue.lo \
+@ACE_ON_PENTIUM_FALSE@SV_Semaphore_Complex.lo SV_Semaphore_Simple.lo \
+@ACE_ON_PENTIUM_FALSE@SV_Shared_Memory.lo TLI.lo TLI_Acceptor.lo \
+@ACE_ON_PENTIUM_FALSE@TLI_Connector.lo TLI_Stream.lo TTY_IO.lo \
+@ACE_ON_PENTIUM_FALSE@UNIX_Addr.lo UPIPE_Acceptor.lo UPIPE_Connector.lo \
+@ACE_ON_PENTIUM_FALSE@UPIPE_Stream.lo XTI_ATM_Mcast.lo DLL.lo \
+@ACE_ON_PENTIUM_FALSE@Parse_Node.lo Service_Config.lo \
+@ACE_ON_PENTIUM_FALSE@Service_Manager.lo Service_Object.lo \
+@ACE_ON_PENTIUM_FALSE@Service_Repository.lo Service_Types.lo \
+@ACE_ON_PENTIUM_FALSE@Shared_Object.lo Svc_Conf_l.lo Svc_Conf_y.lo \
+@ACE_ON_PENTIUM_FALSE@CDR_Stream.lo Codeset_IBM1047.lo Message_Block.lo \
+@ACE_ON_PENTIUM_FALSE@Message_Queue.lo Task.lo \
+@ACE_ON_PENTIUM_FALSE@Based_Pointer_Repository.lo Malloc.lo Mem_Map.lo \
+@ACE_ON_PENTIUM_FALSE@Memory_Pool.lo Obstack.lo Read_Buffer.lo \
+@ACE_ON_PENTIUM_FALSE@Shared_Memory.lo Shared_Memory_MM.lo \
+@ACE_ON_PENTIUM_FALSE@Shared_Memory_SV.lo Local_Tokens.lo \
+@ACE_ON_PENTIUM_FALSE@Remote_Tokens.lo Token_Collection.lo \
+@ACE_ON_PENTIUM_FALSE@Token_Invariants.lo Token_Manager.lo \
+@ACE_ON_PENTIUM_FALSE@Token_Request_Reply.lo CORBA_Handler.lo \
+@ACE_ON_PENTIUM_FALSE@CORBA_Ref.lo Local_Name_Space.lo Name_Proxy.lo \
+@ACE_ON_PENTIUM_FALSE@Name_Request_Reply.lo Name_Space.lo \
+@ACE_ON_PENTIUM_FALSE@Naming_Context.lo Registry_Name_Space.lo \
+@ACE_ON_PENTIUM_FALSE@Remote_Name_Space.lo
+@ACE_ON_PENTIUM_TRUE@libACE_la_OBJECTS = Basic_Types.lo OS.lo \
+@ACE_ON_PENTIUM_TRUE@Sched_Params.lo ACE.lo Active_Map_Manager.lo \
+@ACE_ON_PENTIUM_TRUE@Arg_Shifter.lo ARGV.lo Containers.lo Dirent.lo \
+@ACE_ON_PENTIUM_TRUE@Dynamic.lo Filecache.lo Functor.lo Get_Opt.lo \
+@ACE_ON_PENTIUM_TRUE@Hash_Map_Manager.lo High_Res_Timer.lo \
+@ACE_ON_PENTIUM_TRUE@Method_Request.lo Object_Manager.lo \
+@ACE_ON_PENTIUM_TRUE@Profile_Timer.lo Registry.lo SString.lo Stats.lo \
+@ACE_ON_PENTIUM_TRUE@System_Time.lo Time_Request_Reply.lo Timeprobe.lo \
+@ACE_ON_PENTIUM_TRUE@Timer_Hash.lo Timer_Heap.lo Timer_List.lo \
+@ACE_ON_PENTIUM_TRUE@Timer_Queue.lo Timer_Wheel.lo gethrtime.lo Dump.lo \
+@ACE_ON_PENTIUM_TRUE@Log_Msg.lo Log_Record.lo Trace.lo \
+@ACE_ON_PENTIUM_TRUE@Activation_Queue.lo Process.lo Process_Manager.lo \
+@ACE_ON_PENTIUM_TRUE@Synch.lo Synch_Options.lo Thread.lo \
+@ACE_ON_PENTIUM_TRUE@Thread_Manager.lo Token.lo Event_Handler.lo \
+@ACE_ON_PENTIUM_TRUE@FlReactor.lo Handle_Set.lo Msg_WFMO_Reactor.lo \
+@ACE_ON_PENTIUM_TRUE@POSIX_Proactor.lo Priority_Reactor.lo Proactor.lo \
+@ACE_ON_PENTIUM_TRUE@Reactor.lo Select_Reactor.lo \
+@ACE_ON_PENTIUM_TRUE@Select_Reactor_Base.lo TP_Reactor.lo TkReactor.lo \
+@ACE_ON_PENTIUM_TRUE@WFMO_Reactor.lo XtReactor.lo Asynch_IO.lo \
+@ACE_ON_PENTIUM_TRUE@Asynch_IO_Impl.lo POSIX_Asynch_IO.lo Strategies.lo \
+@ACE_ON_PENTIUM_TRUE@IPC_SAP.lo LSOCK.lo LSOCK_Acceptor.lo \
+@ACE_ON_PENTIUM_TRUE@LSOCK_CODgram.lo LSOCK_Connector.lo LSOCK_Dgram.lo \
+@ACE_ON_PENTIUM_TRUE@LSOCK_Stream.lo SOCK.lo SOCK_Acceptor.lo \
+@ACE_ON_PENTIUM_TRUE@SOCK_CODgram.lo SOCK_Connector.lo SOCK_Dgram.lo \
+@ACE_ON_PENTIUM_TRUE@SOCK_Dgram_Bcast.lo SOCK_Dgram_Mcast.lo SOCK_IO.lo \
+@ACE_ON_PENTIUM_TRUE@SOCK_Stream.lo Addr.lo ATM_Addr.lo ATM_Acceptor.lo \
+@ACE_ON_PENTIUM_TRUE@ATM_Connector.lo ATM_Params.lo ATM_QoS.lo \
+@ACE_ON_PENTIUM_TRUE@ATM_Stream.lo DEV.lo DEV_Addr.lo DEV_Connector.lo \
+@ACE_ON_PENTIUM_TRUE@DEV_IO.lo FIFO.lo FIFO_Recv.lo FIFO_Recv_Msg.lo \
+@ACE_ON_PENTIUM_TRUE@FIFO_Send.lo FIFO_Send_Msg.lo FILE_Addr.lo FILE.lo \
+@ACE_ON_PENTIUM_TRUE@FILE_Connector.lo FILE_IO.lo INET_Addr.lo \
+@ACE_ON_PENTIUM_TRUE@IO_SAP.lo IOStream.lo Pipe.lo Signal.lo \
+@ACE_ON_PENTIUM_TRUE@SPIPE_Addr.lo SPIPE.lo SPIPE_Acceptor.lo \
+@ACE_ON_PENTIUM_TRUE@SPIPE_Connector.lo SPIPE_Stream.lo SV_Message.lo \
+@ACE_ON_PENTIUM_TRUE@SV_Message_Queue.lo SV_Semaphore_Complex.lo \
+@ACE_ON_PENTIUM_TRUE@SV_Semaphore_Simple.lo SV_Shared_Memory.lo TLI.lo \
+@ACE_ON_PENTIUM_TRUE@TLI_Acceptor.lo TLI_Connector.lo TLI_Stream.lo \
+@ACE_ON_PENTIUM_TRUE@TTY_IO.lo UNIX_Addr.lo UPIPE_Acceptor.lo \
+@ACE_ON_PENTIUM_TRUE@UPIPE_Connector.lo UPIPE_Stream.lo \
+@ACE_ON_PENTIUM_TRUE@XTI_ATM_Mcast.lo DLL.lo Parse_Node.lo \
+@ACE_ON_PENTIUM_TRUE@Service_Config.lo Service_Manager.lo \
+@ACE_ON_PENTIUM_TRUE@Service_Object.lo Service_Repository.lo \
+@ACE_ON_PENTIUM_TRUE@Service_Types.lo Shared_Object.lo Svc_Conf_l.lo \
+@ACE_ON_PENTIUM_TRUE@Svc_Conf_y.lo CDR_Stream.lo Codeset_IBM1047.lo \
+@ACE_ON_PENTIUM_TRUE@Message_Block.lo Message_Queue.lo Task.lo \
+@ACE_ON_PENTIUM_TRUE@Based_Pointer_Repository.lo Malloc.lo Mem_Map.lo \
+@ACE_ON_PENTIUM_TRUE@Memory_Pool.lo Obstack.lo Read_Buffer.lo \
+@ACE_ON_PENTIUM_TRUE@Shared_Memory.lo Shared_Memory_MM.lo \
+@ACE_ON_PENTIUM_TRUE@Shared_Memory_SV.lo Local_Tokens.lo \
+@ACE_ON_PENTIUM_TRUE@Remote_Tokens.lo Token_Collection.lo \
+@ACE_ON_PENTIUM_TRUE@Token_Invariants.lo Token_Manager.lo \
+@ACE_ON_PENTIUM_TRUE@Token_Request_Reply.lo CORBA_Handler.lo \
+@ACE_ON_PENTIUM_TRUE@CORBA_Ref.lo Local_Name_Space.lo Name_Proxy.lo \
+@ACE_ON_PENTIUM_TRUE@Name_Request_Reply.lo Name_Space.lo \
+@ACE_ON_PENTIUM_TRUE@Naming_Context.lo Registry_Name_Space.lo \
+@ACE_ON_PENTIUM_TRUE@Remote_Name_Space.lo
+libACE_OS_la_LDFLAGS =
+libACE_OS_la_LIBADD =
+libACE_OS_la_OBJECTS = Basic_Types.lo OS.lo Sched_Params.lo
+libACE_Utils_la_LDFLAGS =
+libACE_Utils_la_LIBADD =
+@ACE_ON_PENTIUM_FALSE@libACE_Utils_la_OBJECTS = ACE.lo \
+@ACE_ON_PENTIUM_FALSE@Active_Map_Manager.lo Arg_Shifter.lo ARGV.lo \
+@ACE_ON_PENTIUM_FALSE@Containers.lo Dirent.lo Dynamic.lo Filecache.lo \
+@ACE_ON_PENTIUM_FALSE@Functor.lo Get_Opt.lo Hash_Map_Manager.lo \
+@ACE_ON_PENTIUM_FALSE@High_Res_Timer.lo Method_Request.lo \
+@ACE_ON_PENTIUM_FALSE@Object_Manager.lo Profile_Timer.lo Registry.lo \
+@ACE_ON_PENTIUM_FALSE@SString.lo Stats.lo System_Time.lo \
+@ACE_ON_PENTIUM_FALSE@Time_Request_Reply.lo Timeprobe.lo Timer_Hash.lo \
+@ACE_ON_PENTIUM_FALSE@Timer_Heap.lo Timer_List.lo Timer_Queue.lo \
+@ACE_ON_PENTIUM_FALSE@Timer_Wheel.lo
+@ACE_ON_PENTIUM_TRUE@libACE_Utils_la_OBJECTS = ACE.lo \
+@ACE_ON_PENTIUM_TRUE@Active_Map_Manager.lo Arg_Shifter.lo ARGV.lo \
+@ACE_ON_PENTIUM_TRUE@Containers.lo Dirent.lo Dynamic.lo Filecache.lo \
+@ACE_ON_PENTIUM_TRUE@Functor.lo Get_Opt.lo Hash_Map_Manager.lo \
+@ACE_ON_PENTIUM_TRUE@High_Res_Timer.lo Method_Request.lo \
+@ACE_ON_PENTIUM_TRUE@Object_Manager.lo Profile_Timer.lo Registry.lo \
+@ACE_ON_PENTIUM_TRUE@SString.lo Stats.lo System_Time.lo \
+@ACE_ON_PENTIUM_TRUE@Time_Request_Reply.lo Timeprobe.lo Timer_Hash.lo \
+@ACE_ON_PENTIUM_TRUE@Timer_Heap.lo Timer_List.lo Timer_Queue.lo \
+@ACE_ON_PENTIUM_TRUE@Timer_Wheel.lo gethrtime.lo
+libACE_Logging_la_LDFLAGS =
+libACE_Logging_la_LIBADD =
+libACE_Logging_la_OBJECTS = Dump.lo Log_Msg.lo Log_Record.lo Trace.lo
+libACE_Threads_la_LDFLAGS =
+libACE_Threads_la_LIBADD =
+libACE_Threads_la_OBJECTS = Activation_Queue.lo Process.lo \
+Process_Manager.lo Synch.lo Synch_Options.lo Thread.lo \
+Thread_Manager.lo Token.lo
+libACE_Demux_la_LDFLAGS =
+libACE_Demux_la_LIBADD =
+libACE_Demux_la_OBJECTS = Event_Handler.lo FlReactor.lo Handle_Set.lo \
+Msg_WFMO_Reactor.lo POSIX_Proactor.lo Priority_Reactor.lo Proactor.lo \
+Reactor.lo Select_Reactor.lo Select_Reactor_Base.lo TP_Reactor.lo \
+TkReactor.lo WFMO_Reactor.lo XtReactor.lo
+libACE_Connection_la_LDFLAGS =
+libACE_Connection_la_LIBADD =
+libACE_Connection_la_OBJECTS = Asynch_IO.lo Asynch_IO_Impl.lo \
+POSIX_Asynch_IO.lo Strategies.lo
+libACE_Sockets_la_LDFLAGS =
+libACE_Sockets_la_LIBADD =
+libACE_Sockets_la_OBJECTS = IPC_SAP.lo LSOCK.lo LSOCK_Acceptor.lo \
+LSOCK_CODgram.lo LSOCK_Connector.lo LSOCK_Dgram.lo LSOCK_Stream.lo \
+SOCK.lo SOCK_Acceptor.lo SOCK_CODgram.lo SOCK_Connector.lo \
+SOCK_Dgram.lo SOCK_Dgram_Bcast.lo SOCK_Dgram_Mcast.lo SOCK_IO.lo \
+SOCK_Stream.lo
+libACE_IPC_la_LDFLAGS =
+libACE_IPC_la_LIBADD =
+libACE_IPC_la_OBJECTS = Addr.lo ATM_Addr.lo ATM_Acceptor.lo \
+ATM_Connector.lo ATM_Params.lo ATM_QoS.lo ATM_Stream.lo DEV.lo \
+DEV_Addr.lo DEV_Connector.lo DEV_IO.lo FIFO.lo FIFO_Recv.lo \
+FIFO_Recv_Msg.lo FIFO_Send.lo FIFO_Send_Msg.lo FILE_Addr.lo FILE.lo \
+FILE_Connector.lo FILE_IO.lo INET_Addr.lo IO_SAP.lo IOStream.lo Pipe.lo \
+Signal.lo SPIPE_Addr.lo SPIPE.lo SPIPE_Acceptor.lo SPIPE_Connector.lo \
+SPIPE_Stream.lo SV_Message.lo SV_Message_Queue.lo \
+SV_Semaphore_Complex.lo SV_Semaphore_Simple.lo SV_Shared_Memory.lo \
+TLI.lo TLI_Acceptor.lo TLI_Connector.lo TLI_Stream.lo TTY_IO.lo \
+UNIX_Addr.lo UPIPE_Acceptor.lo UPIPE_Connector.lo UPIPE_Stream.lo \
+XTI_ATM_Mcast.lo
+libACE_Svcconf_la_LDFLAGS =
+libACE_Svcconf_la_LIBADD =
+libACE_Svcconf_la_OBJECTS = DLL.lo Parse_Node.lo Service_Config.lo \
+Service_Manager.lo Service_Object.lo Service_Repository.lo \
+Service_Types.lo Shared_Object.lo Svc_Conf_l.lo Svc_Conf_y.lo
+libACE_Streams_la_LDFLAGS =
+libACE_Streams_la_LIBADD =
+libACE_Streams_la_OBJECTS = CDR_Stream.lo Codeset_IBM1047.lo \
+Message_Block.lo Message_Queue.lo Task.lo
+libACE_Memory_la_LDFLAGS =
+libACE_Memory_la_LIBADD =
+libACE_Memory_la_OBJECTS = Based_Pointer_Repository.lo Malloc.lo \
+Mem_Map.lo Memory_Pool.lo Obstack.lo Read_Buffer.lo Shared_Memory.lo \
+Shared_Memory_MM.lo Shared_Memory_SV.lo
+libACE_Token_la_LDFLAGS =
+libACE_Token_la_LIBADD =
+libACE_Token_la_OBJECTS = Local_Tokens.lo Remote_Tokens.lo \
+Token_Collection.lo Token_Invariants.lo Token_Manager.lo \
+Token_Request_Reply.lo
+libACE_Other_la_LDFLAGS =
+libACE_Other_la_LIBADD =
+libACE_Other_la_OBJECTS = CORBA_Handler.lo CORBA_Ref.lo \
+Local_Name_Space.lo Name_Proxy.lo Name_Request_Reply.lo Name_Space.lo \
+Naming_Context.lo Registry_Name_Space.lo Remote_Name_Space.lo
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+HEADERS = $(pkginclude_HEADERS)
+
+DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in config.h.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/ACE.P .deps/ARGV.P .deps/ATM_Acceptor.P \
+.deps/ATM_Addr.P .deps/ATM_Connector.P .deps/ATM_Params.P \
+.deps/ATM_QoS.P .deps/ATM_Stream.P .deps/Activation_Queue.P \
+.deps/Active_Map_Manager.P .deps/Addr.P .deps/Arg_Shifter.P \
+.deps/Asynch_IO.P .deps/Asynch_IO_Impl.P \
+.deps/Based_Pointer_Repository.P .deps/Basic_Types.P .deps/CDR_Stream.P \
+.deps/CORBA_Handler.P .deps/CORBA_Ref.P .deps/Codeset_IBM1047.P \
+.deps/Containers.P .deps/DEV.P .deps/DEV_Addr.P .deps/DEV_Connector.P \
+.deps/DEV_IO.P .deps/DLL.P .deps/Dirent.P .deps/Dump.P .deps/Dynamic.P \
+.deps/Event_Handler.P .deps/FIFO.P .deps/FIFO_Recv.P \
+.deps/FIFO_Recv_Msg.P .deps/FIFO_Send.P .deps/FIFO_Send_Msg.P \
+.deps/FILE.P .deps/FILE_Addr.P .deps/FILE_Connector.P .deps/FILE_IO.P \
+.deps/Filecache.P .deps/FlReactor.P .deps/Functor.P .deps/Get_Opt.P \
+.deps/Handle_Set.P .deps/Hash_Map_Manager.P .deps/High_Res_Timer.P \
+.deps/INET_Addr.P .deps/IOStream.P .deps/IO_SAP.P .deps/IPC_SAP.P \
+.deps/LSOCK.P .deps/LSOCK_Acceptor.P .deps/LSOCK_CODgram.P \
+.deps/LSOCK_Connector.P .deps/LSOCK_Dgram.P .deps/LSOCK_Stream.P \
+.deps/Local_Name_Space.P .deps/Local_Tokens.P .deps/Log_Msg.P \
+.deps/Log_Record.P .deps/Malloc.P .deps/Mem_Map.P .deps/Memory_Pool.P \
+.deps/Message_Block.P .deps/Message_Queue.P .deps/Method_Request.P \
+.deps/Msg_WFMO_Reactor.P .deps/Name_Proxy.P .deps/Name_Request_Reply.P \
+.deps/Name_Space.P .deps/Naming_Context.P .deps/OS.P \
+.deps/Object_Manager.P .deps/Obstack.P .deps/POSIX_Asynch_IO.P \
+.deps/POSIX_Proactor.P .deps/Parse_Node.P .deps/Pipe.P \
+.deps/Priority_Reactor.P .deps/Proactor.P .deps/Process.P \
+.deps/Process_Manager.P .deps/Profile_Timer.P .deps/Reactor.P \
+.deps/Read_Buffer.P .deps/Registry.P .deps/Registry_Name_Space.P \
+.deps/Remote_Name_Space.P .deps/Remote_Tokens.P .deps/SOCK.P \
+.deps/SOCK_Acceptor.P .deps/SOCK_CODgram.P .deps/SOCK_Connector.P \
+.deps/SOCK_Dgram.P .deps/SOCK_Dgram_Bcast.P .deps/SOCK_Dgram_Mcast.P \
+.deps/SOCK_IO.P .deps/SOCK_Stream.P .deps/SPIPE.P \
+.deps/SPIPE_Acceptor.P .deps/SPIPE_Addr.P .deps/SPIPE_Connector.P \
+.deps/SPIPE_Stream.P .deps/SString.P .deps/SV_Message.P \
+.deps/SV_Message_Queue.P .deps/SV_Semaphore_Complex.P \
+.deps/SV_Semaphore_Simple.P .deps/SV_Shared_Memory.P \
+.deps/Sched_Params.P .deps/Select_Reactor.P .deps/Select_Reactor_Base.P \
+.deps/Service_Config.P .deps/Service_Manager.P .deps/Service_Object.P \
+.deps/Service_Repository.P .deps/Service_Types.P .deps/Shared_Memory.P \
+.deps/Shared_Memory_MM.P .deps/Shared_Memory_SV.P .deps/Shared_Object.P \
+.deps/Signal.P .deps/Stats.P .deps/Strategies.P .deps/Svc_Conf_l.P \
+.deps/Svc_Conf_y.P .deps/Synch.P .deps/Synch_Options.P \
+.deps/System_Time.P .deps/TLI.P .deps/TLI_Acceptor.P \
+.deps/TLI_Connector.P .deps/TLI_Stream.P .deps/TP_Reactor.P \
+.deps/TTY_IO.P .deps/Task.P .deps/Thread.P .deps/Thread_Manager.P \
+.deps/Time_Request_Reply.P .deps/Timeprobe.P .deps/Timer_Hash.P \
+.deps/Timer_Heap.P .deps/Timer_List.P .deps/Timer_Queue.P \
+.deps/Timer_Wheel.P .deps/TkReactor.P .deps/Token.P \
+.deps/Token_Collection.P .deps/Token_Invariants.P .deps/Token_Manager.P \
+.deps/Token_Request_Reply.P .deps/Trace.P .deps/UNIX_Addr.P \
+.deps/UPIPE_Acceptor.P .deps/UPIPE_Connector.P .deps/UPIPE_Stream.P \
+.deps/WFMO_Reactor.P .deps/XTI_ATM_Mcast.P .deps/XtReactor.P \
+.deps/gethrtime.P
+SOURCES = $(libACE_la_SOURCES) $(EXTRA_libACE_la_SOURCES) $(libACE_OS_la_SOURCES) $(libACE_Utils_la_SOURCES) $(EXTRA_libACE_Utils_la_SOURCES) $(libACE_Logging_la_SOURCES) $(libACE_Threads_la_SOURCES) $(libACE_Demux_la_SOURCES) $(libACE_Connection_la_SOURCES) $(libACE_Sockets_la_SOURCES) $(libACE_IPC_la_SOURCES) $(libACE_Svcconf_la_SOURCES) $(libACE_Streams_la_SOURCES) $(libACE_Memory_la_SOURCES) $(libACE_Token_la_SOURCES) $(libACE_Other_la_SOURCES)
+OBJECTS = $(libACE_la_OBJECTS) $(libACE_OS_la_OBJECTS) $(libACE_Utils_la_OBJECTS) $(libACE_Logging_la_OBJECTS) $(libACE_Threads_la_OBJECTS) $(libACE_Demux_la_OBJECTS) $(libACE_Connection_la_OBJECTS) $(libACE_Sockets_la_OBJECTS) $(libACE_IPC_la_OBJECTS) $(libACE_Svcconf_la_OBJECTS) $(libACE_Streams_la_OBJECTS) $(libACE_Memory_la_OBJECTS) $(libACE_Token_la_OBJECTS) $(libACE_Other_la_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu ace/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+config.h: stamp-h
+ @if test ! -f $@; then \
+ rm -f stamp-h; \
+ $(MAKE) stamp-h; \
+ else :; fi
+stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES= CONFIG_HEADERS=ace/config.h \
+ $(SHELL) ./config.status
+ @echo timestamp > stamp-h 2> /dev/null
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
+ @if test ! -f $@; then \
+ rm -f $(srcdir)/stamp-h.in; \
+ $(MAKE) $(srcdir)/stamp-h.in; \
+ else :; fi
+$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOHEADER)
+ @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
+
+mostlyclean-hdr:
+
+clean-hdr:
+
+distclean-hdr:
+ -rm -f config.h
+
+maintainer-clean-hdr:
+
+mostlyclean-libLTLIBRARIES:
+
+clean-libLTLIBRARIES:
+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+
+distclean-libLTLIBRARIES:
+
+maintainer-clean-libLTLIBRARIES:
+
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
+ $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
+ else :; fi; \
+ done
+
+uninstall-libLTLIBRARIES:
+ @$(NORMAL_UNINSTALL)
+ list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
+ done
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+libACE.la: $(libACE_la_OBJECTS) $(libACE_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_la_LDFLAGS) $(libACE_la_OBJECTS) $(libACE_la_LIBADD) $(LIBS)
+
+libACE_OS.la: $(libACE_OS_la_OBJECTS) $(libACE_OS_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_OS_la_LDFLAGS) $(libACE_OS_la_OBJECTS) $(libACE_OS_la_LIBADD) $(LIBS)
+
+libACE_Utils.la: $(libACE_Utils_la_OBJECTS) $(libACE_Utils_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Utils_la_LDFLAGS) $(libACE_Utils_la_OBJECTS) $(libACE_Utils_la_LIBADD) $(LIBS)
+
+libACE_Logging.la: $(libACE_Logging_la_OBJECTS) $(libACE_Logging_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Logging_la_LDFLAGS) $(libACE_Logging_la_OBJECTS) $(libACE_Logging_la_LIBADD) $(LIBS)
+
+libACE_Threads.la: $(libACE_Threads_la_OBJECTS) $(libACE_Threads_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Threads_la_LDFLAGS) $(libACE_Threads_la_OBJECTS) $(libACE_Threads_la_LIBADD) $(LIBS)
+
+libACE_Demux.la: $(libACE_Demux_la_OBJECTS) $(libACE_Demux_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Demux_la_LDFLAGS) $(libACE_Demux_la_OBJECTS) $(libACE_Demux_la_LIBADD) $(LIBS)
+
+libACE_Connection.la: $(libACE_Connection_la_OBJECTS) $(libACE_Connection_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Connection_la_LDFLAGS) $(libACE_Connection_la_OBJECTS) $(libACE_Connection_la_LIBADD) $(LIBS)
+
+libACE_Sockets.la: $(libACE_Sockets_la_OBJECTS) $(libACE_Sockets_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Sockets_la_LDFLAGS) $(libACE_Sockets_la_OBJECTS) $(libACE_Sockets_la_LIBADD) $(LIBS)
+
+libACE_IPC.la: $(libACE_IPC_la_OBJECTS) $(libACE_IPC_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_IPC_la_LDFLAGS) $(libACE_IPC_la_OBJECTS) $(libACE_IPC_la_LIBADD) $(LIBS)
+
+libACE_Svcconf.la: $(libACE_Svcconf_la_OBJECTS) $(libACE_Svcconf_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Svcconf_la_LDFLAGS) $(libACE_Svcconf_la_OBJECTS) $(libACE_Svcconf_la_LIBADD) $(LIBS)
+
+libACE_Streams.la: $(libACE_Streams_la_OBJECTS) $(libACE_Streams_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Streams_la_LDFLAGS) $(libACE_Streams_la_OBJECTS) $(libACE_Streams_la_LIBADD) $(LIBS)
+
+libACE_Memory.la: $(libACE_Memory_la_OBJECTS) $(libACE_Memory_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Memory_la_LDFLAGS) $(libACE_Memory_la_OBJECTS) $(libACE_Memory_la_LIBADD) $(LIBS)
+
+libACE_Token.la: $(libACE_Token_la_OBJECTS) $(libACE_Token_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Token_la_LDFLAGS) $(libACE_Token_la_OBJECTS) $(libACE_Token_la_LIBADD) $(LIBS)
+
+libACE_Other.la: $(libACE_Other_la_OBJECTS) $(libACE_Other_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libACE_Other_la_LDFLAGS) $(libACE_Other_la_OBJECTS) $(libACE_Other_la_LIBADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+install-pkgincludeHEADERS: $(pkginclude_HEADERS)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
+ @list='$(pkginclude_HEADERS)'; for p in $$list; do \
+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
+ done
+
+uninstall-pkgincludeHEADERS:
+ @$(NORMAL_UNINSTALL)
+ list='$(pkginclude_HEADERS)'; for p in $$list; do \
+ rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; 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)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = ace
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ace/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+all-recursive-am: config.h
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
+
+install-exec-am: install-libLTLIBRARIES
+install-exec: install-exec-am
+
+install-data-am: install-pkgincludeHEADERS
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
+uninstall: uninstall-am
+all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+ $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(pkgincludedir)
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \
+ mostlyclean-compile mostlyclean-libtool \
+ mostlyclean-tags mostlyclean-depend mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
+ clean-tags clean-depend clean-generic mostlyclean-am \
+ clean-local
+
+clean: clean-am
+
+distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-hdr \
+ maintainer-clean-libLTLIBRARIES \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
+mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
+clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
+uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
+distclean-compile clean-compile maintainer-clean-compile \
+mostlyclean-libtool distclean-libtool clean-libtool \
+maintainer-clean-libtool uninstall-pkgincludeHEADERS \
+install-pkgincludeHEADERS tags mostlyclean-tags distclean-tags \
+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 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 \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/ace/config.h.in b/ace/config.h.in
new file mode 100644
index 00000000000..4fcca5f8b46
--- /dev/null
+++ b/ace/config.h.in
@@ -0,0 +1,1402 @@
+/* ace/config.h.in. Generated automatically from configure.in by autoheader. */
+/* -*- C++ -*- */
+#ifndef ACE_CONFIG_H
+#define ACE_CONFIG_H
+
+/* ACE configuration header file */
+
+
+/* Define if on AIX 3.
+ System headers sometimes define this.
+ We just want to avoid a redefinition error message. */
+#ifndef _ALL_SOURCE
+#undef _ALL_SOURCE
+#endif
+
+/* Define if using alloca.c. */
+#undef C_ALLOCA
+
+/* Define if the closedir function returns void instead of int. */
+#undef CLOSEDIR_VOID
+
+/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
+ This function is required for alloca.c support on those systems. */
+#undef CRAY_STACKSEG_END
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef gid_t
+
+/* Define if you have alloca, as a function or macro. */
+#undef HAVE_ALLOCA
+
+/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
+#undef HAVE_ALLOCA_H
+
+/* Define if system calls automatically restart after interruption
+ by a signal. */
+#undef HAVE_RESTARTABLE_SYSCALLS
+
+/* Define if you have the strftime function. */
+#undef HAVE_STRFTIME
+
+/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
+#undef HAVE_SYS_WAIT_H
+
+/* Define if on MINIX. */
+#undef _MINIX
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef mode_t
+
+/* Define if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
+/* Define to `long' if <sys/types.h> doesn't define. */
+#undef off_t
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef pid_t
+
+/* Define if the system does not provide POSIX.1 features except
+ with this defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define if you need to in order for stat and other things to work. */
+#undef _POSIX_SOURCE
+
+/* Define to `unsigned' if <sys/types.h> doesn't define. */
+#undef size_t
+
+/* If using the C implementation of alloca, define if you know the
+ direction of stack growth for your system; otherwise it will be
+ automatically deduced at run-time.
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown
+ */
+#undef STACK_DIRECTION
+
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef uid_t
+
+/* Define if your processor stores words with the most significant
+ byte first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
+
+/* Define if the X Window System is missing or not being used. */
+#undef X_DISPLAY_MISSING
+
+/* Define if lex declares yytext as a char * by default, not a char[]. */
+#undef YYTEXT_POINTER
+
+#ifndef _POSIX_THREADS
+# undef _POSIX_THREADS
+#endif
+
+#ifndef _POSIX_THREAD_SAFE_FUNCTIONS
+# undef _POSIX_THREAD_SAFE_FUNCTIONS
+#endif
+
+/* Some platforms need _POSIX_PTHREAD_SEMANTICS to make some functions work */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+
+/* ACE currently doesn't use these; however the configure script does */
+#undef ACE_LACKS_SYSTIMES_H
+#undef ACE_LACKS_UNBUFFERED_STREAMBUF
+#undef ACE_HAS_STDCPP_STL_INCLUDES
+
+#undef ACE_HAS_LIBC_H
+#undef ACE_HAS_OSFCN_H
+#undef ACE_HAS_NEW_NO_H
+#undef ACE_HAS_NEW_H
+#undef ACE_HAS_STDEXCEPT_NO_H
+#undef ACE_HAS_EXCEPTION_H
+#undef ACE_HAS_IOMANIP_NO_H
+
+/* Platform provides <sys/ioctl.h> header */
+#undef ACE_HAS_SYS_IOCTL_H
+
+/*
+ * Deprecated! (or soon to be?)
+ */
+#undef ACE_HAS_OSF1_GETTIMEOFDAY /* timezone* 2nd parameter & no prototype */
+#undef ACE_HAS_LYNXOS_SIGNALS
+#undef ACE_HAS_TANDEM_SIGNALS
+#undef ACE_HAS_IRIX_53_SIGNALS
+
+/*
+ * TODO: These two next #defines have an #undef before them, in
+ * case the variable being defined already had a value.
+ * The #undefs are being picked up by configure, and are commented out!
+ */
+#undef ACE_THREAD_MIN_PRIORITY
+#if defined (ACE_THREAD_MIN_PRIORITY)
+# undef PTHREAD_MIN_PRIORITY
+# define PTHREAD_MIN_PRIORITY ACE_THREAD_MIN_PRIORITY
+#endif /* #if defined (ACE_THREAD_MIN_PRIORITY) */
+
+#undef ACE_THREAD_MAX_PRIORITY
+#if defined (ACE_THREAD_MAX_PRIORITY)
+# undef PTHREAD_MAX_PRIORITY
+# define PTHREAD_MAX_PRIORITY ACE_THREAD_MAX_PRIORITY
+#endif /* #if defined (ACE_THREAD_MAX_PRIORITY) */
+
+#undef PTHREAD_STACK_MIN
+#undef PTHREAD_STACK_MAX
+
+/* AIX specific configuration parameters */
+#undef AIX
+#undef _BSD
+#undef _BSD_INCLUDES
+
+/* Cray specific configuration parameters */
+/*
+ * The following predefined macros are used within ACE ifdefs.
+ * These are defined when using the Cray compilers. _CRAYMPP
+ * is defined, for example, if you are running on a Cray T3E
+ * massively parallel machine. Moreover, in the case of the T3E,
+ * _CRAYT3E will be defined. This is used to determine the
+ * ACE_SIZEOF defines for primitive types.
+ *
+ * _UNICOS is defined as either the major version of UNICOS being run,
+ * e.g. 9 or 10 on the vector machines (e.g. C90, T90, J90, YMP, ...)
+ * or the major+minor+level UNICOS/mk version, e.g. 2.0.3 => 203,
+ * being run on an MPP machine.
+ *
+ * Summary:
+ *
+ * _CRAYMPP (defined only if running on MPP machine, e.g. T3E, UNICOS/mk)
+ * _CRAYT3E (defined specifically if compiling on a Cray T3E)
+ * _UNICOS (defined if running UNICOS or UNICOS/mk)
+ *
+ * Tested on UNICOS 10.0.0.2, UNICOS/mk 2.0.3.10
+ *
+ * Contributed by Doug Anderson <doug "at" clark.net>
+ */
+#undef _CRAYMPP
+#undef _CRAYT3E
+#undef _UNICOS
+
+/* DG/UX specific configuration parameters */
+#undef ACE_DGUX
+#undef _DGUX_SOURCE
+#undef _POSIX4A_DRAFT10_SOURCE
+#undef _POSIX4_DRAFT_SOURCE
+
+/* HP/UX specific configuration parameters */
+#undef HPUX
+#undef HPUX_10
+#undef HPUX_11
+#undef _HPUX_SOURCE
+
+/* Irix specific configuration parameters */
+#undef IRIX5
+#undef IRIX6
+#undef _BSD_TYPES
+#undef _SGI_MP_SOURCE
+#undef _MODERN_C_
+
+/* LynxOS specific configuration parameters */
+#undef __NO_INCLUDE_WARN__
+#undef _POSIX_THREADS_CALLS
+
+/* M88K specific configuration parameters */
+#undef m88k
+#undef __m88k__
+
+/* NetBSD specific configuration parameters */
+#undef ACE_NETBSD
+
+/* OSF/1 and Digital Unix specific configuration parameters */
+#undef DEC_CXX
+#undef DIGITAL_UNIX
+
+/* pSOS specific configuration parameters */
+#undef ACE_PSOS
+#undef ACE_PSOSIM
+#undef ACE_PSOSTBD
+
+/* SCO specific configuration parameters */
+#undef SCO
+#undef _SVID3
+
+/* UnixWare specific configuration parameters */
+#undef UNIXWARE
+#undef UNIXWARE_2_0
+#undef UNIXWARE_2_1
+
+/* VXWorks specific configuration parameters */
+#undef VXWORKS
+
+/* Win32 specific configuration parameters */
+#undef ACE_WIN32
+
+/* ACE internals */
+#undef ACE_DEFAULT_BASE_ADDR
+#undef ACE_DEFAULT_BASE_ADDRL
+#undef ACE_DEFAULT_CLOSE_ALL_HANDLES
+#undef ACE_DEFAULT_MAX_SOCKET_BUFSIZ
+#undef ACE_DEFAULT_SELECT_REACTOR_SIZE
+#undef ACE_MALLOC_ALIGN
+#undef ACE_MAP_PRIVATE
+#undef ACE_THR_PRI_FIFO_DEF
+#undef ACE_TIMER_SKEW
+#undef ACE_UINT64_FORMAT_SPECIFIER
+#undef ACE_USE_RCSID
+#undef IP_ADD_MEMBERSHIP
+#undef IP_DROP_MEMBERSHIP
+
+/* Specify sizes of given built-in types. If a size isn't defined here,
+ then ace/Basic_Types.h will attempt to deduce the size. */
+/* #undef ACE_SIZEOF_CHAR */
+#undef ACE_SIZEOF_SHORT
+#undef ACE_SIZEOF_INT
+#undef ACE_SIZEOF_LONG
+#undef ACE_SIZEOF_LONG_LONG
+#undef ACE_SIZEOF_VOID_P
+#undef ACE_SIZEOF_FLOAT
+#undef ACE_SIZEOF_DOUBLE
+#undef ACE_SIZEOF_LONG_DOUBLE
+
+/* typedef for ACE_UINT64 */
+/*
+ We only make the typedef if ACE_UINT64_TYPEDEF is defined. Otherwise,
+ let ace/Basic_Types.h do the work for us.
+*/
+#undef ACE_UINT64_TYPEDEF
+#if defined(ACE_UINT64_TYPEDEF)
+ typedef ACE_UINT64_TYPEDEF ACE_UINT64;
+#endif /* ACE_UINT64_TYPEDEF && !ACE_DISABLE_AUTOCONF_UINT64 */
+
+/* Enable ACE inlining */
+#undef __ACE_INLINE__
+
+/* Explicitly disable ACE inlining */
+#undef ACE_NO_INLINE
+
+/* Enable ACE_Timeprobes */
+#undef ACE_COMPILE_TIMEPROBES
+
+/* Enable use of GNU template repositories. GNU C++ w/repo patch
+ and EGCS only */
+#undef ACE_HAS_GNU_REPO
+
+/* Platform supports new C++ style casts (dynamic_cast, static_cast,
+ reinterpret_cast and const_cast) */
+#undef ACE_HAS_ANSI_CASTS
+
+/* Platform supports Asynchronous IO calls */
+#undef ACE_HAS_AIO_CALLS
+
+/* Number of TSS keys, with ACE_HAS_TSS_EMULATION _only_. Defaults to 64. */
+#undef ACE_DEFAULT_THREAD_KEYS
+
+/* Specify this if you don't want threads to inherit parent thread's
+ ACE_Log_Msg properties. */
+#undef ACE_THREADS_DONT_INHERIT_LOG_MSG
+
+/* OS has priocntl (2) */
+#undef ACE_HAS_PRIOCNTL
+
+/* Platform has the MIT pthreads APIs for timed send/recv operations */
+#undef ACE_HAS_RECV_TIMEDWAIT
+#undef ACE_HAS_RECVFROM_TIMEDWAIT
+#undef ACE_HAS_RECVMSG_TIMEDWAIT
+#undef ACE_HAS_SEND_TIMEDWAIT
+#undef ACE_HAS_SENDTO_TIMEDWAIT
+#undef ACE_HAS_SENDMSG_TIMEDWAIT
+#undef ACE_HAS_READ_TIMEDWAIT
+#undef ACE_HAS_READV_TIMEDWAIT
+#undef ACE_HAS_WRITE_TIMEDWAIT
+#undef ACE_HAS_WRITEV_TIMEDWAIT
+
+/* Platform has enum instead of int for first argument to ::{get,set}rlimit ().
+ The value of this macro is the enum definition, e.g.,
+ enum __rlimit_resource, for Linux glibc 2.0. */
+#undef ACE_HAS_RLIMIT_RESOURCE_ENUM
+
+/* Platform has enum instead of int for first argument to ::getrusage (). The
+ value of this macro is the enum definition, e.g., enum __rusage_who, for
+ Linux glibc 2.0. */
+#undef ACE_HAS_RUSAGE_WHO_ENUM
+
+/* Used when users want to compile ACE with STL and STL map class conflicts
+ with <net/if.h> map struct. */
+#undef ACE_HAS_STL_MAP_CONFLICT
+
+/* Used when users want to compile ACE with STL and STL queue class conflicts
+ with <netinet/in.h> queue struct. */
+#undef ACE_HAS_STL_QUEUE_CONFLICT
+
+/* Platform has BSD 4.4 sendmsg()/recvmsg() APIs. */
+#undef ACE_HAS_4_4BSD_SENDMSG_RECVMSG
+
+/* Platform has pread() and pwrite() support */
+#undef ACE_HAS_P_READ_WRITE
+
+/* Platform, such as AIX4, needs to wrap #include of sys/socket.h with
+ #undef/#define of __cplusplus. */
+#undef ACE_HAS_AIX_BROKEN_SOCKET_HEADER
+
+/* Platform has AIX4 ::read_real_time () */
+#undef ACE_HAS_AIX_HI_RES_TIMER
+
+/* Compiler/platform supports alloca() */
+#undef ACE_HAS_ALLOCA
+
+/* Compiler/platform has <alloca.h> */
+#undef ACE_HAS_ALLOCA_H
+
+/* CPU is an Alpha, with the rpcc instruction to read the tick timer. */
+#undef ACE_HAS_ALPHA_TIMER
+
+/* Compiler/platform correctly calls init()/fini() for shared libraries */
+#undef ACE_HAS_AUTOMATIC_INIT_FINI
+
+/* Compiler handles explicit calling of template destructor correctly.
+ See "ace/OS.h" for details. */
+#undef ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
+
+/* Platform doesn't cast MAP_FAILED to a (void *). */
+#undef ACE_HAS_BROKEN_MAP_FAILED
+
+/* Compiler/platform doesn't support namespaces (or the support is not fully
+ implemented.) */
+#undef ACE_HAS_BROKEN_NAMESPACES
+
+/* Compiler can't handle const char * as rvalue in conditional operator. */
+#undef ACE_HAS_BROKEN_CONDITIONAL_STRING_CASTS
+
+/* Compiler can't handle calls like foo->operator T *() */
+#undef ACE_HAS_BROKEN_CONVERSIONS
+
+/* Compiler/platform uses macro for ctime (e.g., MVS) */
+#undef ACE_HAS_BROKEN_CTIME
+
+/* Platform headers don't support <msg.h> prototypes */
+#undef ACE_HAS_BROKEN_MSG_H
+
+/* HP/UX does not wrap the mmap(2) header files with extern "C". */
+#undef ACE_HAS_BROKEN_MMAP_H
+
+/* Platform defines struct timespec in <sys/timers.h> */
+#undef ACE_HAS_BROKEN_POSIX_TIME
+
+/* Platform defines ctime_r, asctime_r, rand_r and getpwnam_r as macros */
+#undef ACE_HAS_BROKEN_R_ROUTINES
+
+/* Compiler can't handle the static ACE_Addr::sap_any construct. */
+#undef ACE_HAS_BROKEN_SAP_ANY
+
+/* OS/compiler omits the const from the sendmsg() prototype. */
+#undef ACE_HAS_BROKEN_SENDMSG
+
+/* OS/compiler omits the const from the rlimit parameter in the setrlimit()
+ prototype. */
+#undef ACE_HAS_BROKEN_SETRLIMIT
+
+/* platform define struct timespec members as ts_sec and ts_nsec instead of
+ tv_sec and tv_nsec. This is highly non-portable. Currently only
+ FreeBSD 2.1.x uses it. */
+#undef ACE_HAS_BROKEN_TIMESPEC_MEMBERS
+
+/* OS/compiler omits the const from the iovec parameter in the writev()
+ prototype. */
+#undef ACE_HAS_BROKEN_WRITEV
+
+/* Platform has <bstring.h> (which contains bzero() prototype) */
+#undef ACE_HAS_BSTRING
+
+/* Platform has <bytesex.h>. */
+#undef ACE_HAS_BYTESEX_H
+
+/* Platform supports the Win32 CancelIO() function (WinNT 4.0 and beyond). */
+#undef ACE_HAS_CANCEL_IO
+
+/* OS/platform uses char * for dlopen/dlsym args, rather than const char *. */
+#undef ACE_HAS_CHARPTR_DL
+
+/* OS/platform uses char * for sockopt, rather than const char * */
+#undef ACE_HAS_CHARPTR_SOCKOPT
+
+/* sprintf() returns char * rather than int (e.g., SunOS 4.x) */
+#undef ACE_HAS_CHARPTR_SPRINTF
+
+/* Platform supports POSIX 1.b clock_gettime () */
+#undef ACE_HAS_CLOCK_GETTIME
+
+/* Prototypes for both signal() and struct sigaction are consistent. */
+#undef ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
+
+/* Compiler/platform has correctly prototyped header files */
+#undef ACE_HAS_CPLUSPLUS_HEADERS
+
+/* Platform has cygwin32 socket.h */
+#undef ACE_HAS_CYGWIN32_SOCKET_H
+
+/* Platform supports operations on directories via struct dirent,
+ readdir_r, etc. */
+#undef ACE_HAS_DIRENT
+
+/* For platforms, e.g., RedHat 4.2/Linux 2.0.30/Alpha, that don't declare dl*
+ functions as extern "C" in dlfcn.h.*/
+#undef ACE_HAS_DLFCN_H_BROKEN_EXTERN_C
+
+/* Compiler supports C++ exception handling */
+#undef ACE_HAS_EXCEPTIONS
+
+/* Platform supports getpagesize() call (otherwise, ACE_PAGE_SIZE must be
+ defined, except on Win32) */
+#undef ACE_HAS_GETPAGESIZE
+
+/* Platform supports the getrusage() system call. */
+#undef ACE_HAS_GETRUSAGE
+
+/* Platform has a getrusage () prototype in sys/resource.h that differs from
+ the one in ace/OS.i. */
+#undef ACE_HAS_GETRUSAGE_PROTO
+
+/* GNUC 2.7.3 mistakenly takes the template definition as the place where an
+ inline function of an argument class is first used. */
+#undef ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTIONS
+
+/* Denotes that GNU has cstring.h as standard which redefines memchr() */
+#undef ACE_HAS_GNU_CSTRING_H
+
+/* The GPERF utility is compiled for this platform */
+#undef ACE_HAS_GPERF
+
+/* Optimize ACE_Handle_Set::count_bits for select() operations (common case) */
+#undef ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT
+
+/* Platform supports ::llseek() */
+#undef ACE_HAS_LLSEEK
+
+/* Compiler/platform supports SunOS high resolution timers */
+#undef ACE_HAS_HI_RES_TIMER
+
+/* Compiler/platform supports idtype_t. */
+#undef ACE_HAS_IDTYPE_T
+
+/* Inline all the static class OS methods to remove call overhead */
+/* Note: This gets defined by OS.h if __ACE_INLINE__ is defined */
+#undef ACE_HAS_INLINED_OSCALLS
+
+/* Platform supports IP multicast */
+#undef ACE_HAS_IP_MULTICAST
+
+/* Platform supports the very odd IRIX 6.2 threads... */
+#undef ACE_HAS_IRIX62_THREADS
+
+/* Causes the ACE_Object_Manager instance to be created in
+ main (int, char *[]), instead of as a static (global) instance. */
+#undef ACE_HAS_NONSTATIC_OBJECT_MANAGER
+
+/* Platform supports thr_keydelete (e.g,. UNIXWARE) */
+#undef ACE_HAS_THR_KEYDELETE
+
+/* Platform calls thr_minstack() rather than thr_min_stack() (e.g., Tandem). */
+#undef ACE_HAS_THR_MINSTACK
+
+/* The rusage_t structure has only two fields. */
+#undef ACE_HAS_LIMITED_RUSAGE_T
+
+/* Compiler/platform has "big" fd_set, i.e. large number of bits set
+ in fd_set passed back from select(). */
+#undef ACE_HAS_BIG_FD_SET
+
+/* Platform defines MAP_FAILED as a long constant. */
+#undef ACE_HAS_LONG_MAP_FAILED
+
+/* Enabled malloc statistics collection. */
+#undef ACE_HAS_MALLOC_STATS
+
+/* Use native implementation of memchr(). */
+#undef ACE_HAS_MEMCHR
+
+/* Avoid #including ace/streams.h in OS.h. Users must include ace/streams.h,
+ <iostream>, or <iostream.h> explicitly in their code. Some platforms, such
+ as g++/VxWorks, have trouble compiling templates and iostreams header
+ because of static variables in the stream headers. This flag will also
+ avoid extra compilation and runtime overheads on some platforms. */
+#undef ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
+
+/* Some files, such as ace/streams.h, want to include new style C++ stream
+ headers. These headers are iomanip, ios, iostream, istream, ostream,
+ fstream and streambuf. If _all_ of these headers aren't available, then
+ assume that only iostream.h and fstream.h are available. */
+#undef ACE_USES_OLD_IOSTREAMS
+
+/* Platform supports recvmsg and sendmsg */
+#undef ACE_HAS_MSG
+
+/* Platform uses non-const char * in calls to gethostbyaddr, gethostbyname,
+ getservbyname */
+#undef ACE_HAS_NONCONST_GETBY
+
+/* Platform has a non-const parameter to msgsnd() (e.g., SCO). */
+#undef ACE_HAS_NONCONST_MSGSND
+
+/* Platform's select() uses non-const timeval* (only found on Linux right
+ now) */
+#undef ACE_HAS_NONCONST_SELECT_TIMEVAL
+
+/* Platform has "old" GNU compiler, i.e. does not completely support
+ standard C++. (compiling with g++ prior to version 2.8.0) */
+#undef ACE_HAS_GNUG_PRE_2_8
+
+/* Compiler/platform uses old malloc()/free() prototypes (ugh) */
+#undef ACE_HAS_OLD_MALLOC
+
+/* Uses ctime_r & asctime_r with only two parameters vs. three. */
+#undef ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R
+
+/* Platform, e.g., Solaris 2.5, only supports SCHED_OTHER POSIX scheduling
+ policy. */
+#undef ACE_HAS_ONLY_SCHED_OTHER
+
+/* Platform supports the OSF TLI timod STREAMS module */
+#undef ACE_HAS_OSF_TIMOD_H
+
+/* Platform is an Intel Pentium microprocessor. */
+#undef ACE_HAS_PENTIUM
+
+/* Platform contains <poll.h> */
+#undef ACE_HAS_POLL
+
+/* Platform supports POSIX O_NONBLOCK semantics */
+#undef ACE_HAS_POSIX_NONBLOCK
+
+/* Platform supports POSIX real-time semaphores (e.g., VxWorks and Solaris) */
+#undef ACE_HAS_POSIX_SEM
+
+/* Platform supports the POSIX struct timespec type */
+#undef ACE_HAS_POSIX_TIME
+
+/* Platform supports the /proc file system and defines tid_t
+ in <sys/procfs.h> */
+#undef ACE_HAS_PROC_FS
+
+/* Platform supports PowerPC time-base register. */
+#undef ACE_HAS_POWERPC_TIMER
+
+/* Platform supports the prusage_t struct */
+#undef ACE_HAS_PRUSAGE_T
+
+/* Platform supports POSIX Threads */
+#undef ACE_HAS_PTHREADS
+
+/* Platform supports POSIX Threads .4a Draft 4 */
+#undef ACE_HAS_PTHREADS_DRAFT4
+
+/* Platform supports POSIX Threads .4a Draft 6 */
+#undef ACE_HAS_PTHREADS_DRAFT6
+
+/* Platform supports POSIX Threads .1c Draft 7 */
+#undef ACE_HAS_PTHREADS_DRAFT7
+
+/* Platform supports POSIX.1c-1995 threads */
+#undef ACE_HAS_PTHREADS_STD
+
+/* Platform has pthread_condattr_setkind_np(). */
+#undef ACE_HAS_PTHREAD_CONDATTR_SETKIND_NP
+
+/* Platform has pthread_mutexattr_setkind_np(). */
+#undef ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP
+
+/* pthread.h declares an enum with PTHREAD_PROCESS_PRIVATE and
+ PTHREAD_PROCESS_SHARED values */
+#undef ACE_HAS_PTHREAD_PROCESS_ENUM
+
+/* Platform will recurse infinitely on thread exits from TSS cleanup routines
+ (e.g., AIX) */
+#undef ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
+
+/* Platform supports reentrant functions (i.e., all the POSIX *_r
+ functions). */
+#undef ACE_HAS_REENTRANT_FUNCTIONS
+
+/* Solaris for intel uses macros for fstat() and stat(), these are wrappers for
+ _fxstat() and _xstat() uses of the macros. Causes compile and runtime
+ problems. */
+#undef ACE_HAS_X86_STAT_MACROS
+
+/* Platform has support for multi-byte character support compliant with the
+ XPG4 Worldwide Portability Interface wide-character classification. */
+#undef ACE_HAS_XPG4_MULTIBYTE_CHAR
+
+/* Platform lacks support for the standard C++ auto_ptr class */
+#undef ACE_LACKS_AUTO_PTR
+
+/* Compiler/platform standard C++ auto_ptr implementation lacks
+ reset() method */
+#undef ACE_AUTO_PTR_LACKS_RESET
+
+/* Compiler/platform lacks the standard C library bsearch() function */
+#undef ACE_LACKS_BSEARCH
+
+/* Platform has ACE_HAS_4_4BSD_SENDMSG_RECVMSG but does not define
+ CMSG_DATA (cmsg) macro. */
+#undef ACE_LACKS_CMSG_DATA_MACRO
+
+/* Platform has ACE_HAS_4_4BSD_SENDMSG_RECVMSG but its cmsghdr structure does
+ not contain an 'unsigned char cmsg_data[0]' member. (This may be
+ 'unsigned char __cmsg_data[0]' on some platforms, in which case we need
+ another macro.) */
+#undef ACE_LACKS_CMSG_DATA_MEMBER
+
+/* Compiler/platform lacks the standard C library qsort() function */
+#undef ACE_LACKS_QSORT
+
+/* Platform lacks POSIX-style fcntl () */
+#undef ACE_LACKS_FCNTL
+
+/* Platform lacks fsync() */
+#undef ACE_LACKS_FSYNC
+
+/* Compiler does not support dynamic_cast. Usually used
+ with ACE_HAS_ANSI_CASTS */
+#undef ACE_LACKS_RTTI
+
+/* Platform lacks readdir_r() */
+#undef ACE_LACKS_READDIR_R
+
+/* Platform lacks seekdir() */
+#undef ACE_LACKS_SEEKDIR
+
+/* Platform lacks telldir() */
+#undef ACE_LACKS_TELLDIR
+
+/* Platform can't handle "inline" keyword correctly. */
+#undef ACE_LACKS_INLINE_FUNCTIONS
+
+/* Iostreams are not supported adequately on the given platform. */
+#undef ACE_LACKS_IOSTREAM_TOTALLY
+
+/* Platform does not support reentrant netdb functions (getprotobyname_r,
+ getprotobynumber_r, gethostbyaddr_r, gethostbyname_r, getservbyname_r). */
+#undef ACE_LACKS_NETDB_REENTRANT_FUNCTIONS
+
+/* Platform supports the POSIX regular expression library */
+#undef ACE_HAS_REGEX
+
+/* Platform has special header for select(). */
+#undef ACE_HAS_SELECT_H
+
+/* Compiler/platform defines a union semun for SysV shared memory */
+#undef ACE_HAS_SEMUN
+
+/* Platform has a function to set t_errno (e.g., Tandem). */
+#undef ACE_HAS_SET_T_ERRNO
+
+/* Platform supports SVR4 extended signals */
+#undef ACE_HAS_SIGINFO_T
+
+/* Platform/compiler has macros for sig{empty,fill,add,del}set (e.g., SCO and
+ FreeBSD) */
+#undef ACE_HAS_SIG_MACROS
+
+/* Platform supports the Win32 SignalObjectAndWait() function (WinNT 4.0 and
+ beyond). */
+#undef ACE_HAS_SIGNAL_OBJECT_AND_WAIT
+
+/* Automatically restart OS system calls when EINTR occurs */
+#undef ACE_HAS_SIGNAL_SAFE_OS_CALLS
+
+/* Platform has the sigsuspend() system call */
+#undef ACE_HAS_SIGSUSPEND
+
+/* Platform has the sigtimedwait() system call */
+#undef ACE_HAS_SIGTIMEDWAIT
+
+/* Platform/compiler has the sigwait(2) prototype */
+#undef ACE_HAS_SIGWAIT
+
+/* Compiler/platform defines the sig_atomic_t typedef */
+#undef ACE_HAS_SIG_ATOMIC_T
+
+/* Platform supports new BSD inet_addr len field. */
+#undef ACE_HAS_SIN_LEN
+
+/* OS/compiler uses size_t * rather than int * for socket lengths */
+#undef ACE_HAS_SIZET_SOCKET_LEN
+
+/* Platform requires (struct sockaddr *) for msg_name field of
+ struct msghdr. */
+#undef ACE_HAS_SOCKADDR_MSG_NAME
+
+/* Compiler/platform provides the sys/sockio.h file */
+#undef ACE_HAS_SOCKIO_H
+
+/* Platform provides socklen_t type, such as Linux with glibc2. */
+#undef ACE_HAS_SOCKLEN_T
+
+/* Compiler has brain-damaged SPARCwork SunOS 4.x signal prototype... */
+#undef ACE_HAS_SPARCWORKS_401_SIGNALS
+
+/* Compiler supports the ssize_t typedef */
+#undef ACE_HAS_SSIZE_T
+
+/* Platform supports UNIX International Threads */
+#undef ACE_HAS_STHREADS
+
+/* Platform has thr_yield() */
+#undef ACE_HAS_THR_YIELD
+
+/* Platform/compiler supports Standard C++ Library */
+#undef ACE_HAS_STANDARD_CPP_LIBRARY
+
+/* Compiler/platform supports struct strbuf */
+#undef ACE_HAS_STRBUF_T
+
+/* Platform/compiler lacks strdup() (e.g., VxWorks, Chorus, WinCE) */
+#undef ACE_HAS_STRDUP_EMULATION
+
+/* Compile ACE_OS::strptime() wrapper into ACE. */
+#undef ACE_HAS_STRPTIME
+
+/* Platform supports STREAMS */
+#undef ACE_HAS_STREAMS
+
+/* Platform supports STREAM pipes */
+#undef ACE_HAS_STREAM_PIPES
+
+/* Compiler/platform supports strerror () */
+#undef ACE_HAS_STRERROR
+
+/* Platform/Compiler supports a String class (e.g., GNU or Win32). */
+#undef ACE_HAS_STRING_CLASS
+
+/* Platform has <strings.h> (which contains bzero() prototype) */
+#undef ACE_HAS_STRINGS
+
+/* Platform has void * as second parameter to gettimeofday and a has a
+ prototype */
+#undef ACE_HAS_SUNOS4_GETTIMEOFDAY
+
+/* Compiler has horrible SunOS 4.x signal handlers... */
+#undef ACE_HAS_SUNOS4_SIGNAL_T
+
+/* Compiler/platform supports SVR4 dynamic linking semantics */
+#undef ACE_HAS_SVR4_DYNAMIC_LINKING
+
+/* Compiler/platform supports SVR4 gettimeofday() prototype but doesn't have
+ a prototype */
+#undef ACE_HAS_SVR4_GETTIMEOFDAY
+
+/* Compiler/platform supports SVR4 signal typedef */
+#undef ACE_HAS_SVR4_SIGNAL_T
+
+/* Compiler/platform supports SVR4 TLI (in particular, T_GETNAME stuff)... */
+#undef ACE_HAS_SVR4_TLI
+
+/* Compiler/platform contains the <sys/syscall.h> file. */
+#undef ACE_HAS_SYSCALL_H
+
+/* Platform provides <sysent.h> header */
+#undef ACE_HAS_SYSENT_H
+
+/* Platform supports system configuration information */
+#undef ACE_HAS_SYSINFO
+
+/* Platform supports System V IPC (most versions of UNIX, but not Win32) */
+#undef ACE_HAS_SYSV_IPC
+
+/* Platform/compiler supports _sys_errlist symbol */
+#undef ACE_HAS_SYS_ERRLIST
+
+/* Platform provides <sys/filio.h> header */
+#undef ACE_HAS_SYS_FILIO_H
+
+/* Compiler/platform supports _sys_siglist array */
+#undef ACE_HAS_SYS_SIGLIST
+
+/* Platform provides <sys/xti.h> header */
+#undef ACE_HAS_SYS_XTI_H
+
+/* Compiler implements template specialization */
+#undef ACE_HAS_TEMPLATE_SPECIALIZATION
+
+/* Compiler supports standard C++ template specializations
+ (e.g. "template <>" syntax.) */
+#undef ACE_HAS_STD_TEMPLATE_SPECIALIZATION
+
+/* Compiler supports standard C++ template method specializations
+ (e.g. "template <>" syntax.) */
+#undef ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION
+
+/* Compiler implements templates that support typedefs inside of classes used
+ as formal arguments to a template class. */
+#undef ACE_HAS_TEMPLATE_TYPEDEFS
+
+/* Platform has terminal ioctl flags like TCGETS and TCSETS. */
+#undef ACE_HAS_TERM_IOCTLS
+
+/* Platform supports threads */
+#undef ACE_HAS_THREADS
+
+/* Platform has thread_self() rather than pthread_self() (e.g., DCETHREADS
+ and AIX) */
+#undef ACE_HAS_THREAD_SELF
+
+/* Compiler/platform has thread-specific storage */
+#undef ACE_HAS_THREAD_SPECIFIC_STORAGE
+
+/* Platform/compiler supports timezone * as second parameter to
+ gettimeofday() and has a prototype*/
+#undef ACE_HAS_TIMEZONE_GETTIMEOFDAY
+
+/* Platform supports TLI timod STREAMS module */
+#undef ACE_HAS_TIMOD_H
+
+/* Platform supports TLI tiuser header */
+#undef ACE_HAS_TIUSER_H
+
+/* Platform does not protect <tiuser.h> with extern "C" */
+#undef ACE_HAS_TIUSER_H_BROKEN_EXTERN_C
+
+/* Platform supports TLI. Also see ACE_TLI_TCP_DEVICE. */
+#undef ACE_HAS_TLI
+
+/* Platform provides TLI function prototypes */
+#undef ACE_HAS_TLI_PROTOTYPES
+
+/* ACE provides TSS emulation. See also ACE_DEFAULT_THREAD_KEYS. */
+#undef ACE_HAS_TSS_EMULATION
+
+/* Platform supports ualarm() */
+#undef ACE_HAS_UALARM
+
+/* Platform supports ucontext_t (which is used in the extended signal API). */
+#undef ACE_HAS_UCONTEXT_T
+
+/* The wait() system call takes a (union wait *) rather than int * */
+#undef ACE_HAS_UNION_WAIT
+
+/* Has inconsistent SVR4 signal stuff, but not the same as the other
+ platforms */
+#undef ACE_HAS_UNIXWARE_SVR4_SIGNAL_T
+
+/* Platform has <utime.h> header file */
+#undef ACE_HAS_UTIME
+
+/* Compiler supports explicit constructors. */
+#undef ACE_HAS_EXPLICIT_KEYWORD
+
+/* Compiler supports the C++ `mutable' keyword. */
+#undef ACE_HAS_MUTABLE_KEYWORD
+
+/* Compiler supports the C++ typename keyword */
+#undef ACE_HAS_TYPENAME_KEYWORD
+
+/* Compiler supports the new using keyword for C++ namespaces. */
+#undef ACE_HAS_USING_KEYWORD
+
+/* Prints out console message in ACE_NOTSUP. Useful for tracking down origin
+ of ACE_NOTSUP. */
+#undef ACE_HAS_VERBOSE_NOTSUP
+
+/* Platform requires void * for mmap(). */
+#undef ACE_HAS_VOIDPTR_MMAP
+
+/* OS/compiler uses void * arg 4 setsockopt() rather than const char * */
+#undef ACE_HAS_VOIDPTR_SOCKOPT
+
+/* The Win32 platform support TryEnterCriticalSection() (WinNT 4.0 and
+ beyond) */
+#undef ACE_HAS_WIN32_TRYLOCK
+
+/* Platform has the XLI version of TLI */
+#undef ACE_HAS_XLI
+
+/* Platform has Xt Intrinsics Toolkit */
+#undef ACE_HAS_XT
+
+/* Platform does not have Motif X toolkit available */
+#undef ACE_LACKS_MOTIF
+
+/* Platform has XTI (X/Open-standardized superset of TLI). Implies
+ ACE_HAS_TLI but uses a different header file. */
+#undef ACE_HAS_XTI
+
+/* Platform lacks access() (e.g., VxWorks and Chorus) */
+#undef ACE_LACKS_ACCESS
+
+/* Platform can not build ace/IOStream{,_T}.cpp. This does not necessarily
+ mean that the platform does not support iostreams. */
+#undef ACE_LACKS_ACE_IOSTREAM
+
+/* Platform lacks condition variables (e.g., Win32 and VxWorks) */
+#undef ACE_LACKS_COND_T
+
+/* pthread_cond_timedwait does *not* reset the time argument when
+ the lock is acquired. */
+#undef ACE_LACKS_COND_TIMEDWAIT_RESET
+
+/* Platform has no implementation of pthread_condattr_setpshared(), even
+ though it supports pthreads! */
+#undef ACE_LACKS_CONDATTR_PSHARED
+
+/* Platform uses struct strbuf * rather than const struct strbuf * (e.g.,
+ HP/UX 10.x) */
+#undef ACE_LACKS_CONST_STRBUF_PTR
+
+/* Platform lacks difftime() implementation */
+#undef ACE_LACKS_DIFFTIME
+
+/* Platform lacks the exec() family of system calls (e.g., Win32, VxWorks,
+ Chorus) */
+#undef ACE_LACKS_EXEC
+
+/* Platform lacks file locking mechanism */
+#undef ACE_LACKS_FILELOCKS
+
+/* Platform does not support floating point operations */
+#undef ACE_LACKS_FLOATING_POINT
+
+/* Platform lacks the fork() system call (e.g., Win32, VxWorks, Chorus) */
+#undef ACE_LACKS_FORK
+
+/* Platform lacks the getopt() prototype (e.g., LynxOS) */
+#undef ACE_LACKS_GETOPT_PROTO
+
+/* Platform lacks getpgid() call (e.g., Win32, Chorus, and FreeBSD). */
+#undef ACE_LACKS_GETPGID
+
+/* Platform lacks getppid() call. */
+#undef ACE_LACKS_GETPPID
+
+/* Platforms lacks getservbyname() (e.g., VxWorks and Chorus). */
+#undef ACE_LACKS_GETSERVBYNAME
+
+/* iostream header does not declare ipfx (), opfx (), etc. */
+#undef ACE_LACKS_IOSTREAM_FX
+
+/* Platform lacks streambuf "linebuffered ()". */
+#undef ACE_LACKS_LINEBUFFERED_STREAMBUF
+
+/* Compiler/platform does not support the unsigned long long datatype. */
+#undef ACE_LACKS_LONGLONG_T
+
+/* Platform lacks the lstat() function. */
+#undef ACE_LACKS_LSTAT
+
+/* Platform does not have u_longlong_t typedef */
+#undef ACE_LACKS_U_LONGLONG_T
+
+/* Platform lacks madvise() (e.g., Linux) */
+#undef ACE_LACKS_MADVISE
+
+/* Platform lacks malloc.h */
+#undef ACE_LACKS_MALLOC_H
+
+/* Platform lacks memory.h (e.g., VxWorks and Chorus) */
+#undef ACE_LACKS_MEMORY_H
+
+/* Platform lacks mkfifo(), e.g. VxWorks, Chorus, pSoS, and WinNT. */
+#undef ACE_LACKS_MKFIFO
+
+/* ACE has no mktemp() */
+#undef ACE_LACKS_MKTEMP
+
+/* The platform doesn't have mmap(2) (e.g., SCO UNIX). */
+#undef ACE_LACKS_MMAP
+
+/* Platform/compiler doesn't have open() mode masks. */
+#undef ACE_LACKS_MODE_MASKS
+
+/* The platform doesn't have mprotect(2) (e.g., EPLX real time OS from CDC
+ (based on LYNX)) */
+#undef ACE_LACKS_MPROTECT
+
+/* Platform defines ACE_HAS_MSG, but lacks msg_accrights{,len}. */
+#undef ACE_LACKS_MSG_ACCRIGHTS
+
+/* Platform lacks struct msgbuf (e.g., NT and MSV). */
+#undef ACE_LACKS_MSGBUF_T
+
+/* Platform lacks msync() */
+#undef ACE_LACKS_MSYNC
+
+/* Platform doesn't support "sync" third argument to msync (?) */
+#undef ACE_HAS_BROKEN_NETBSD_MSYNC
+
+/* Platform doesn't support tempnam */
+#undef ACE_LACKS_TEMPNAM
+
+/* Platform lacks pthread_mutexattr_setpshared(). */
+#undef ACE_LACKS_MUTEXATTR_PSHARED
+
+/* OS requires non-null status pointer for ::pthread_join () */
+#undef ACE_LACKS_NULL_PTHREAD_STATUS
+
+/* Platform lacks <sys/param.h> (e.g., MVS) */
+#undef ACE_LACKS_PARAM_H
+
+/* Platform lacks named POSIX semaphores (e.g., Chorus) */
+#undef ACE_LACKS_NAMED_POSIX_SEM
+
+/* Platform lacks native strptime() implementation. */
+#undef ACE_LACKS_NATIVE_STRPTIME
+
+/* Platform/compiler lacks {get,set}rlimit() function (e.g., VxWorks, Chorus,
+ and SCO UNIX) */
+#undef ACE_LACKS_RLIMIT
+
+/* Platform/compiler lacks {get,set}rlimit() prototypes (e.g., Tandem) */
+#undef ACE_LACKS_RLIMIT_PROTOTYPE
+
+/* Platform lacks POSIX prototypes for certain System V functions like shared
+ memory and message queues. */
+#undef ACE_LACKS_SOME_POSIX_PROTOTYPES
+
+/* Compiler doesn't support placement operator new(size_t, void *). */
+#undef ACE_LACKS_PLACEMENT_OPERATOR_NEW
+
+/* Compiler doesn't support placement operator delete(void *, void *). */
+#undef ACE_LACKS_PLACEMENT_OPERATOR_DELETE
+
+/* Compiler complains about use of obsolete "#pragma once" */
+#undef ACE_LACKS_PRAGMA_ONCE
+
+/* Platform lacks pri_t (e.g., Tandem NonStop UNIX). */
+#undef ACE_LACKS_PRI_T
+
+/* Platform lack pthread_attr_setstackaddr() */
+#undef ACE_LACKS_THREAD_STACK_ADDR
+
+/* Platform lacks pthread_cancel() */
+#undef ACE_LACKS_PTHREAD_CANCEL
+
+/* Platform lacks pthread_sigmask () */
+#undef ACE_LACKS_PTHREAD_SIGMASK
+
+/* Platform lacks pthread_thr_sigsetmask (e.g., MVS, HP/UX, and OSF/1 3.2) */
+#undef ACE_LACKS_PTHREAD_THR_SIGSETMASK
+
+/* Platfrom lack pthread_yield() support. */
+#undef ACE_LACKS_PTHREAD_YIELD
+
+/* Platform lacks, getpwnam(), etc. */
+#undef ACE_LACKS_PWD_FUNCTIONS
+
+/* Platform lacks getpwnam_r() methods (e.g., SGI 6.2). */
+#undef ACE_LACKS_PWD_REENTRANT_FUNCTIONS
+
+/* Platform lacks the readlink() function. */
+#undef ACE_LACKS_READLINK
+
+/* Platform lacks the rename() function. */
+#undef ACE_LACKS_RENAME
+
+/* Platform lacks recvmsg() */
+#undef ACE_LACKS_RECVMSG
+
+/* Platform lacks readers/writer locks. */
+#undef ACE_LACKS_RWLOCK_T
+
+/* Platform lacks a working sbrk() (e.g., Win32 and VxWorks) */
+#undef ACE_LACKS_SBRK
+
+/* Platform lacks struct sembuf (e.g., Win32 and VxWorks) */
+#undef ACE_LACKS_SEMBUF_T
+
+/* Platform lacks pthread_attr_setdetachstate() (e.g., HP/UX 10.x) */
+#undef ACE_LACKS_SETDETACH
+
+/* Platform lacks pthread_attr_setsched() (e.g. MVS) */
+#undef ACE_LACKS_SETSCHED
+
+/* Platform lacks struct sigaction (e.g., Win32 and Chorus) */
+#undef ACE_LACKS_SIGACTION
+
+/* Platform lacks "signed char" type (broken!) */
+#undef ACE_LACKS_SIGNED_CHAR
+
+/* Platform lacks signal sets (e.g., Chorus and Win32) */
+#undef ACE_LACKS_SIGSET
+
+/* Platform/compiler lacks strrchr () function. */
+#undef ACE_LACKS_STRRCHR
+
+/* Platforms/compiler lacks the sys_nerr variable (e.g., VxWorks and MVS). */
+#undef ACE_LACKS_SYS_NERR
+
+/* Platform lacks sys/msg.h (e.g., Chorus and VxWorks) */
+#undef ACE_LACKS_SYSV_MSG_H
+
+/* Platform lacks key_t (e.g., Chorus, VxWorks, Win32) */
+#undef ACE_LACKS_KEY_T
+
+/* Platform lacks sendmsg() */
+#undef ACE_LACKS_SENDMSG
+
+/* Platform lacks the si_addr field of siginfo_t (e.g., VxWorks and
+ HP/UX 10.x) */
+#undef ACE_LACKS_SI_ADDR
+
+/* Platform lacks System V shared memory (e.g., Win32 and VxWorks) */
+#undef ACE_LACKS_SYSV_SHMEM
+
+/* Platform lacks the siginfo.h include file (e.g., MVS) */
+#undef ACE_LACKS_SIGINFO_H
+
+/* Platform doesn't support SO_SNDBUF/SO_RCVBUF (used in TAO) */
+#undef ACE_LACKS_SOCKET_BUFSIZ
+
+/* Platform lacks the socketpair() call (e.g., SCO UNIX) */
+#undef ACE_LACKS_SOCKETPAIR
+
+/* Compiler doesn't support static data member templates */
+#undef ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
+
+/* Compiler/platform lacks strcasecmp() (e.g., DG/UX, UNIXWARE, VXWORKS) */
+#undef ACE_LACKS_STRCASECMP
+
+/* Platform doesn't define struct strrecvfd. */
+#undef ACE_LACKS_STRRECVFD
+
+/* Platform doesn't have syscall() prototype */
+#undef ACE_LACKS_SYSCALL
+
+/* Platform lacks <sys/types.h> header file */
+#undef ACE_LACKS_SYS_TYPES_H
+
+/* Header files lack t_errno for TLI */
+#undef ACE_LACKS_T_ERRNO
+
+/* Platform doesn't have netinet/tcp.h */
+#undef ACE_LACKS_TCP_H
+
+/* OS does not support TCP_NODELAY */
+#undef ACE_LACKS_TCP_NODELAY
+
+/* Platform lacks pthread_attr_setscope() */
+#undef ACE_LACKS_THREAD_PROCESS_SCOPING
+
+/* Platform lacks pthread_attr_setstacksize() (e.g., Linux pthreads) */
+#undef ACE_LACKS_THREAD_STACK_SIZE
+
+/* MIT pthreads platform lacks the timedwait prototypes */
+#undef ACE_LACKS_TIMEDWAIT_PROTOTYPES
+
+/* Platform does not define timepec_t as a typedef for struct timespec. */
+#undef ACE_LACKS_TIMESPEC_T
+
+/* Platform doesn't have truncate() (e.g., vxworks) */
+#undef ACE_LACKS_TRUNCATE
+
+/* Platform/compiler lacks the getpgid() prototype */
+#undef ACE_LACKS_GETPGID_PROTOTYPE
+
+/* Platform/compiler lacks the strptime() prototype */
+#undef ACE_LACKS_STRPTIME_PROTOTYPE
+
+/* Platform/compiler lacks the strtok_r() prototype */
+#undef ACE_LACKS_STRTOK_R_PROTOTYPE
+
+/* Platform/compiler lacks the lseek64() prototype */
+#undef ACE_LACKS_LSEEK64_PROTOTYPE
+
+/* Platform/compiler lacks the pread() and pwrite() prototypes */
+#undef ACE_LACKS_PREAD_PROTOTYPE
+
+/* Platform/compiler lacks the ualarm() prototype (e.g., Solaris) */
+#undef ACE_LACKS_UALARM_PROTOTYPE
+
+/* Compiler does not have any istream operator>> for chars, u_chars, or
+ signed chars. */
+#undef ACE_LACKS_CHAR_RIGHT_SHIFTS
+
+/* Compiler does not have operator>> (istream &, u_char *) or
+ operator>> (istream &, signed char *) */
+#undef ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS
+
+/* Platform lacks the ucontext.h file */
+#undef ACE_LACKS_UCONTEXT_H
+
+/* Platform lacks the unistd.h file (e.g., VxWorks and Win32) */
+#undef ACE_LACKS_UNISTD_H
+
+/* ACE platform has no UNIX domain sockets */
+#undef ACE_LACKS_UNIX_DOMAIN_SOCKETS
+
+/* Platform lacks full signal support (e.g., Win32 and Chorus). */
+#undef ACE_LACKS_UNIX_SIGNALS
+
+/* Platform lacks struct utsname (e.g., Win32 and VxWorks) */
+#undef ACE_LACKS_UTSNAME_T
+
+/* Platform lacks wchar_t typedef */
+#undef ACE_LACKS_WCHAR_T
+
+/* The bind() call will not select the port if it's 0. */
+#undef ACE_LACKS_WILDCARD_BIND
+
+/* Renames "main (int, char *[])", for platforms such as g++/VxWorks that
+ don't allow main. Requires the use of ACE_HAS_NONSTATIC_OBJECT_MANAGER. */
+#undef ACE_MAIN
+
+/* Compile using multi-thread libraries */
+#undef ACE_MT_SAFE
+
+/* Turns off debugging features */
+#undef ACE_NDEBUG
+
+/* Necessary with some compilers to pass ACE_TTY_IO as parameter to
+ DEV_Connector. */
+#undef ACE_NEEDS_DEV_IO_CONVERSION
+
+/* Required by platforms with small default stacks. */
+#undef ACE_NEEDS_HUGE_THREAD_STACKSIZE
+
+/* OS has LWPs, and when the priority of a bound thread is set, then the LWP
+ priority must be set also. */
+#undef ACE_NEEDS_LWP_PRIO_SET
+
+/* Platform doesn't define readv, so use our own */
+#undef ACE_LACKS_READV
+
+/* Platform doesn't define writev, so use our own */
+#undef ACE_LACKS_WRITEV
+
+/* Platform needs regexpr.h for regular expression support */
+#undef ACE_NEEDS_REGEXPR_H
+
+/* Platform needs to #include <sched.h> to get thread scheduling defs. */
+#undef ACE_NEEDS_SCHED_H
+
+/* <time.h> doesn't automatically #include <sys/time.h> */
+#undef ACE_LACKS_SYSTIME_H
+
+/* Compiler's 'new' throws exception on failure (ANSI C++ behavior). */
+#undef ACE_NEW_THROWS_EXCEPTIONS
+
+/* Turns off the LM_DEBUG and LM_ERROR logging macros... */
+#undef ACE_NLOGGING
+
+/* Turns off the tracing feature. */
+#undef ACE_NTRACE
+
+/* Defines the page size of the system (not used on Win32 or with
+ ACE_HAS_GETPAGESIZE). */
+#undef ACE_PAGE_SIZE
+
+/* Platform uses int for select() rather than fd_set */
+#undef ACE_SELECT_USES_INT
+
+/* Compiler's template mechanism must use a pragma. This is used for AIX's
+ C++ compiler. */
+#undef ACE_TEMPLATES_REQUIRE_PRAGMA
+
+/* Compiler's template mechanim must see source code (i.e., .cpp files). This
+ is used for GNU G++. */
+#undef ACE_TEMPLATES_REQUIRE_SOURCE
+
+/* Compiler's template instantiation mechanism supports the use of explicit
+ C++ specializations for all used templates. This is also used for GNU G++
+ if you don't use the "repo" patches. */
+#undef ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
+
+/* Compiler's template instantiation mechanism supports the use of
+ "#pragma instantiate". Edison Design Group compilers, e.g., SGI C++ and
+ Green Hills 1.8.8 and later, support this. */
+#undef ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA
+
+/* Compiler requires a definition for a "hidden" function, e.g., a private,
+ unimplemented copy constructor or assignment operator. The SGI C++
+ compiler needs this, in template classes, with
+ ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA. */
+#undef ACE_NEEDS_FUNC_DEFINITIONS
+
+/* Device the platform uses for TCP on TLI. Only needed if not /dev/tcp. */
+#undef ACE_TLI_TCP_DEVICE
+
+/* Platform has broken poll() */
+#undef ACE_POLL_IS_BROKEN
+
+/* Platform has its standard c++ library in the namespace std. */
+#undef ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB
+
+/* The number of bytes in a double. */
+#undef SIZEOF_DOUBLE
+
+/* The number of bytes in a float. */
+#undef SIZEOF_FLOAT
+
+/* The number of bytes in a int. */
+#undef SIZEOF_INT
+
+/* The number of bytes in a long. */
+#undef SIZEOF_LONG
+
+/* The number of bytes in a long double. */
+#undef SIZEOF_LONG_DOUBLE
+
+/* The number of bytes in a long long. */
+#undef SIZEOF_LONG_LONG
+
+/* The number of bytes in a short. */
+#undef SIZEOF_SHORT
+
+/* The number of bytes in a signed char. */
+#undef SIZEOF_SIGNED_CHAR
+
+/* The number of bytes in a void *. */
+#undef SIZEOF_VOID_P
+
+/* Define if you have the execv function. */
+#undef HAVE_EXECV
+
+/* Define if you have the execve function. */
+#undef HAVE_EXECVE
+
+/* Define if you have the execvp function. */
+#undef HAVE_EXECVP
+
+/* Define if you have the <dirent.h> header file. */
+#undef HAVE_DIRENT_H
+
+/* Define if you have the <fstream> header file. */
+#undef HAVE_FSTREAM
+
+/* Define if you have the <iomanip> header file. */
+#undef HAVE_IOMANIP
+
+/* Define if you have the <ios> header file. */
+#undef HAVE_IOS
+
+/* Define if you have the <iostream> header file. */
+#undef HAVE_IOSTREAM
+
+/* Define if you have the <istream> header file. */
+#undef HAVE_ISTREAM
+
+/* Define if you have the <ndir.h> header file. */
+#undef HAVE_NDIR_H
+
+/* Define if you have the <ostream> header file. */
+#undef HAVE_OSTREAM
+
+/* Define if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H
+
+/* Define if you have the <streambuf> header file. */
+#undef HAVE_STREAMBUF
+
+/* Define if you have the <sys/dir.h> header file. */
+#undef HAVE_SYS_DIR_H
+
+/* Define if you have the <sys/ndir.h> header file. */
+#undef HAVE_SYS_NDIR_H
+
+/* Define if you have the dld library (-ldld). */
+#undef HAVE_LIBDLD
+
+
+#endif /* ACE_CONFIG_H */
diff --git a/aclocal.m4 b/aclocal.m4
index 82de74d3c26..506c9a5a346 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -10,6 +10,518 @@ dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
dnl PARTICULAR PURPOSE.
+dnl -------------------------------------------------------------------------
+dnl $Id$
+dnl
+dnl ACE M4 include file which contains general M4 macros
+dnl to be used by the ACE configure script.
+dnl
+dnl The macros in this file were designed for ACE but should be
+dnl general enough for general use.
+dnl
+dnl -------------------------------------------------------------------------
+
+dnl Copyright (C) 1998, 1999 Ossama Othman
+dnl
+dnl All Rights Reserved
+dnl
+dnl This library is free software; you can redistribute it and/or
+dnl modify it under the current ACE distribution terms.
+dnl
+dnl This library is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+
+dnl miscellaneous macros
+
+dnl Prevent the configure script continuing any further if a CVS control
+dnl directory is found. The idea is to prevent files generated during
+dnl configuration and build from be checked in to the CVS repository that
+dnl the sources are checked into. This should only be an issue for
+dnl maintainers, not end-users. Maintainers should configure and build in
+dnl a directory that doesn't contain any CVS controlled sources and files,
+dnl i.e. that doesn't contain a CVS directory.
+dnl
+dnl Usage: ACE_CHECK_FOR_CVS_DIR
+AC_DEFUN(ACE_CHECK_FOR_CVS_DIR,
+[
+ if test -d CVS; then
+ AC_MSG_ERROR(
+ [
+ This error is meant for maintainers:
+
+ Please configure and build in a non-CVS controlled directory.
+ Doing so will prevent accidentally committing automatically
+ generated files into the CVS repository and help ensure that
+ the generated files and build scheme are correct.
+
+ For example, try the following from the top-level source
+ directory:
+
+ mkdir objdir
+ cd objdir
+ ../configure
+
+ This will create a build space in the directory `objdir'.
+ ])
+ fi
+])
+
+dnl Add compiler flags to the CXXFLAGS and CFLAGS variables when doing an
+dnl AC_TRY_COMPILE (not ACE_TRY_COMPILE).
+dnl Use this macro when adding include directories to the compiler flags,
+dnl for example.
+dnl Usage: ACE_TRY_COMPILE(COMPILER-FLAGS, INCLUDES, FUNCTION-BODY,
+dnl [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]])
+AC_DEFUN(ACE_TRY_COMPILE, dnl
+[
+ ace_pre_try_CXXFLAGS="$CXXFLAGS"
+ CXXFLAGS="$CXXFLAGS $1"
+
+ ace_pre_try_CFLAGS="$CFLAGS"
+ CFLAGS="$CFLAGS $1"
+
+ AC_TRY_COMPILE($2, $3, $4, $5)
+
+ dnl Restore the C++ and C flags
+ CXXFLAGS="$ace_pre_try_CXXFLAGS"
+ CFLAGS="$ace_pre_try_CFLAGS"
+
+])
+
+dnl Create a temporary empty file and remove it after commands are done using
+dnl it. The directory in which the temporary file will be created in must
+dnl exist. Files will be created under the source directory, not the build
+dnl directory.
+dnl Use this macro when you need a particular file available but want it to be
+dnl empty. This is useful to prevent conflicts with autoconf's confdefs.h
+dnl header when doing an AC_TRY_COMPILE.
+dnl Usage: ACE_USE_TEMP_FILE(TEMP-FILE-TO-CREATE, COMMANDS-THAT-WILL-USE-IT)
+AC_DEFUN(ACE_USE_TEMP_FILE, dnl
+[
+ if test -f ${srcdir}/$1; then
+ mv ${srcdir}/$1 ${srcdir}/$1.conf
+ fi
+
+ touch ${srcdir}/$1
+
+ $2
+
+ if test -f ${srcdir}/$1.conf; then
+ mv ${srcdir}/$1.conf ${srcdir}/$1
+ else
+ rm ${srcdir}/$1
+ fi
+])
+
+dnl Run given test(s) with warnings converted to errors
+dnl Usage: ACE_CONVERT_WARNINGS_TO_ERRORS(TEST-BLOCK)
+AC_DEFUN(ACE_CONVERT_WARNINGS_TO_ERRORS, dnl
+[
+dnl If we are using GNU C++, add the "-Werror" compiler flag to the
+dnl current set of flags so that compiler warnings become errors. We
+dnl do this to cause certain tests to fail when they are supposed to
+dnl fail. Some of the tests pass because the GNU C++ compiler issues
+dnl warnings instead of errors when errors should occur.
+dnl Other "treat warnings as errors" flags for other compilers should
+dnl be added if possible.
+ ace_pre_warning_CXXFLAGS="$CXXFLAGS"
+
+ if test -n "$GXX"; then
+ CXXFLAGS="$CXXFLAGS -Werror"
+ else
+ case $target in
+ *solaris*)
+ if test "$CXX" = CC; then
+ CXXFLAGS="$CXXFLAGS -xwe"
+ fi
+ ;;
+ *) ;;
+ esac
+ fi
+
+ $1
+
+ CXXFLAGS="$ace_pre_warning_CXXFLAGS"
+])
+
+dnl Wrapper around AC_CACHE_VAL used to ensure "ACTION-IF" commands are run
+dnl even if results have been previously cached.
+dnl Usage: ACE_CACHE_CHECK(MESSAGE, CACHE-ID, COMMANDS-TO-SET-CACHE-VAL,
+dnl ACTION-IF-CACHE-ID-IS-YES,
+dnl ACTION-IF-CACHE-ID-IS-NO)
+dnl The COMMANDS-TO-SET-CACHE-VAL should set the CACHE-ID to yes or "no,"
+dnl otherwise the "ACTION-IF*" commands may not run. The
+dnl COMMANDS-TO-SET-CACHE-VAL should only set the CACHE value. For example,
+dnl no AC_DEFINES should be placed in the COMMANDS-TO-SET-CACHE-VAL.
+AC_DEFUN(ACE_CACHE_CHECK,
+[
+ AC_MSG_CHECKING([$1])
+ AC_CACHE_VAL([$2], [$3])
+ AC_MSG_RESULT([$]$2)
+ if test "[$]$2" != no; then
+ ace_just_a_place_holder=fixme
+ifelse([$4], , :, [$4])
+ else
+ ace_just_a_place_holder=fixme
+ifelse([$5], , , [$5
+])
+ fi
+])
+
+dnl checks for programs
+
+dnl checks for libraries
+
+dnl checks for header files
+
+dnl checks for typedefs
+
+dnl Check for specific typedef in given header file
+dnl Usage: ACE_CHECK_TYPE(TYPEDEF, INCLUDE,
+dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+dnl This macro can only check for one typedef in one header file at a time!!
+AC_DEFUN(ACE_CHECK_TYPE, dnl
+[
+dnl AC_REQUIRE([AC_PROG_CXX])
+dnl AC_REQUIRE([AC_PROG_CXXCPP])
+dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
+
+ ACE_CACHE_CHECK(for $1 in $2, ace_cv_type_$1,
+ [
+ AC_TRY_COMPILE(
+ [
+#include <$2>
+ ],
+ [
+ $1 ace_$1;
+ ],
+ [
+ ace_cv_type_$1=yes
+ ],
+ [
+ ace_cv_type_$1=no
+ ])
+ ], $3, $4)
+])
+
+
+dnl checks for structures
+
+dnl Check for specific struct in given header file
+dnl Usage: ACE_CHECK_STRUCT(STRUCTURE, INCLUDE,
+dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+dnl This macro can only check for one struct in one header file at a time!!
+AC_DEFUN(ACE_CHECK_STRUCT, dnl
+[
+dnl AC_REQUIRE([AC_PROG_CXX])
+dnl AC_REQUIRE([AC_PROG_CXXCPP])
+dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
+
+dnl Do the transliteration at runtime so arg 1 can be a shell variable.
+dnl ac_safe=`echo "$1" | sed 'y%./+-%__p_%'`
+
+ ACE_CACHE_CHECK(for struct $1 in $2, ace_cv_struct_$1,
+ [
+ ACE_TRY_COMPILE_STRUCT($1, $2,
+ [
+ ace_cv_struct_$1=yes
+ ],
+ [
+ ace_cv_struct_$1=no
+ ])
+ ], $3, $4)
+])
+
+dnl Check for specific struct in given header file by compiling a test
+dnl program. This macro is used by ACE_CHECK_STRUCT.
+dnl Usage: ACE_TRY_COMPILE_STRUCT(STRUCTURE, INCLUDE,
+dnl [ACTION-IF-SUCCESSFUL[, ACTION-IF-NOT-SUCCESSFUL]])
+dnl This macro can only check for one struct in one header file at a time!!
+AC_DEFUN(ACE_TRY_COMPILE_STRUCT, dnl
+[
+dnl AC_REQUIRE([AC_PROG_CXX])
+dnl AC_REQUIRE([AC_PROG_CXXCPP])
+dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
+
+ AC_TRY_COMPILE(
+ [
+#include <$2>
+ ],
+ [
+ struct $1 ace_$1;
+ ],
+ [
+ $3
+ ],
+ [
+dnl Some compilers don't like the "struct" but we need the struct for some
+dnl platforms to resolve ambiguities between functions and structures with
+dnl with the same name. So, we try the same test but without "struct" if
+dnl the above test with "struct" fails. If both tests fail, then we can
+dnl be reasonably sure that we don't have the structure we are testing for.
+ AC_TRY_COMPILE(
+ [
+#include <$2>
+ ],
+ [
+ $1 ace_$1;
+ ],
+ [
+ $3
+ ],
+ [
+ $4
+ ])
+ ])
+])
+
+dnl checks for variables
+
+dnl checks for compiler characteristics
+
+dnl checks for library functions
+
+dnl Check for function using prototype in header
+dnl This macro is used if a function is called a different name in a given
+dnl library than what is in the header file but the difference is made
+dnl transparent to the user since the header may provide a macro to make
+dnl things "transparent." If the given header does not exist then this
+dnl macro acts just like the standard AC_CHECK_FUNC macro.
+dnl Usage: ACE_CHECK_FUNC(FUNCTION, HEADER,
+dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+AC_DEFUN(ACE_CHECK_FUNC, dnl
+[
+dnl AC_REQUIRE([AC_PROG_CXX])
+dnl AC_REQUIRE([AC_PROG_CXXCPP])
+dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
+ AC_REQUIRE([AC_PROG_AWK])
+
+ AC_TRY_CPP(
+ [
+#include <$2>
+ ], ace_header_exists=yes, ace_header_exists=no)
+
+ cat > conftest.$ac_ext <<EOF
+
+#include <$2>
+ ACE_REAL_FUNCTION $1
+
+EOF
+
+ if test "$ace_header_exists" = yes; then
+ if test -z "$AWK"; then
+ AC_MSG_WARN(No awk program found. "Real" function may not be found.)
+ fi
+
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ egrep "ACE_REAL_FUNCTION" |
+ (eval "$AWK '{print \[$]2}' > conftest.awk 2>&1"); then
+ rm -f conftest.$ac_ext
+ ace_real_function=`cat conftest.awk`
+ rm -f conftest.awk
+ fi
+
+ if test $1 != "$ace_real_function"; then
+ AC_MSG_CHECKING(for real $1 from $2)
+ AC_MSG_RESULT($ace_real_function)
+ fi
+ else
+ ace_real_function=$1
+ fi dnl test "$ace_header_not_exist" != yes
+
+ AC_CHECK_FUNC($ace_real_function, $3, $4)
+])
+
+dnl Check for function in library using prototype in header
+dnl This macro is used if a function is called a different name in a given
+dnl library than what is in the header file but the difference is made
+dnl transparent to the user since the header may provide a macro to make
+dnl things "transparent." If the given header does not exist then this
+dnl macro acts just like the standard AC_CHECK_LIB macro.
+dnl Usage: ACE_CHECK_LIB(LIBRARY, FUNCTION, HEADER,
+dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+AC_DEFUN(ACE_CHECK_LIB, dnl
+[
+dnl AC_REQUIRE([AC_PROG_CXX])
+dnl AC_REQUIRE([AC_PROG_CXXCPP])
+dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
+ AC_REQUIRE([AC_PROG_AWK])
+
+ AC_TRY_CPP(
+ [
+#include <$3>
+ ], ace_header_exists=yes, ace_header_exists=no)
+
+ cat > conftest.$ac_ext <<EOF
+
+#include <$3>
+ ACE_REAL_FUNCTION $2
+
+EOF
+
+ if test "$ace_header_exists" = yes; then
+ if test -z "$AWK"; then
+ AC_MSG_WARN(No awk program found. "Real" function in library may not be found.)
+ fi
+
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ egrep "ACE_REAL_FUNCTION" |
+ eval "$AWK '{print \[$]2}'" > conftest.awk 2>&1; then
+ rm -f conftest.$ac_ext
+ ace_real_function=`cat conftest.awk`
+ rm -f conftest.awk
+ fi
+
+ if test $2 != "$ace_real_function"; then
+ AC_MSG_CHECKING(for real $2 from $3)
+ AC_MSG_RESULT($ace_real_function)
+ fi
+ else
+ ace_real_function=$2
+ fi dnl test "$ace_header_not_exist" != yes
+
+ AC_CHECK_LIB($1, $ace_real_function, $4, $5)
+])
+
+
+dnl checks for structures
+
+dnl checks for system services
+
+
+dnl *********************** SPECIAL SECTION *******************************
+dnl
+dnl This section contains my own *re*implementation of the functionality
+dnl provided by some tests/macros found in GNU Autoconf since the ones found
+dnl in Autoconf don't appear to work as expected.
+dnl
+dnl -Ossama Othman <ossama@debian.org>
+dnl
+dnl The copyright for the following macros is listed below.
+dnl Note that all macros listed prior to this section are copyrighted
+dnl by Ossama Othman, not the Free Software Foundation. Nevertheless,
+dnl all software found in this file is free software. Please read the
+dnl distribution terms found at the top of this file and the ones below.
+
+dnl Parameterized macros.
+dnl Requires GNU m4.
+dnl This file is part of Autoconf.
+dnl Copyright (C) 1992, 93, 94, 95, 96, 1998 Free Software Foundation, Inc.
+dnl
+dnl This program is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2, or (at your option)
+dnl any later version.
+dnl
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program; if not, write to the Free Software
+dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+dnl 02111-1307, USA.
+dnl
+dnl As a special exception, the Free Software Foundation gives unlimited
+dnl permission to copy, distribute and modify the configure scripts that
+dnl are the output of Autoconf. You need not follow the terms of the GNU
+dnl General Public License when using or distributing such scripts, even
+dnl though portions of the text of Autoconf appear in them. The GNU
+dnl General Public License (GPL) does govern all other use of the material
+dnl that constitutes the Autoconf program.
+dnl
+dnl Certain portions of the Autoconf source text are designed to be copied
+dnl (in certain cases, depending on the input) into the output of
+dnl Autoconf. We call these the "data" portions. The rest of the Autoconf
+dnl source text consists of comments plus executable code that decides which
+dnl of the data portions to output in any given case. We call these
+dnl comments and executable code the "non-data" portions. Autoconf never
+dnl copies any of the non-data portions into its output.
+dnl
+dnl This special exception to the GPL applies to versions of Autoconf
+dnl released by the Free Software Foundation. When you make and
+dnl distribute a modified version of Autoconf, you may extend this special
+dnl exception to the GPL to apply to your modified version as well, *unless*
+dnl your modified version has the potential to copy into its output some
+dnl of the text that was the non-data portion of the version that you started
+dnl with. (In other words, unless your change moves or copies text from
+dnl the non-data portions to the data portions.) If your modification has
+dnl such potential, you must delete any notice of this special exception
+dnl to the GPL from your modified version.
+dnl
+dnl Written by David MacKenzie, with help from
+dnl Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
+dnl Roland McGrath, Noah Friedman, david d zuhn, and many others.
+
+
+dnl Usage: ACE_SEARCH_LIBS(FUNCTION, SEARCH-LIBS [, ACTION-IF-FOUND
+dnl [, ACTION-IF-NOT-FOUND [, OTHER-LIBRARIES]]])
+dnl Search for a library defining FUNCTION, if it's not already available.
+AC_DEFUN(ACE_SEARCH_LIBS,
+[
+ AC_CACHE_CHECK(for library containing $1, ac_cv_search_$1,
+ [
+ ac_func_search_save_LIBS="$LIBS"
+
+ ac_cv_search_$1="no"
+
+ ACE_TRY_LINK_FUNC([$1], [ac_cv_search_$1="none required"])
+
+ test "$ac_cv_search_$1" = "no" && for i in $2; do
+ LIBS="-l$i $5 $ac_func_search_save_LIBS"
+ ACE_TRY_LINK_FUNC($1,
+ [
+ ac_cv_search_$1="-l$i"
+ break
+ ])
+ done
+
+ LIBS="$ac_func_search_save_LIBS"
+ ])
+
+ if test "$ac_cv_search_$1" != "no"; then
+ test "$ac_cv_search_$1" = "none required" || LIBS="$ac_cv_search_$1 $LIBS"
+ $3
+ else :
+ $4
+ fi
+])
+
+dnl Usage: ACE_TRY_LINK_FUNC(FUNCTION,[, ACTION-IF-FOUND
+dnl [, ACTION-IF-NOT-FOUND])
+dnl Search for a library defining FUNCTION, if it's not already available.
+AC_DEFUN(ACE_TRY_LINK_FUNC,
+[
+AC_TRY_LINK(
+dnl Don't include <ctype.h> because on OSF/1 3.0 it includes <sys/types.h>
+dnl which includes <sys/select.h> which contains a prototype for
+dnl select. Similarly for bzero.
+[/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $1(); below. */
+#include <assert.h>
+/* Override any gcc2 internal prototype to avoid an error. */
+]ifelse(AC_LANG, CPLUSPLUS, [#ifdef __cplusplus
+extern "C"
+#endif
+])dnl
+[/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char $1();
+], [
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined (__stub_$1) || defined (__stub___$1)
+choke me
+#else
+$1();
+#endif
+],[$2],[$3])
+])
+
# Do all the work for Automake. This macro actually does too much --
# some checks are only needed if your package does certain things.
# But this isn't really a big deal.
@@ -1387,509 +1899,6 @@ ifelse([AC_DISABLE_FAST_INSTALL])dnl
dnl -------------------------------------------------------------------------
dnl $Id$
dnl
-dnl ACE M4 include file which contains general M4 macros
-dnl to be used by the ACE configure script.
-dnl
-dnl The macros in this file were designed for ACE but should be
-dnl general enough for general use.
-dnl
-dnl -------------------------------------------------------------------------
-
-dnl Copyright (C) 1998, 1999 Ossama Othman
-dnl
-dnl All Rights Reserved
-dnl
-dnl This library is free software; you can redistribute it and/or
-dnl modify it under the current ACE distribution terms.
-dnl
-dnl This library is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-
-dnl miscellaneous macros
-
-dnl Prevent the configure script continuing any further if a CVS control
-dnl directory is found. The idea is to prevent files generated during
-dnl configuration and build from be checked in to the CVS repository that
-dnl the sources are checked into. This should only be an issue for
-dnl maintainers, not end-users. Maintainers should configure and build in
-dnl a directory that doesn't contain any CVS controlled sources and files,
-dnl i.e. that doesn't contain a CVS directory.
-dnl
-dnl Usage: ACE_CHECK_FOR_CVS_DIR
-AC_DEFUN(ACE_CHECK_FOR_CVS_DIR,
-[
- if test -d CVS; then
- AC_MSG_ERROR(
- [
- This error is meant for maintainers:
-
- Please configure and build in a non-CVS controlled directory.
- Doing so will prevent accidentally committing automatically
- generated files into the CVS repository and help ensure that
- the generated files and build scheme are correct.
- ])
- fi
-])
-
-dnl Add compiler flags to the CXXFLAGS and CFLAGS variables when doing an
-dnl AC_TRY_COMPILE (not ACE_TRY_COMPILE).
-dnl Use this macro when adding include directories to the compiler flags,
-dnl for example.
-dnl Usage: ACE_TRY_COMPILE(COMPILER-FLAGS, INCLUDES, FUNCTION-BODY,
-dnl [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]])
-AC_DEFUN(ACE_TRY_COMPILE, dnl
-[
- ace_pre_try_CXXFLAGS="$CXXFLAGS"
- CXXFLAGS="$CXXFLAGS $1"
-
- ace_pre_try_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS $1"
-
- AC_TRY_COMPILE($2, $3, $4, $5)
-
- dnl Restore the C++ and C flags
- CXXFLAGS="$ace_pre_try_CXXFLAGS"
- CFLAGS="$ace_pre_try_CFLAGS"
-
-])
-
-dnl Create a temporary empty file and remove it after commands are done using
-dnl it. The directory in which the temporary file will be created in must
-dnl exist. Files will be created under the source directory, not the build
-dnl directory.
-dnl Use this macro when you need a particular file available but want it to be
-dnl empty. This is useful to prevent conflicts with autoconf's confdefs.h
-dnl header when doing an AC_TRY_COMPILE.
-dnl Usage: ACE_USE_TEMP_FILE(TEMP-FILE-TO-CREATE, COMMANDS-THAT-WILL-USE-IT)
-AC_DEFUN(ACE_USE_TEMP_FILE, dnl
-[
- if test -f ${srcdir}/$1; then
- mv ${srcdir}/$1 ${srcdir}/$1.conf
- fi
-
- touch ${srcdir}/$1
-
- $2
-
- if test -f ${srcdir}/$1.conf; then
- mv ${srcdir}/$1.conf ${srcdir}/$1
- else
- rm ${srcdir}/$1
- fi
-])
-
-dnl Run given test(s) with warnings converted to errors
-dnl Usage: ACE_CONVERT_WARNINGS_TO_ERRORS(TEST-BLOCK)
-AC_DEFUN(ACE_CONVERT_WARNINGS_TO_ERRORS, dnl
-[
-dnl If we are using GNU C++, add the "-Werror" compiler flag to the
-dnl current set of flags so that compiler warnings become errors. We
-dnl do this to cause certain tests to fail when they are supposed to
-dnl fail. Some of the tests pass because the GNU C++ compiler issues
-dnl warnings instead of errors when errors should occur.
-dnl Other "treat warnings as errors" flags for other compilers should
-dnl be added if possible.
- ace_pre_warning_CXXFLAGS="$CXXFLAGS"
-
- if test -n "$GXX"; then
- CXXFLAGS="$CXXFLAGS -Werror"
- else
- case $target in
- *solaris*)
- if test "$CXX" = CC; then
- CXXFLAGS="$CXXFLAGS -xwe"
- fi
- ;;
- *) ;;
- esac
- fi
-
- $1
-
- CXXFLAGS="$ace_pre_warning_CXXFLAGS"
-])
-
-dnl Wrapper around AC_CACHE_VAL used to ensure "ACTION-IF" commands are run
-dnl even if results have been previously cached.
-dnl Usage: ACE_CACHE_CHECK(MESSAGE, CACHE-ID, COMMANDS-TO-SET-CACHE-VAL,
-dnl ACTION-IF-CACHE-ID-IS-YES,
-dnl ACTION-IF-CACHE-ID-IS-NO)
-dnl The COMMANDS-TO-SET-CACHE-VAL should set the CACHE-ID to yes or "no,"
-dnl otherwise the "ACTION-IF*" commands may not run. The
-dnl COMMANDS-TO-SET-CACHE-VAL should only set the CACHE value. For example,
-dnl no AC_DEFINES should be placed in the COMMANDS-TO-SET-CACHE-VAL.
-AC_DEFUN(ACE_CACHE_CHECK,
-[
- AC_MSG_CHECKING([$1])
- AC_CACHE_VAL([$2], [$3])
- AC_MSG_RESULT([$]$2)
- if test "[$]$2" != no; then
- ace_just_a_place_holder=fixme
-ifelse([$4], , :, [$4])
- else
- ace_just_a_place_holder=fixme
-ifelse([$5], , , [$5
-])
- fi
-])
-
-dnl checks for programs
-
-dnl checks for libraries
-
-dnl checks for header files
-
-dnl checks for typedefs
-
-dnl Check for specific typedef in given header file
-dnl Usage: ACE_CHECK_TYPE(TYPEDEF, INCLUDE,
-dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-dnl This macro can only check for one typedef in one header file at a time!!
-AC_DEFUN(ACE_CHECK_TYPE, dnl
-[
-dnl AC_REQUIRE([AC_PROG_CXX])
-dnl AC_REQUIRE([AC_PROG_CXXCPP])
-dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
-
- ACE_CACHE_CHECK(for $1 in $2, ace_cv_type_$1,
- [
- AC_TRY_COMPILE(
- [
-#include <$2>
- ],
- [
- $1 ace_$1;
- ],
- [
- ace_cv_type_$1=yes
- ],
- [
- ace_cv_type_$1=no
- ])
- ], $3, $4)
-])
-
-
-dnl checks for structures
-
-dnl Check for specific struct in given header file
-dnl Usage: ACE_CHECK_STRUCT(STRUCTURE, INCLUDE,
-dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-dnl This macro can only check for one struct in one header file at a time!!
-AC_DEFUN(ACE_CHECK_STRUCT, dnl
-[
-dnl AC_REQUIRE([AC_PROG_CXX])
-dnl AC_REQUIRE([AC_PROG_CXXCPP])
-dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
-
-dnl Do the transliteration at runtime so arg 1 can be a shell variable.
-dnl ac_safe=`echo "$1" | sed 'y%./+-%__p_%'`
-
- ACE_CACHE_CHECK(for struct $1 in $2, ace_cv_struct_$1,
- [
- ACE_TRY_COMPILE_STRUCT($1, $2,
- [
- ace_cv_struct_$1=yes
- ],
- [
- ace_cv_struct_$1=no
- ])
- ], $3, $4)
-])
-
-dnl Check for specific struct in given header file by compiling a test
-dnl program. This macro is used by ACE_CHECK_STRUCT.
-dnl Usage: ACE_TRY_COMPILE_STRUCT(STRUCTURE, INCLUDE,
-dnl [ACTION-IF-SUCCESSFUL[, ACTION-IF-NOT-SUCCESSFUL]])
-dnl This macro can only check for one struct in one header file at a time!!
-AC_DEFUN(ACE_TRY_COMPILE_STRUCT, dnl
-[
-dnl AC_REQUIRE([AC_PROG_CXX])
-dnl AC_REQUIRE([AC_PROG_CXXCPP])
-dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
-
- AC_TRY_COMPILE(
- [
-#include <$2>
- ],
- [
- struct $1 ace_$1;
- ],
- [
- $3
- ],
- [
-dnl Some compilers don't like the "struct" but we need the struct for some
-dnl platforms to resolve ambiguities between functions and structures with
-dnl with the same name. So, we try the same test but without "struct" if
-dnl the above test with "struct" fails. If both tests fail, then we can
-dnl be reasonably sure that we don't have the structure we are testing for.
- AC_TRY_COMPILE(
- [
-#include <$2>
- ],
- [
- $1 ace_$1;
- ],
- [
- $3
- ],
- [
- $4
- ])
- ])
-])
-
-dnl checks for variables
-
-dnl checks for compiler characteristics
-
-dnl checks for library functions
-
-dnl Check for function using prototype in header
-dnl This macro is used if a function is called a different name in a given
-dnl library than what is in the header file but the difference is made
-dnl transparent to the user since the header may provide a macro to make
-dnl things "transparent." If the given header does not exist then this
-dnl macro acts just like the standard AC_CHECK_FUNC macro.
-dnl Usage: ACE_CHECK_FUNC(FUNCTION, HEADER,
-dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-AC_DEFUN(ACE_CHECK_FUNC, dnl
-[
-dnl AC_REQUIRE([AC_PROG_CXX])
-dnl AC_REQUIRE([AC_PROG_CXXCPP])
-dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
- AC_REQUIRE([AC_PROG_AWK])
-
- AC_TRY_CPP(
- [
-#include <$2>
- ], ace_header_exists=yes, ace_header_exists=no)
-
- cat > conftest.$ac_ext <<EOF
-
-#include <$2>
- ACE_REAL_FUNCTION $1
-
-EOF
-
- if test "$ace_header_exists" = yes; then
- if test -z "$AWK"; then
- AC_MSG_WARN(No awk program found. "Real" function may not be found.)
- fi
-
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- egrep "ACE_REAL_FUNCTION" |
- (eval "$AWK '{print \[$]2}' > conftest.awk 2>&1"); then
- rm -f conftest.$ac_ext
- ace_real_function=`cat conftest.awk`
- rm -f conftest.awk
- fi
-
- if test $1 != "$ace_real_function"; then
- AC_MSG_CHECKING(for real $1 from $2)
- AC_MSG_RESULT($ace_real_function)
- fi
- else
- ace_real_function=$1
- fi dnl test "$ace_header_not_exist" != yes
-
- AC_CHECK_FUNC($ace_real_function, $3, $4)
-])
-
-dnl Check for function in library using prototype in header
-dnl This macro is used if a function is called a different name in a given
-dnl library than what is in the header file but the difference is made
-dnl transparent to the user since the header may provide a macro to make
-dnl things "transparent." If the given header does not exist then this
-dnl macro acts just like the standard AC_CHECK_LIB macro.
-dnl Usage: ACE_CHECK_LIB(LIBRARY, FUNCTION, HEADER,
-dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-AC_DEFUN(ACE_CHECK_LIB, dnl
-[
-dnl AC_REQUIRE([AC_PROG_CXX])
-dnl AC_REQUIRE([AC_PROG_CXXCPP])
-dnl AC_REQUIRE([AC_LANG_CPLUSPLUS])
- AC_REQUIRE([AC_PROG_AWK])
-
- AC_TRY_CPP(
- [
-#include <$3>
- ], ace_header_exists=yes, ace_header_exists=no)
-
- cat > conftest.$ac_ext <<EOF
-
-#include <$3>
- ACE_REAL_FUNCTION $2
-
-EOF
-
- if test "$ace_header_exists" = yes; then
- if test -z "$AWK"; then
- AC_MSG_WARN(No awk program found. "Real" function in library may not be found.)
- fi
-
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- egrep "ACE_REAL_FUNCTION" |
- eval "$AWK '{print \[$]2}'" > conftest.awk 2>&1; then
- rm -f conftest.$ac_ext
- ace_real_function=`cat conftest.awk`
- rm -f conftest.awk
- fi
-
- if test $2 != "$ace_real_function"; then
- AC_MSG_CHECKING(for real $2 from $3)
- AC_MSG_RESULT($ace_real_function)
- fi
- else
- ace_real_function=$2
- fi dnl test "$ace_header_not_exist" != yes
-
- AC_CHECK_LIB($1, $ace_real_function, $4, $5)
-])
-
-
-dnl checks for structures
-
-dnl checks for system services
-
-
-dnl *********************** SPECIAL SECTION *******************************
-dnl
-dnl This section contains my own *re*implementation of the functionality
-dnl provided by some tests/macros found in GNU Autoconf since the ones found
-dnl in Autoconf don't appear to work as expected.
-dnl
-dnl -Ossama Othman <ossama@debian.org>
-dnl
-dnl The copyright for the following macros is listed below.
-dnl Note that all macros listed prior to this section are copyrighted
-dnl by Ossama Othman, not the Free Software Foundation. Nevertheless,
-dnl all software found in this file is free software. Please read the
-dnl distribution terms found at the top of this file and the ones below.
-
-dnl Parameterized macros.
-dnl Requires GNU m4.
-dnl This file is part of Autoconf.
-dnl Copyright (C) 1992, 93, 94, 95, 96, 1998 Free Software Foundation, Inc.
-dnl
-dnl This program is free software; you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation; either version 2, or (at your option)
-dnl any later version.
-dnl
-dnl This program is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-dnl GNU General Public License for more details.
-dnl
-dnl You should have received a copy of the GNU General Public License
-dnl along with this program; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-dnl 02111-1307, USA.
-dnl
-dnl As a special exception, the Free Software Foundation gives unlimited
-dnl permission to copy, distribute and modify the configure scripts that
-dnl are the output of Autoconf. You need not follow the terms of the GNU
-dnl General Public License when using or distributing such scripts, even
-dnl though portions of the text of Autoconf appear in them. The GNU
-dnl General Public License (GPL) does govern all other use of the material
-dnl that constitutes the Autoconf program.
-dnl
-dnl Certain portions of the Autoconf source text are designed to be copied
-dnl (in certain cases, depending on the input) into the output of
-dnl Autoconf. We call these the "data" portions. The rest of the Autoconf
-dnl source text consists of comments plus executable code that decides which
-dnl of the data portions to output in any given case. We call these
-dnl comments and executable code the "non-data" portions. Autoconf never
-dnl copies any of the non-data portions into its output.
-dnl
-dnl This special exception to the GPL applies to versions of Autoconf
-dnl released by the Free Software Foundation. When you make and
-dnl distribute a modified version of Autoconf, you may extend this special
-dnl exception to the GPL to apply to your modified version as well, *unless*
-dnl your modified version has the potential to copy into its output some
-dnl of the text that was the non-data portion of the version that you started
-dnl with. (In other words, unless your change moves or copies text from
-dnl the non-data portions to the data portions.) If your modification has
-dnl such potential, you must delete any notice of this special exception
-dnl to the GPL from your modified version.
-dnl
-dnl Written by David MacKenzie, with help from
-dnl Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
-dnl Roland McGrath, Noah Friedman, david d zuhn, and many others.
-
-
-dnl Usage: ACE_SEARCH_LIBS(FUNCTION, SEARCH-LIBS [, ACTION-IF-FOUND
-dnl [, ACTION-IF-NOT-FOUND [, OTHER-LIBRARIES]]])
-dnl Search for a library defining FUNCTION, if it's not already available.
-AC_DEFUN(ACE_SEARCH_LIBS,
-[
- AC_CACHE_CHECK(for library containing $1, ac_cv_search_$1,
- [
- ac_func_search_save_LIBS="$LIBS"
-
- ac_cv_search_$1="no"
-
- ACE_TRY_LINK_FUNC([$1], [ac_cv_search_$1="none required"])
-
- test "$ac_cv_search_$1" = "no" && for i in $2; do
- LIBS="-l$i $5 $ac_func_search_save_LIBS"
- ACE_TRY_LINK_FUNC($1,
- [
- ac_cv_search_$1="-l$i"
- break
- ])
- done
-
- LIBS="$ac_func_search_save_LIBS"
- ])
-
- if test "$ac_cv_search_$1" != "no"; then
- test "$ac_cv_search_$1" = "none required" || LIBS="$ac_cv_search_$1 $LIBS"
- $3
- else :
- $4
- fi
-])
-
-dnl Usage: ACE_TRY_LINK_FUNC(FUNCTION,[, ACTION-IF-FOUND
-dnl [, ACTION-IF-NOT-FOUND])
-dnl Search for a library defining FUNCTION, if it's not already available.
-AC_DEFUN(ACE_TRY_LINK_FUNC,
-[
-AC_TRY_LINK(
-dnl Don't include <ctype.h> because on OSF/1 3.0 it includes <sys/types.h>
-dnl which includes <sys/select.h> which contains a prototype for
-dnl select. Similarly for bzero.
-[/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $1(); below. */
-#include <assert.h>
-/* Override any gcc2 internal prototype to avoid an error. */
-]ifelse(AC_LANG, CPLUSPLUS, [#ifdef __cplusplus
-extern "C"
-#endif
-])dnl
-[/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $1();
-], [
-/* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_$1) || defined (__stub___$1)
-choke me
-#else
-$1();
-#endif
-],[$2],[$3])
-])
-
-dnl -------------------------------------------------------------------------
-dnl $Id$
-dnl
dnl threads.m4
dnl
dnl ACE M4 include file which contains ACE specific M4 macros
diff --git a/apps/Makefile.in b/apps/Makefile.in
new file mode 100644
index 00000000000..5f55213b1e2
--- /dev/null
+++ b/apps/Makefile.in
@@ -0,0 +1,316 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+@COMPILE_GPERF_TRUE@GPERF_DIR = gperf
+@COMPILE_GPERF_FALSE@GPERF_DIR =
+
+SUBDIRS = $(GPERF_DIR)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../ace/config.h
+CONFIG_CLEAN_FILES =
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DIST_SUBDIRS = gperf
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu apps/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = apps
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu apps/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(DIST_SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ chmod 777 $(distdir)/$$subdir; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-recursive
+dvi-am:
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am:
+install-exec: install-exec-recursive
+
+install-data-am:
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am:
+uninstall: uninstall-recursive
+all-am: Makefile
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-tags mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-tags clean-generic mostlyclean-am
+
+clean: clean-recursive
+
+distclean-am: distclean-tags distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+
+maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+
+.PHONY: 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 \
+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 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
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/apps/gperf/Makefile.in b/apps/gperf/Makefile.in
new file mode 100644
index 00000000000..3df5d55c976
--- /dev/null
+++ b/apps/gperf/Makefile.in
@@ -0,0 +1,520 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+SUBDIRS = src ##tests
+
+GPERF_VERSION = 2.0
+
+VERSION = $(GPERF_VERSION)
+
+info_TEXINFOS = gperf.texi
+
+man_MANS = gperf.1
+
+EXTRA_DIST = $(man_MANS) gperf.info
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../ace/config.h
+CONFIG_CLEAN_FILES =
+TEXI2DVI = texi2dvi
+INFO_DEPS = gperf.info
+DVIS = gperf.dvi
+TEXINFOS = gperf.texi
+man1dir = $(mandir)/man1
+MANS = $(man_MANS)
+
+NROFF = nroff
+DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in mdate-sh \
+stamp-vti texinfo.tex version.texi
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu apps/gperf/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+$(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@stamp-vti
+ @:
+
+$(srcdir)/stamp-vti: gperf.texi $(top_srcdir)/configure.in
+ @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/gperf.texi`" > vti.tmp
+ @echo "@set EDITION $(VERSION)" >> vti.tmp
+ @echo "@set VERSION $(VERSION)" >> vti.tmp
+ @cmp -s vti.tmp $(srcdir)/version.texi \
+ || (echo "Updating $(srcdir)/version.texi"; \
+ cp vti.tmp $(srcdir)/version.texi)
+ -@rm -f vti.tmp
+ @cp $(srcdir)/version.texi $@
+
+mostlyclean-vti:
+ -rm -f vti.tmp
+
+clean-vti:
+
+distclean-vti:
+
+maintainer-clean-vti:
+ -@MAINTAINER_MODE_TRUE@rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
+
+gperf.info: gperf.texi version.texi
+gperf.dvi: gperf.texi version.texi
+
+
+DVIPS = dvips
+
+.texi.info:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+
+.texi.dvi:
+ TEXINPUTS=.:$$TEXINPUTS \
+ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
+
+.texi:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+
+.texinfo.info:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+
+.texinfo:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+
+.texinfo.dvi:
+ TEXINPUTS=.:$$TEXINPUTS \
+ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
+
+.txi.info:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+
+.txi.dvi:
+ TEXINPUTS=.:$$TEXINPUTS \
+ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
+
+.txi:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+ && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+.dvi.ps:
+ $(DVIPS) $< -o $@
+
+install-info-am: $(INFO_DEPS)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(infodir)
+ @list='$(INFO_DEPS)'; \
+ for file in $$list; do \
+ d=$(srcdir); \
+ for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
+ if test -f $$d/$$ifile; then \
+ echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
+ $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
+ else : ; fi; \
+ done; \
+ done
+ @$(POST_INSTALL)
+ @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
+ list='$(INFO_DEPS)'; \
+ for file in $$list; do \
+ echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
+ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
+ done; \
+ else : ; fi
+
+uninstall-info:
+ $(PRE_UNINSTALL)
+ @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
+ ii=yes; \
+ else ii=; fi; \
+ list='$(INFO_DEPS)'; \
+ for file in $$list; do \
+ test -z "$ii" \
+ || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
+ done
+ @$(NORMAL_UNINSTALL)
+ list='$(INFO_DEPS)'; \
+ for file in $$list; do \
+ (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
+ done
+
+dist-info: $(INFO_DEPS)
+ list='$(INFO_DEPS)'; \
+ for base in $$list; do \
+ d=$(srcdir); \
+ for file in `cd $$d && eval echo $$base*`; do \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file; \
+ done; \
+ done
+
+mostlyclean-aminfo:
+ -rm -f gperf.aux gperf.cp gperf.cps gperf.dvi gperf.fn gperf.fns \
+ gperf.ky gperf.kys gperf.ps gperf.log gperf.pg gperf.toc \
+ gperf.tp gperf.tps gperf.vr gperf.vrs gperf.op gperf.tr \
+ gperf.cv gperf.cn
+
+clean-aminfo:
+
+distclean-aminfo:
+
+maintainer-clean-aminfo:
+ cd $(srcdir) && for i in $(INFO_DEPS); do \
+ rm -f $$i; \
+ if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
+ rm -f $$i-[0-9]*; \
+ fi; \
+ done
+
+install-man1:
+ $(mkinstalldirs) $(DESTDIR)$(man1dir)
+ @list='$(man1_MANS)'; \
+ l2='$(man_MANS)'; for i in $$l2; do \
+ case "$$i" in \
+ *.1*) list="$$list $$i" ;; \
+ esac; \
+ done; \
+ for i in $$list; do \
+ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+ else file=$$i; fi; \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
+ done
+
+uninstall-man1:
+ @list='$(man1_MANS)'; \
+ l2='$(man_MANS)'; for i in $$l2; do \
+ case "$$i" in \
+ *.1*) list="$$list $$i" ;; \
+ esac; \
+ done; \
+ for i in $$list; do \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
+ rm -f $(DESTDIR)$(man1dir)/$$inst; \
+ done
+install-man: $(MANS)
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-man1
+uninstall-man:
+ @$(NORMAL_UNINSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = apps/gperf
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu apps/gperf/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ chmod 777 $(distdir)/$$subdir; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
+ $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
+info-am: $(INFO_DEPS)
+info: info-recursive
+dvi-am: $(DVIS)
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am:
+install-exec: install-exec-recursive
+
+install-data-am: install-info-am install-man
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am: uninstall-info uninstall-man
+uninstall: uninstall-recursive
+all-am: Makefile $(INFO_DEPS) $(MANS)
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+ $(mkinstalldirs) $(DESTDIR)$(infodir) $(DESTDIR)$(mandir)/man1
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-vti mostlyclean-aminfo mostlyclean-tags \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-vti clean-aminfo clean-tags clean-generic \
+ mostlyclean-am
+
+clean: clean-recursive
+
+distclean-am: distclean-vti distclean-aminfo distclean-tags \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+
+maintainer-clean-am: maintainer-clean-vti maintainer-clean-aminfo \
+ maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+
+.PHONY: mostlyclean-vti distclean-vti clean-vti maintainer-clean-vti \
+install-info-am uninstall-info mostlyclean-aminfo distclean-aminfo \
+clean-aminfo maintainer-clean-aminfo install-man1 uninstall-man1 \
+install-man uninstall-man 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 \
+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 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
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/apps/gperf/src/Makefile.in b/apps/gperf/src/Makefile.in
new file mode 100644
index 00000000000..437824d733e
--- /dev/null
+++ b/apps/gperf/src/Makefile.in
@@ -0,0 +1,404 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+bin_PROGRAMS = gperf
+
+gperf_SOURCES = gperf.cpp Bool_Array.cpp Gen_Perf.cpp Hash_Table.cpp Iterator.cpp Key_List.cpp List_Node.cpp Options.cpp Vectors.cpp Version.cpp
+
+gperf_LDADD = $(top_builddir)/ace/libACE.la
+
+noinst_HEADERS = Bool_Array.h Gen_Perf.h Hash_Table.h Iterator.h Key_List.h List_Node.h Options.h Vectors.h
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(bin_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+gperf_OBJECTS = gperf.o Bool_Array.o Gen_Perf.o Hash_Table.o Iterator.o \
+Key_List.o List_Node.o Options.o Vectors.o Version.o
+gperf_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+gperf_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+HEADERS = $(noinst_HEADERS)
+
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/Bool_Array.P .deps/Gen_Perf.P .deps/Hash_Table.P \
+.deps/Iterator.P .deps/Key_List.P .deps/List_Node.P .deps/Options.P \
+.deps/Vectors.P .deps/Version.P .deps/gperf.P
+SOURCES = $(gperf_SOURCES)
+OBJECTS = $(gperf_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu apps/gperf/src/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-binPROGRAMS:
+
+clean-binPROGRAMS:
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+
+distclean-binPROGRAMS:
+
+maintainer-clean-binPROGRAMS:
+
+install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ if test -f $$p; then \
+ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+ else :; fi; \
+ done
+
+uninstall-binPROGRAMS:
+ @$(NORMAL_UNINSTALL)
+ list='$(bin_PROGRAMS)'; for p in $$list; do \
+ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+ done
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+gperf: $(gperf_OBJECTS) $(gperf_DEPENDENCIES)
+ @rm -f gperf
+ $(CXXLINK) $(gperf_LDFLAGS) $(gperf_OBJECTS) $(gperf_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = apps/gperf/src
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu apps/gperf/src/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am: install-binPROGRAMS
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am: uninstall-binPROGRAMS
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS) $(HEADERS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
+ distclean-tags distclean-depend distclean-generic \
+ clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-binPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
+maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/configure b/configure
index 00b50c1544f..0b8f850f982 100755
--- a/configure
+++ b/configure
@@ -7,6 +7,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
# Do all the work for Automake. This macro actually does too much --
# some checks are only needed if your package does certain things.
# But this isn't really a big deal.
@@ -174,50 +218,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -843,6 +843,27 @@ fi
+ if test -d CVS; then
+ { echo "configure: error:
+ This error is meant for maintainers:
+
+ Please configure and build in a non-CVS controlled directory.
+ Doing so will prevent accidentally committing automatically
+ generated files into the CVS repository and help ensure that
+ the generated files and build scheme are correct.
+
+ For example, try the following from the top-level source
+ directory:
+
+ mkdir objdir
+ cd objdir
+ ../configure
+
+ This will create a build space in the directory `objdir'.
+ " 1>&2; exit 1; }
+ fi
+
+
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
@@ -890,7 +911,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:894: checking host system type" >&5
+echo "configure:915: checking host system type" >&5
host_alias=$host
case "$host_alias" in
@@ -911,7 +932,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6
-echo "configure:915: checking target system type" >&5
+echo "configure:936: checking target system type" >&5
target_alias=$target
case "$target_alias" in
@@ -929,7 +950,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6
-echo "configure:933: checking build system type" >&5
+echo "configure:954: checking build system type" >&5
build_alias=$build
case "$build_alias" in
@@ -968,7 +989,7 @@ ACE_VERSION=`head -1 ${srcdir}/VERSION | sed 's/.*version \([0-9.]*\).*/\1/'`
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:972: checking for a BSD compatible install" >&5
+echo "configure:993: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1021,7 +1042,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
-echo "configure:1025: checking whether build environment is sane" >&5
+echo "configure:1046: checking whether build environment is sane" >&5
# Just in case
sleep 1
echo timestamp > conftestfile
@@ -1078,7 +1099,7 @@ test "$program_suffix" != NONE &&
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:1082: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:1103: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1117,7 +1138,7 @@ fi
missing_dir=`cd $ac_aux_dir && pwd`
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
-echo "configure:1121: checking for working aclocal" >&5
+echo "configure:1142: checking for working aclocal" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1130,7 +1151,7 @@ else
fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
-echo "configure:1134: checking for working autoconf" >&5
+echo "configure:1155: checking for working autoconf" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1143,7 +1164,7 @@ else
fi
echo $ac_n "checking for working automake""... $ac_c" 1>&6
-echo "configure:1147: checking for working automake" >&5
+echo "configure:1168: checking for working automake" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1156,7 +1177,7 @@ else
fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
-echo "configure:1160: checking for working autoheader" >&5
+echo "configure:1181: checking for working autoheader" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1169,7 +1190,7 @@ else
fi
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
-echo "configure:1173: checking for working makeinfo" >&5
+echo "configure:1194: checking for working makeinfo" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1191,7 +1212,7 @@ fi
# Pull the hash mark out of the macro call to avoid m4 problems.
ac_msg="whether #! works in shell scripts"
echo $ac_n "checking $ac_msg""... $ac_c" 1>&6
-echo "configure:1195: checking $ac_msg" >&5
+echo "configure:1216: checking $ac_msg" >&5
if eval "test \"`echo '$''{'ac_cv_sys_interpreter'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1215,7 +1236,7 @@ interpval="$ac_cv_sys_interpreter"
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1219: checking for $ac_word" >&5
+echo "configure:1240: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1245,7 +1266,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1249: checking for $ac_word" >&5
+echo "configure:1270: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1296,7 +1317,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1300: checking for $ac_word" >&5
+echo "configure:1321: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1328,7 +1349,7 @@ fi
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:1332: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:1353: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1339,12 +1360,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat > conftest.$ac_ext << EOF
-#line 1343 "configure"
+#line 1364 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
-if { (eval echo configure:1348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -1370,12 +1391,12 @@ if test $ac_cv_prog_cc_works = no; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:1374: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:1395: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1379: checking whether we are using GNU C" >&5
+echo "configure:1400: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1384,7 +1405,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -1403,7 +1424,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1407: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1428: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1435,7 +1456,7 @@ else
fi
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:1439: checking how to run the C preprocessor" >&5
+echo "configure:1460: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
@@ -1450,13 +1471,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 1454 "configure"
+#line 1475 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1460: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1467,13 +1488,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 1471 "configure"
+#line 1492 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1484,13 +1505,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
-#line 1488 "configure"
+#line 1509 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1516,10 +1537,10 @@ echo "$ac_t""$CPP" 1>&6
if test "x$CC" != xcc; then
echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
-echo "configure:1520: checking whether $CC and cc understand -c and -o together" >&5
+echo "configure:1541: checking whether $CC and cc understand -c and -o together" >&5
else
echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
-echo "configure:1523: checking whether cc understands -c and -o together" >&5
+echo "configure:1544: checking whether cc understands -c and -o together" >&5
fi
set dummy $CC; ac_cc="`echo $2 |
sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
@@ -1531,16 +1552,16 @@ else
# We do the test twice because some compilers refuse to overwrite an
# existing .o file with -o, though they will create one.
ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
-if { (eval echo configure:1535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
- test -f conftest.o && { (eval echo configure:1536: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
+if { (eval echo configure:1556: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
+ test -f conftest.o && { (eval echo configure:1557: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
then
eval ac_cv_prog_cc_${ac_cc}_c_o=yes
if test "x$CC" != xcc; then
# Test first that cc exists at all.
- if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
+ if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1562: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
ac_try='cc -c conftest.c -o conftest.o 1>&5'
- if { (eval echo configure:1543: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
- test -f conftest.o && { (eval echo configure:1544: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
+ if { (eval echo configure:1564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
+ test -f conftest.o && { (eval echo configure:1565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
then
# cc works too.
:
@@ -1572,7 +1593,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1576: checking for $ac_word" >&5
+echo "configure:1597: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1604,7 +1625,7 @@ test -n "$CXX" || CXX="gcc"
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:1608: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
+echo "configure:1629: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1615,12 +1636,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
cat > conftest.$ac_ext << EOF
-#line 1619 "configure"
+#line 1640 "configure"
#include "confdefs.h"
int main(){return(0);}
EOF
-if { (eval echo configure:1624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cxx_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -1646,12 +1667,12 @@ if test $ac_cv_prog_cxx_works = no; then
{ echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:1650: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:1671: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
-echo "configure:1655: checking whether we are using GNU C++" >&5
+echo "configure:1676: checking whether we are using GNU C++" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1660,7 +1681,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1685: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gxx=yes
else
ac_cv_prog_gxx=no
@@ -1679,7 +1700,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}"
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS=
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
-echo "configure:1683: checking whether ${CXX-g++} accepts -g" >&5
+echo "configure:1704: checking whether ${CXX-g++} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1711,7 +1732,7 @@ else
fi
echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
-echo "configure:1715: checking how to run the C++ preprocessor" >&5
+echo "configure:1736: checking how to run the C++ preprocessor" >&5
if test -z "$CXXCPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1724,12 +1745,12 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
CXXCPP="${CXX-g++} -E"
cat > conftest.$ac_ext <<EOF
-#line 1728 "configure"
+#line 1749 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1733: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1785,7 +1806,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1789: checking for $ac_word" >&5
+echo "configure:1810: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1836,9 +1857,9 @@ fi
echo $ac_n "checking for AIX""... $ac_c" 1>&6
-echo "configure:1840: checking for AIX" >&5
+echo "configure:1861: checking for AIX" >&5
cat > conftest.$ac_ext <<EOF
-#line 1842 "configure"
+#line 1863 "configure"
#include "confdefs.h"
#ifdef _AIX
yes
@@ -1860,7 +1881,7 @@ rm -f conftest*
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
-echo "configure:1864: checking for POSIXized ISC" >&5
+echo "configure:1885: checking for POSIXized ISC" >&5
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
@@ -1882,17 +1903,17 @@ fi
ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
-echo "configure:1886: checking for minix/config.h" >&5
+echo "configure:1907: checking for minix/config.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1891 "configure"
+#line 1912 "configure"
#include "confdefs.h"
#include <minix/config.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1896: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -1930,12 +1951,12 @@ EOF
fi
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
-echo "configure:1934: checking for Cygwin environment" >&5
+echo "configure:1955: checking for Cygwin environment" >&5
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1939 "configure"
+#line 1960 "configure"
#include "confdefs.h"
int main() {
@@ -1946,7 +1967,7 @@ int main() {
return __CYGWIN__;
; return 0; }
EOF
-if { (eval echo configure:1950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_cygwin=yes
else
@@ -1975,7 +1996,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
-echo "configure:1979: checking whether ln -s works" >&5
+echo "configure:2000: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2002,7 +2023,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2006: checking for $ac_word" >&5
+echo "configure:2027: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2035,7 +2056,7 @@ test -n "$LEX" || LEX=""$missing_dir/missing flex""
# Extract the first word of "flex", so it can be a program name with args.
set dummy flex; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2039: checking for $ac_word" >&5
+echo "configure:2060: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2069,7 +2090,7 @@ then
*) ac_lib=l ;;
esac
echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
-echo "configure:2073: checking for yywrap in -l$ac_lib" >&5
+echo "configure:2094: checking for yywrap in -l$ac_lib" >&5
ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2077,7 +2098,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-l$ac_lib $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2081 "configure"
+#line 2102 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -2091,7 +2112,7 @@ int main() {
yywrap()
; return 0; }
EOF
-if { (eval echo configure:2095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2114,7 +2135,7 @@ fi
fi
echo $ac_n "checking lex output file root""... $ac_c" 1>&6
-echo "configure:2118: checking lex output file root" >&5
+echo "configure:2139: checking lex output file root" >&5
if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2135,7 +2156,7 @@ echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
-echo "configure:2139: checking whether yytext is a pointer" >&5
+echo "configure:2160: checking whether yytext is a pointer" >&5
if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2147,14 +2168,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
ac_save_LIBS="$LIBS"
LIBS="$LIBS $LEXLIB"
cat > conftest.$ac_ext <<EOF
-#line 2151 "configure"
+#line 2172 "configure"
#include "confdefs.h"
`cat $LEX_OUTPUT_ROOT.c`
int main() {
; return 0; }
EOF
-if { (eval echo configure:2158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_prog_lex_yytext_pointer=yes
else
@@ -2181,7 +2202,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2185: checking for $ac_word" >&5
+echo "configure:2206: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2215,7 +2236,7 @@ test -n "$YACC" || YACC="yacc"
# Extract the first word of "gperf", so it can be a program name with args.
set dummy gperf; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2219: checking for $ac_word" >&5
+echo "configure:2240: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_GPERF'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2246,7 +2267,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2250: checking for $ac_word" >&5
+echo "configure:2271: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_PROF'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2277,7 +2298,7 @@ done
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
-echo "configure:2281: checking whether to enable maintainer-specific portions of Makefiles" >&5
+echo "configure:2302: checking whether to enable maintainer-specific portions of Makefiles" >&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
enableval="$enable_maintainer_mode"
@@ -3550,7 +3571,7 @@ if test "${enable_purify+set}" = set; then
# Extract the first word of "purify", so it can be a program name with args.
set dummy purify; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3554: checking for $ac_word" >&5
+echo "configure:3575: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_PURIFY'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3612,7 +3633,7 @@ if test "${enable_quantify+set}" = set; then
# Extract the first word of "quantify", so it can be a program name with args.
set dummy quantify; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3616: checking for $ac_word" >&5
+echo "configure:3637: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_QUANTIFY'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3847,7 +3868,7 @@ fi
# Uses ac_ vars as temps to allow command line to override cache and checks.
# --without-x overrides everything else, but does not touch the cache.
echo $ac_n "checking for X""... $ac_c" 1>&6
-echo "configure:3851: checking for X" >&5
+echo "configure:3872: checking for X" >&5
# Check whether --with-x or --without-x was given.
if test "${with_x+set}" = set; then
@@ -3909,12 +3930,12 @@ if test "$ac_x_includes" = NO; then
# First, try using that file with no special directory specified.
cat > conftest.$ac_ext <<EOF
-#line 3913 "configure"
+#line 3934 "configure"
#include "confdefs.h"
#include <$x_direct_test_include>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3918: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -3983,14 +4004,14 @@ if test "$ac_x_libraries" = NO; then
ac_save_LIBS="$LIBS"
LIBS="-l$x_direct_test_library $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 3987 "configure"
+#line 4008 "configure"
#include "confdefs.h"
int main() {
${x_direct_test_function}()
; return 0; }
EOF
-if { (eval echo configure:3994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
LIBS="$ac_save_LIBS"
# We can link X programs with no special library path.
@@ -4102,17 +4123,17 @@ else
case "`(uname -sr) 2>/dev/null`" in
"SunOS 5"*)
echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
-echo "configure:4106: checking whether -R must be followed by a space" >&5
+echo "configure:4127: checking whether -R must be followed by a space" >&5
ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
cat > conftest.$ac_ext <<EOF
-#line 4109 "configure"
+#line 4130 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
-if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_R_nospace=yes
else
@@ -4128,14 +4149,14 @@ rm -f conftest*
else
LIBS="$ac_xsave_LIBS -R $x_libraries"
cat > conftest.$ac_ext <<EOF
-#line 4132 "configure"
+#line 4153 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
-if { (eval echo configure:4139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_R_space=yes
else
@@ -4167,7 +4188,7 @@ rm -f conftest*
# libraries were built with DECnet support. And karl@cs.umb.edu says
# the Alpha needs dnet_stub (dnet does not exist).
echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
-echo "configure:4171: checking for dnet_ntoa in -ldnet" >&5
+echo "configure:4192: checking for dnet_ntoa in -ldnet" >&5
ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4175,7 +4196,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldnet $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4179 "configure"
+#line 4200 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -4189,7 +4210,7 @@ int main() {
dnet_ntoa()
; return 0; }
EOF
-if { (eval echo configure:4193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4211,7 +4232,7 @@ fi
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
-echo "configure:4215: checking for dnet_ntoa in -ldnet_stub" >&5
+echo "configure:4236: checking for dnet_ntoa in -ldnet_stub" >&5
ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4219,7 +4240,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldnet_stub $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4223 "configure"
+#line 4244 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -4233,7 +4254,7 @@ int main() {
dnet_ntoa()
; return 0; }
EOF
-if { (eval echo configure:4237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4262,12 +4283,12 @@ fi
# The nsl library prevents programs from opening the X display
# on Irix 5.2, according to dickey@clark.net.
echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
-echo "configure:4266: checking for gethostbyname" >&5
+echo "configure:4287: checking for gethostbyname" >&5
if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4271 "configure"
+#line 4292 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname(); below. */
@@ -4293,7 +4314,7 @@ gethostbyname();
; return 0; }
EOF
-if { (eval echo configure:4297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethostbyname=yes"
else
@@ -4314,7 +4335,7 @@ fi
if test $ac_cv_func_gethostbyname = no; then
echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
-echo "configure:4318: checking for gethostbyname in -lnsl" >&5
+echo "configure:4339: checking for gethostbyname in -lnsl" >&5
ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4322,7 +4343,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4326 "configure"
+#line 4347 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -4336,7 +4357,7 @@ int main() {
gethostbyname()
; return 0; }
EOF
-if { (eval echo configure:4340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4366,12 +4387,12 @@ fi
# -lsocket must be given before -lnsl if both are needed.
# We assume that if connect needs -lnsl, so does gethostbyname.
echo $ac_n "checking for connect""... $ac_c" 1>&6
-echo "configure:4370: checking for connect" >&5
+echo "configure:4391: checking for connect" >&5
if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4375 "configure"
+#line 4396 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char connect(); below. */
@@ -4397,7 +4418,7 @@ connect();
; return 0; }
EOF
-if { (eval echo configure:4401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_connect=yes"
else
@@ -4418,7 +4439,7 @@ fi
if test $ac_cv_func_connect = no; then
echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
-echo "configure:4422: checking for connect in -lsocket" >&5
+echo "configure:4443: checking for connect in -lsocket" >&5
ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4426,7 +4447,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4430 "configure"
+#line 4451 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -4440,7 +4461,7 @@ int main() {
connect()
; return 0; }
EOF
-if { (eval echo configure:4444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4464,12 +4485,12 @@ fi
# gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
echo $ac_n "checking for remove""... $ac_c" 1>&6
-echo "configure:4468: checking for remove" >&5
+echo "configure:4489: checking for remove" >&5
if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4473 "configure"
+#line 4494 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char remove(); below. */
@@ -4495,7 +4516,7 @@ remove();
; return 0; }
EOF
-if { (eval echo configure:4499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_remove=yes"
else
@@ -4516,7 +4537,7 @@ fi
if test $ac_cv_func_remove = no; then
echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
-echo "configure:4520: checking for remove in -lposix" >&5
+echo "configure:4541: checking for remove in -lposix" >&5
ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4524,7 +4545,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lposix $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4528 "configure"
+#line 4549 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -4538,7 +4559,7 @@ int main() {
remove()
; return 0; }
EOF
-if { (eval echo configure:4542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4562,12 +4583,12 @@ fi
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
echo $ac_n "checking for shmat""... $ac_c" 1>&6
-echo "configure:4566: checking for shmat" >&5
+echo "configure:4587: checking for shmat" >&5
if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4571 "configure"
+#line 4592 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmat(); below. */
@@ -4593,7 +4614,7 @@ shmat();
; return 0; }
EOF
-if { (eval echo configure:4597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shmat=yes"
else
@@ -4614,7 +4635,7 @@ fi
if test $ac_cv_func_shmat = no; then
echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
-echo "configure:4618: checking for shmat in -lipc" >&5
+echo "configure:4639: checking for shmat in -lipc" >&5
ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4622,7 +4643,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lipc $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4626 "configure"
+#line 4647 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -4636,7 +4657,7 @@ int main() {
shmat()
; return 0; }
EOF
-if { (eval echo configure:4640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4669,7 +4690,7 @@ fi
# libraries we check for below, so use a different variable.
# --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
-echo "configure:4673: checking for IceConnectionNumber in -lICE" >&5
+echo "configure:4694: checking for IceConnectionNumber in -lICE" >&5
ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4677,7 +4698,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4681 "configure"
+#line 4702 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -4691,7 +4712,7 @@ int main() {
IceConnectionNumber()
; return 0; }
EOF
-if { (eval echo configure:4695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5236,7 +5257,7 @@ XTREACTOR_TEST_XLIBS=""
xt_reactor_go=no
echo $ac_n "checking for XmCreateRowColumn in -lXm""... $ac_c" 1>&6
-echo "configure:5240: checking for XmCreateRowColumn in -lXm" >&5
+echo "configure:5261: checking for XmCreateRowColumn in -lXm" >&5
ac_lib_var=`echo Xm'_'XmCreateRowColumn | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5244,7 +5265,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lXm -lXt $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5248 "configure"
+#line 5269 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -5258,7 +5279,7 @@ int main() {
XmCreateRowColumn()
; return 0; }
EOF
-if { (eval echo configure:5262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5285,7 +5306,7 @@ else
EOF
echo $ac_n "checking for XawInitializeWidgetSet in -lXaw""... $ac_c" 1>&6
-echo "configure:5289: checking for XawInitializeWidgetSet in -lXaw" >&5
+echo "configure:5310: checking for XawInitializeWidgetSet in -lXaw" >&5
ac_lib_var=`echo Xaw'_'XawInitializeWidgetSet | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5293,7 +5314,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lXaw -lXmu $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5297 "configure"
+#line 5318 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -5307,7 +5328,7 @@ int main() {
XawInitializeWidgetSet()
; return 0; }
EOF
-if { (eval echo configure:5311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5357,7 +5378,7 @@ fi
echo $ac_n "checking for library containing dlopen""... $ac_c" 1>&6
-echo "configure:5361: checking for library containing dlopen" >&5
+echo "configure:5382: checking for library containing dlopen" >&5
if eval "test \"`echo '$''{'ac_cv_search_dlopen'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5368,7 +5389,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 5372 "configure"
+#line 5393 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen(); below. */
@@ -5394,7 +5415,7 @@ dlopen();
; return 0; }
EOF
-if { (eval echo configure:5398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_dlopen="none required"
else
@@ -5408,7 +5429,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5412 "configure"
+#line 5433 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen(); below. */
@@ -5434,7 +5455,7 @@ dlopen();
; return 0; }
EOF
-if { (eval echo configure:5438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_dlopen="-l$i"
@@ -5461,7 +5482,7 @@ echo "$ac_t""$ac_cv_search_dlopen" 1>&6
ace_has_svr4_dynamic_linking=no
echo $ac_n "checking for shl_get in -ldld""... $ac_c" 1>&6
-echo "configure:5465: checking for shl_get in -ldld" >&5
+echo "configure:5486: checking for shl_get in -ldld" >&5
ac_lib_var=`echo dld'_'shl_get | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5469,7 +5490,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldld $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5473 "configure"
+#line 5494 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -5483,7 +5504,7 @@ int main() {
shl_get()
; return 0; }
EOF
-if { (eval echo configure:5487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5516,7 +5537,7 @@ fi
echo $ac_n "checking for library containing socket""... $ac_c" 1>&6
-echo "configure:5520: checking for library containing socket" >&5
+echo "configure:5541: checking for library containing socket" >&5
if eval "test \"`echo '$''{'ac_cv_search_socket'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5527,7 +5548,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 5531 "configure"
+#line 5552 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char socket(); below. */
@@ -5553,7 +5574,7 @@ socket();
; return 0; }
EOF
-if { (eval echo configure:5557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_socket="none required"
else
@@ -5567,7 +5588,7 @@ rm -f conftest*
LIBS="-l$i -lnsl $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5571 "configure"
+#line 5592 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char socket(); below. */
@@ -5593,7 +5614,7 @@ socket();
; return 0; }
EOF
-if { (eval echo configure:5597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_socket="-l$i"
@@ -5622,7 +5643,7 @@ echo "$ac_t""$ac_cv_search_socket" 1>&6
echo $ac_n "checking for library containing gethostbyname""... $ac_c" 1>&6
-echo "configure:5626: checking for library containing gethostbyname" >&5
+echo "configure:5647: checking for library containing gethostbyname" >&5
if eval "test \"`echo '$''{'ac_cv_search_gethostbyname'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5633,7 +5654,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 5637 "configure"
+#line 5658 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname(); below. */
@@ -5659,7 +5680,7 @@ gethostbyname();
; return 0; }
EOF
-if { (eval echo configure:5663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_gethostbyname="none required"
else
@@ -5673,7 +5694,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5677 "configure"
+#line 5698 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname(); below. */
@@ -5699,7 +5720,7 @@ gethostbyname();
; return 0; }
EOF
-if { (eval echo configure:5703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_gethostbyname="-l$i"
@@ -5728,7 +5749,7 @@ echo "$ac_t""$ac_cv_search_gethostbyname" 1>&6
echo $ac_n "checking for library containing getservbyname""... $ac_c" 1>&6
-echo "configure:5732: checking for library containing getservbyname" >&5
+echo "configure:5753: checking for library containing getservbyname" >&5
if eval "test \"`echo '$''{'ac_cv_search_getservbyname'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5739,7 +5760,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 5743 "configure"
+#line 5764 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getservbyname(); below. */
@@ -5765,7 +5786,7 @@ getservbyname();
; return 0; }
EOF
-if { (eval echo configure:5769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_getservbyname="none required"
else
@@ -5779,7 +5800,7 @@ rm -f conftest*
LIBS="-l$i -lnsl $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5783 "configure"
+#line 5804 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getservbyname(); below. */
@@ -5805,7 +5826,7 @@ getservbyname();
; return 0; }
EOF
-if { (eval echo configure:5809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_getservbyname="-l$i"
@@ -5838,7 +5859,7 @@ EOF
echo $ac_n "checking for library containing compile""... $ac_c" 1>&6
-echo "configure:5842: checking for library containing compile" >&5
+echo "configure:5863: checking for library containing compile" >&5
if eval "test \"`echo '$''{'ac_cv_search_compile'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5849,7 +5870,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 5853 "configure"
+#line 5874 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char compile(); below. */
@@ -5875,7 +5896,7 @@ compile();
; return 0; }
EOF
-if { (eval echo configure:5879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_compile="none required"
else
@@ -5889,7 +5910,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5893 "configure"
+#line 5914 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char compile(); below. */
@@ -5915,7 +5936,7 @@ compile();
; return 0; }
EOF
-if { (eval echo configure:5919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_compile="-l$i"
@@ -5944,7 +5965,7 @@ echo "$ac_t""$ac_cv_search_compile" 1>&6
echo $ac_n "checking for library containing exc_continue""... $ac_c" 1>&6
-echo "configure:5948: checking for library containing exc_continue" >&5
+echo "configure:5969: checking for library containing exc_continue" >&5
if eval "test \"`echo '$''{'ac_cv_search_exc_continue'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5955,7 +5976,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 5959 "configure"
+#line 5980 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char exc_continue(); below. */
@@ -5981,7 +6002,7 @@ exc_continue();
; return 0; }
EOF
-if { (eval echo configure:5985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_exc_continue="none required"
else
@@ -5995,7 +6016,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5999 "configure"
+#line 6020 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char exc_continue(); below. */
@@ -6021,7 +6042,7 @@ exc_continue();
; return 0; }
EOF
-if { (eval echo configure:6025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_exc_continue="-l$i"
@@ -6050,7 +6071,7 @@ echo "$ac_t""$ac_cv_search_exc_continue" 1>&6
echo $ac_n "checking for library containing ctime_r""... $ac_c" 1>&6
-echo "configure:6054: checking for library containing ctime_r" >&5
+echo "configure:6075: checking for library containing ctime_r" >&5
if eval "test \"`echo '$''{'ac_cv_search_ctime_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6061,7 +6082,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6065 "configure"
+#line 6086 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ctime_r(); below. */
@@ -6087,7 +6108,7 @@ ctime_r();
; return 0; }
EOF
-if { (eval echo configure:6091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_ctime_r="none required"
else
@@ -6101,7 +6122,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6105 "configure"
+#line 6126 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ctime_r(); below. */
@@ -6127,7 +6148,7 @@ ctime_r();
; return 0; }
EOF
-if { (eval echo configure:6131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_ctime_r="-l$i"
@@ -6156,7 +6177,7 @@ echo "$ac_t""$ac_cv_search_ctime_r" 1>&6
echo $ac_n "checking for library containing t_accept""... $ac_c" 1>&6
-echo "configure:6160: checking for library containing t_accept" >&5
+echo "configure:6181: checking for library containing t_accept" >&5
if eval "test \"`echo '$''{'ac_cv_search_t_accept'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6167,7 +6188,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6171 "configure"
+#line 6192 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char t_accept(); below. */
@@ -6193,7 +6214,7 @@ t_accept();
; return 0; }
EOF
-if { (eval echo configure:6197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_t_accept="none required"
else
@@ -6207,7 +6228,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6211 "configure"
+#line 6232 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char t_accept(); below. */
@@ -6233,7 +6254,7 @@ t_accept();
; return 0; }
EOF
-if { (eval echo configure:6237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_t_accept="-l$i"
@@ -6266,7 +6287,7 @@ if test "$ace_user_enable_threads" = yes; then
echo $ac_n "checking if compiler may need a thread flag""... $ac_c" 1>&6
-echo "configure:6270: checking if compiler may need a thread flag" >&5
+echo "configure:6291: checking if compiler may need a thread flag" >&5
if eval "test \"`echo '$''{'ace_cv_feature_may_need_thread_flag'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6290,7 +6311,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6294 "configure"
+#line 6315 "configure"
#include "confdefs.h"
#ifndef _REENTRANT
@@ -6311,7 +6332,7 @@ thr_create();
; return 0; }
EOF
-if { (eval echo configure:6315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ace_cv_feature_may_need_thread_flag=no
@@ -6324,14 +6345,14 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6328 "configure"
+#line 6349 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6335: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6363,7 +6384,7 @@ fi
rm -f conftest*
cat > conftest.$ac_ext <<EOF
-#line 6367 "configure"
+#line 6388 "configure"
#include "confdefs.h"
#ifndef _REENTRANT
@@ -6383,7 +6404,7 @@ $ace_real_function();
; return 0; }
EOF
-if { (eval echo configure:6387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ace_cv_feature_may_need_thread_flag=no
@@ -6416,7 +6437,7 @@ fi
echo $ac_n "checking for compiler thread flag""... $ac_c" 1>&6
-echo "configure:6420: checking for compiler thread flag" >&5
+echo "configure:6441: checking for compiler thread flag" >&5
if eval "test \"`echo '$''{'ace_cv_thread_flag_search'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6447,7 +6468,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6451 "configure"
+#line 6472 "configure"
#include "confdefs.h"
#ifndef _REENTRANT
@@ -6468,7 +6489,7 @@ thr_create();
; return 0; }
EOF
-if { (eval echo configure:6472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ace_cv_thread_flag_search="-$i"
@@ -6483,14 +6504,14 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6487 "configure"
+#line 6508 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6522,7 +6543,7 @@ fi
rm -f conftest*
cat > conftest.$ac_ext <<EOF
-#line 6526 "configure"
+#line 6547 "configure"
#include "confdefs.h"
#ifndef _REENTRANT
@@ -6542,7 +6563,7 @@ $ace_real_function();
; return 0; }
EOF
-if { (eval echo configure:6546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ace_cv_thread_flag_search="-$i"
@@ -6606,7 +6627,7 @@ fi
echo $ac_n "checking for library containing thr_create""... $ac_c" 1>&6
-echo "configure:6610: checking for library containing thr_create" >&5
+echo "configure:6631: checking for library containing thr_create" >&5
if eval "test \"`echo '$''{'ac_cv_search_thr_create'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6617,7 +6638,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6621 "configure"
+#line 6642 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_create(); below. */
@@ -6643,7 +6664,7 @@ thr_create();
; return 0; }
EOF
-if { (eval echo configure:6647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_thr_create="none required"
else
@@ -6657,7 +6678,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6661 "configure"
+#line 6682 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_create(); below. */
@@ -6683,7 +6704,7 @@ thr_create();
; return 0; }
EOF
-if { (eval echo configure:6687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_thr_create="-l$i"
@@ -6721,7 +6742,7 @@ EOF
echo $ac_n "checking for library containing rwlock_destroy""... $ac_c" 1>&6
-echo "configure:6725: checking for library containing rwlock_destroy" >&5
+echo "configure:6746: checking for library containing rwlock_destroy" >&5
if eval "test \"`echo '$''{'ac_cv_search_rwlock_destroy'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6732,7 +6753,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6736 "configure"
+#line 6757 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char rwlock_destroy(); below. */
@@ -6758,7 +6779,7 @@ rwlock_destroy();
; return 0; }
EOF
-if { (eval echo configure:6762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_rwlock_destroy="none required"
else
@@ -6772,7 +6793,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6776 "configure"
+#line 6797 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char rwlock_destroy(); below. */
@@ -6798,7 +6819,7 @@ rwlock_destroy();
; return 0; }
EOF
-if { (eval echo configure:6802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_rwlock_destroy="-l$i"
@@ -6829,13 +6850,13 @@ echo "$ac_t""$ac_cv_search_rwlock_destroy" 1>&6
echo $ac_n "checking for pthreads backward compatibility macros""... $ac_c" 1>&6
-echo "configure:6833: checking for pthreads backward compatibility macros" >&5
+echo "configure:6854: checking for pthreads backward compatibility macros" >&5
if eval "test \"`echo '$''{'ace_cv_lib_pthread_compat_macros'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6839 "configure"
+#line 6860 "configure"
#include "confdefs.h"
#include <pthread.h>
@@ -6870,14 +6891,14 @@ fi
cat > conftest.$ac_ext <<EOF
-#line 6874 "configure"
+#line 6895 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6913,19 +6934,19 @@ EOF
if test pthread_create != "$ace_real_function"; then
echo $ac_n "checking for real pthread_create from pthread.h""... $ac_c" 1>&6
-echo "configure:6917: checking for real pthread_create from pthread.h" >&5
+echo "configure:6938: checking for real pthread_create from pthread.h" >&5
echo "$ac_t""$ace_real_function" 1>&6
fi
else
ace_real_function=pthread_create
fi
echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6
-echo "configure:6924: checking for $ace_real_function" >&5
+echo "configure:6945: checking for $ace_real_function" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6929 "configure"
+#line 6950 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ace_real_function(); below. */
@@ -6951,7 +6972,7 @@ $ace_real_function();
; return 0; }
EOF
-if { (eval echo configure:6955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ace_real_function=yes"
else
@@ -6977,14 +6998,14 @@ else
cat > conftest.$ac_ext <<EOF
-#line 6981 "configure"
+#line 7002 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7020,14 +7041,14 @@ EOF
if test pthread_create != "$ace_real_function"; then
echo $ac_n "checking for real pthread_create from pthread.h""... $ac_c" 1>&6
-echo "configure:7024: checking for real pthread_create from pthread.h" >&5
+echo "configure:7045: checking for real pthread_create from pthread.h" >&5
echo "$ac_t""$ace_real_function" 1>&6
fi
else
ace_real_function=pthread_create
fi
echo $ac_n "checking for $ace_real_function in -lpthread""... $ac_c" 1>&6
-echo "configure:7031: checking for $ace_real_function in -lpthread" >&5
+echo "configure:7052: checking for $ace_real_function in -lpthread" >&5
ac_lib_var=`echo pthread'_'$ace_real_function | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7035,7 +7056,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lpthread $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7039 "configure"
+#line 7060 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -7049,7 +7070,7 @@ int main() {
$ace_real_function()
; return 0; }
EOF
-if { (eval echo configure:7053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7088,7 +7109,7 @@ fi
echo $ac_n "checking for library containing pthread_create""... $ac_c" 1>&6
-echo "configure:7092: checking for library containing pthread_create" >&5
+echo "configure:7113: checking for library containing pthread_create" >&5
if eval "test \"`echo '$''{'ac_cv_search_pthread_create'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7099,7 +7120,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 7103 "configure"
+#line 7124 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_create(); below. */
@@ -7125,7 +7146,7 @@ pthread_create();
; return 0; }
EOF
-if { (eval echo configure:7129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_create="none required"
else
@@ -7139,7 +7160,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7143 "configure"
+#line 7164 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_create(); below. */
@@ -7165,7 +7186,7 @@ pthread_create();
; return 0; }
EOF
-if { (eval echo configure:7169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_create="-l$i"
@@ -7199,7 +7220,7 @@ EOF
echo $ac_n "checking for library containing pthread_setschedparam""... $ac_c" 1>&6
-echo "configure:7203: checking for library containing pthread_setschedparam" >&5
+echo "configure:7224: checking for library containing pthread_setschedparam" >&5
if eval "test \"`echo '$''{'ac_cv_search_pthread_setschedparam'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7210,7 +7231,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 7214 "configure"
+#line 7235 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setschedparam(); below. */
@@ -7236,7 +7257,7 @@ pthread_setschedparam();
; return 0; }
EOF
-if { (eval echo configure:7240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_setschedparam="none required"
else
@@ -7250,7 +7271,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7254 "configure"
+#line 7275 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setschedparam(); below. */
@@ -7276,7 +7297,7 @@ pthread_setschedparam();
; return 0; }
EOF
-if { (eval echo configure:7280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_setschedparam="-l$i"
@@ -7303,7 +7324,7 @@ echo "$ac_t""$ac_cv_search_pthread_setschedparam" 1>&6
echo $ac_n "checking for library containing pthread_attr_setprio""... $ac_c" 1>&6
-echo "configure:7307: checking for library containing pthread_attr_setprio" >&5
+echo "configure:7328: checking for library containing pthread_attr_setprio" >&5
if eval "test \"`echo '$''{'ac_cv_search_pthread_attr_setprio'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7314,7 +7335,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 7318 "configure"
+#line 7339 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setprio(); below. */
@@ -7340,7 +7361,7 @@ pthread_attr_setprio();
; return 0; }
EOF
-if { (eval echo configure:7344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_attr_setprio="none required"
else
@@ -7354,7 +7375,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7358 "configure"
+#line 7379 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setprio(); below. */
@@ -7380,7 +7401,7 @@ pthread_attr_setprio();
; return 0; }
EOF
-if { (eval echo configure:7384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_attr_setprio="-l$i"
@@ -7407,7 +7428,7 @@ echo "$ac_t""$ac_cv_search_pthread_attr_setprio" 1>&6
echo $ac_n "checking for library containing pthread_setprio""... $ac_c" 1>&6
-echo "configure:7411: checking for library containing pthread_setprio" >&5
+echo "configure:7432: checking for library containing pthread_setprio" >&5
if eval "test \"`echo '$''{'ac_cv_search_pthread_setprio'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7418,7 +7439,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 7422 "configure"
+#line 7443 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setprio(); below. */
@@ -7444,7 +7465,7 @@ pthread_setprio();
; return 0; }
EOF
-if { (eval echo configure:7448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_setprio="none required"
else
@@ -7458,7 +7479,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7462 "configure"
+#line 7483 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setprio(); below. */
@@ -7484,7 +7505,7 @@ pthread_setprio();
; return 0; }
EOF
-if { (eval echo configure:7488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_pthread_setprio="-l$i"
@@ -7538,7 +7559,7 @@ echo "$ac_t""$ac_cv_search_pthread_setprio" 1>&6
fi
echo $ac_n "checking for library containing sched_yield""... $ac_c" 1>&6
-echo "configure:7542: checking for library containing sched_yield" >&5
+echo "configure:7563: checking for library containing sched_yield" >&5
if eval "test \"`echo '$''{'ac_cv_search_sched_yield'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7549,7 +7570,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 7553 "configure"
+#line 7574 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sched_yield(); below. */
@@ -7575,7 +7596,7 @@ sched_yield();
; return 0; }
EOF
-if { (eval echo configure:7579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_sched_yield="none required"
else
@@ -7589,7 +7610,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7593 "configure"
+#line 7614 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sched_yield(); below. */
@@ -7615,7 +7636,7 @@ sched_yield();
; return 0; }
EOF
-if { (eval echo configure:7619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_sched_yield="-l$i"
@@ -7652,7 +7673,7 @@ echo "$ac_t""$ac_cv_search_sched_yield" 1>&6
echo $ac_n "checking for library containing aio_read""... $ac_c" 1>&6
-echo "configure:7656: checking for library containing aio_read" >&5
+echo "configure:7677: checking for library containing aio_read" >&5
if eval "test \"`echo '$''{'ac_cv_search_aio_read'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7663,7 +7684,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 7667 "configure"
+#line 7688 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char aio_read(); below. */
@@ -7689,7 +7710,7 @@ aio_read();
; return 0; }
EOF
-if { (eval echo configure:7693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_aio_read="none required"
else
@@ -7703,7 +7724,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7707 "configure"
+#line 7728 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char aio_read(); below. */
@@ -7729,7 +7750,7 @@ aio_read();
; return 0; }
EOF
-if { (eval echo configure:7733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_aio_read="-l$i"
@@ -7760,7 +7781,7 @@ echo "$ac_t""$ac_cv_search_aio_read" 1>&6
if test "$ace_has_aio_funcs" = yes; then
echo $ac_n "checking for working asynchronous IO""... $ac_c" 1>&6
-echo "configure:7764: checking for working asynchronous IO" >&5
+echo "configure:7785: checking for working asynchronous IO" >&5
if eval "test \"`echo '$''{'ace_cv_feature_aio_calls'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7768,7 +7789,7 @@ else
if test "$cross_compiling" = yes; then
cat > conftest.$ac_ext <<EOF
-#line 7772 "configure"
+#line 7793 "configure"
#include "confdefs.h"
#include <aio.h>
@@ -7779,7 +7800,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:7783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_aio_calls=yes
@@ -7796,7 +7817,7 @@ rm -f conftest*
else
cat > conftest.$ac_ext <<EOF
-#line 7800 "configure"
+#line 7821 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -8026,7 +8047,7 @@ main (int argc, char **argv)
}
EOF
-if { (eval echo configure:8030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
@@ -8044,7 +8065,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
-#line 8048 "configure"
+#line 8069 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -8348,7 +8369,7 @@ main (int, char *[])
}
EOF
-if { (eval echo configure:8352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ace_cv_feature_aio_calls=yes
@@ -8396,7 +8417,7 @@ fi
echo $ac_n "checking for library containing clock_gettime""... $ac_c" 1>&6
-echo "configure:8400: checking for library containing clock_gettime" >&5
+echo "configure:8421: checking for library containing clock_gettime" >&5
if eval "test \"`echo '$''{'ac_cv_search_clock_gettime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -8407,7 +8428,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 8411 "configure"
+#line 8432 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char clock_gettime(); below. */
@@ -8433,7 +8454,7 @@ clock_gettime();
; return 0; }
EOF
-if { (eval echo configure:8437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_clock_gettime="none required"
else
@@ -8447,7 +8468,7 @@ rm -f conftest*
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 8451 "configure"
+#line 8472 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char clock_gettime(); below. */
@@ -8473,7 +8494,7 @@ clock_gettime();
; return 0; }
EOF
-if { (eval echo configure:8477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_search_clock_gettime="-l$i"
@@ -8582,7 +8603,7 @@ fi
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:8586: checking for $ac_word" >&5
+echo "configure:8607: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -8621,7 +8642,7 @@ ac_prog=ld
if test "$ac_cv_prog_gcc" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
-echo "configure:8625: checking for ld used by GCC" >&5
+echo "configure:8646: checking for ld used by GCC" >&5
ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in
# Accept absolute paths.
@@ -8645,10 +8666,10 @@ echo "configure:8625: checking for ld used by GCC" >&5
esac
elif test "$with_gnu_ld" = yes; then
echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
-echo "configure:8649: checking for GNU ld" >&5
+echo "configure:8670: checking for GNU ld" >&5
else
echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
-echo "configure:8652: checking for non-GNU ld" >&5
+echo "configure:8673: checking for non-GNU ld" >&5
fi
if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -8684,7 +8705,7 @@ fi
test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
-echo "configure:8688: checking if the linker ($LD) is GNU ld" >&5
+echo "configure:8709: checking if the linker ($LD) is GNU ld" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -8700,7 +8721,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
-echo "configure:8704: checking for BSD-compatible nm" >&5
+echo "configure:8725: checking for BSD-compatible nm" >&5
if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -8760,8 +8781,8 @@ test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
case "$host" in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 8764 "configure"' > conftest.$ac_ext
- if { (eval echo configure:8765: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+ echo '#line 8785 "configure"' > conftest.$ac_ext
+ if { (eval echo configure:8786: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.o`" in
*32-bit*)
LD="${LD-ld} -32"
@@ -8782,19 +8803,19 @@ case "$host" in
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
-echo "configure:8786: checking whether the C compiler needs -belf" >&5
+echo "configure:8807: checking whether the C compiler needs -belf" >&5
if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8791 "configure"
+#line 8812 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
-if { (eval echo configure:8798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
lt_cv_cc_needs_belf=yes
else
@@ -8904,12 +8925,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
-echo "configure:8908: checking for $ac_hdr that defines DIR" >&5
+echo "configure:8929: checking for $ac_hdr that defines DIR" >&5
if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8913 "configure"
+#line 8934 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
@@ -8917,7 +8938,7 @@ int main() {
DIR *dirp = 0;
; return 0; }
EOF
-if { (eval echo configure:8921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
eval "ac_cv_header_dirent_$ac_safe=yes"
else
@@ -8942,7 +8963,7 @@ done
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
if test $ac_header_dirent = dirent.h; then
echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
-echo "configure:8946: checking for opendir in -ldir" >&5
+echo "configure:8967: checking for opendir in -ldir" >&5
ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -8950,7 +8971,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldir $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 8954 "configure"
+#line 8975 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -8964,7 +8985,7 @@ int main() {
opendir()
; return 0; }
EOF
-if { (eval echo configure:8968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -8986,7 +9007,7 @@ fi
else
echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
-echo "configure:8990: checking for opendir in -lx" >&5
+echo "configure:9011: checking for opendir in -lx" >&5
ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -8994,7 +9015,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lx $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 8998 "configure"
+#line 9019 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -9008,7 +9029,7 @@ int main() {
opendir()
; return 0; }
EOF
-if { (eval echo configure:9012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -9042,12 +9063,12 @@ EOF
fi
echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
-echo "configure:9046: checking for sys/wait.h that is POSIX.1 compatible" >&5
+echo "configure:9067: checking for sys/wait.h that is POSIX.1 compatible" >&5
if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9051 "configure"
+#line 9072 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/wait.h>
@@ -9063,7 +9084,7 @@ wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
EOF
-if { (eval echo configure:9067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_header_sys_wait_h=yes
else
@@ -9087,17 +9108,17 @@ fi
if test "$ac_cv_cygwin" = yes; then
ac_safe=`echo "cygwin32/socket.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for cygwin32/socket.h""... $ac_c" 1>&6
-echo "configure:9091: checking for cygwin32/socket.h" >&5
+echo "configure:9112: checking for cygwin32/socket.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9096 "configure"
+#line 9117 "configure"
#include "confdefs.h"
#include <cygwin32/socket.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9125,17 +9146,17 @@ fi
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
-echo "configure:9129: checking for dlfcn.h" >&5
+echo "configure:9150: checking for dlfcn.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9134 "configure"
+#line 9155 "configure"
#include "confdefs.h"
#include <dlfcn.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9166,17 +9187,17 @@ fi
ac_safe=`echo "malloc.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for malloc.h""... $ac_c" 1>&6
-echo "configure:9170: checking for malloc.h" >&5
+echo "configure:9191: checking for malloc.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9175 "configure"
+#line 9196 "configure"
#include "confdefs.h"
#include <malloc.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9204,17 +9225,17 @@ fi
ac_safe=`echo "memory.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for memory.h""... $ac_c" 1>&6
-echo "configure:9208: checking for memory.h" >&5
+echo "configure:9229: checking for memory.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9213 "configure"
+#line 9234 "configure"
#include "confdefs.h"
#include <memory.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9242,17 +9263,17 @@ fi
ac_safe=`echo "bytesex.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for bytesex.h""... $ac_c" 1>&6
-echo "configure:9246: checking for bytesex.h" >&5
+echo "configure:9267: checking for bytesex.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9251 "configure"
+#line 9272 "configure"
#include "confdefs.h"
#include <bytesex.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9280,17 +9301,17 @@ fi
ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6
-echo "configure:9284: checking for sys/msg.h" >&5
+echo "configure:9305: checking for sys/msg.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9289 "configure"
+#line 9310 "configure"
#include "confdefs.h"
#include <sys/msg.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9309,13 +9330,13 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo $ac_n "checking if _KERNEL is needed for msg prototypes""... $ac_c" 1>&6
-echo "configure:9313: checking if _KERNEL is needed for msg prototypes" >&5
+echo "configure:9334: checking if _KERNEL is needed for msg prototypes" >&5
if eval "test \"`echo '$''{'ace_cv_lib_broken_msg_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9319 "configure"
+#line 9340 "configure"
#include "confdefs.h"
#include <sys/msg.h>
@@ -9326,7 +9347,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:9330: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_broken_msg_h=no
@@ -9337,7 +9358,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 9341 "configure"
+#line 9362 "configure"
#include "confdefs.h"
#ifndef _KERNEL
@@ -9351,7 +9372,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:9355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9376: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_broken_msg_h=yes
@@ -9397,17 +9418,17 @@ fi
ac_safe=`echo "sys/param.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/param.h""... $ac_c" 1>&6
-echo "configure:9401: checking for sys/param.h" >&5
+echo "configure:9422: checking for sys/param.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9406 "configure"
+#line 9427 "configure"
#include "confdefs.h"
#include <sys/param.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9432: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9435,17 +9456,17 @@ fi
ac_safe=`echo "sys/priocntl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/priocntl.h""... $ac_c" 1>&6
-echo "configure:9439: checking for sys/priocntl.h" >&5
+echo "configure:9460: checking for sys/priocntl.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9444 "configure"
+#line 9465 "configure"
#include "confdefs.h"
#include <sys/priocntl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9469,17 +9490,17 @@ fi
ac_safe=`echo "ucontext.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for ucontext.h""... $ac_c" 1>&6
-echo "configure:9473: checking for ucontext.h" >&5
+echo "configure:9494: checking for ucontext.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9478 "configure"
+#line 9499 "configure"
#include "confdefs.h"
#include <ucontext.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9507,17 +9528,17 @@ fi
ac_safe=`echo "sys/procfs.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/procfs.h""... $ac_c" 1>&6
-echo "configure:9511: checking for sys/procfs.h" >&5
+echo "configure:9532: checking for sys/procfs.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9516 "configure"
+#line 9537 "configure"
#include "confdefs.h"
#include <sys/procfs.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9536,13 +9557,13 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo $ac_n "checking if sys/procfs.h conflicts with ucontext.h""... $ac_c" 1>&6
-echo "configure:9540: checking if sys/procfs.h conflicts with ucontext.h" >&5
+echo "configure:9561: checking if sys/procfs.h conflicts with ucontext.h" >&5
if eval "test \"`echo '$''{'ace_has_procfs_conflict'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9546 "configure"
+#line 9567 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_UCONTEXT_H
@@ -9557,7 +9578,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:9561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_has_procfs_conflict=no
@@ -9598,17 +9619,17 @@ fi
ac_safe=`echo "sys/select.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/select.h""... $ac_c" 1>&6
-echo "configure:9602: checking for sys/select.h" >&5
+echo "configure:9623: checking for sys/select.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9607 "configure"
+#line 9628 "configure"
#include "confdefs.h"
#include <sys/select.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9612: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9635,17 +9656,17 @@ fi
ac_safe=`echo "netinet/tcp.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for netinet/tcp.h""... $ac_c" 1>&6
-echo "configure:9639: checking for netinet/tcp.h" >&5
+echo "configure:9660: checking for netinet/tcp.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9644 "configure"
+#line 9665 "configure"
#include "confdefs.h"
#include <netinet/tcp.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9673,17 +9694,17 @@ fi
ac_safe=`echo "sys/sockio.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/sockio.h""... $ac_c" 1>&6
-echo "configure:9677: checking for sys/sockio.h" >&5
+echo "configure:9698: checking for sys/sockio.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9682 "configure"
+#line 9703 "configure"
#include "confdefs.h"
#include <sys/sockio.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9710,17 +9731,17 @@ fi
ac_safe=`echo "sysent.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sysent.h""... $ac_c" 1>&6
-echo "configure:9714: checking for sysent.h" >&5
+echo "configure:9735: checking for sysent.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9719 "configure"
+#line 9740 "configure"
#include "confdefs.h"
#include <sysent.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9747,17 +9768,17 @@ fi
ac_safe=`echo "sys/systeminfo.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/systeminfo.h""... $ac_c" 1>&6
-echo "configure:9751: checking for sys/systeminfo.h" >&5
+echo "configure:9772: checking for sys/systeminfo.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9756 "configure"
+#line 9777 "configure"
#include "confdefs.h"
#include <sys/systeminfo.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9782: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9780,17 +9801,17 @@ fi
ac_safe=`echo "sys/filio.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/filio.h""... $ac_c" 1>&6
-echo "configure:9784: checking for sys/filio.h" >&5
+echo "configure:9805: checking for sys/filio.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9789 "configure"
+#line 9810 "configure"
#include "confdefs.h"
#include <sys/filio.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9815: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9817,17 +9838,17 @@ fi
ac_safe=`echo "sys/uio.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/uio.h""... $ac_c" 1>&6
-echo "configure:9821: checking for sys/uio.h" >&5
+echo "configure:9842: checking for sys/uio.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9826 "configure"
+#line 9847 "configure"
#include "confdefs.h"
#include <sys/uio.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9852: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9850,17 +9871,17 @@ fi
ac_safe=`echo "sys/ioctl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/ioctl.h""... $ac_c" 1>&6
-echo "configure:9854: checking for sys/ioctl.h" >&5
+echo "configure:9875: checking for sys/ioctl.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9859 "configure"
+#line 9880 "configure"
#include "confdefs.h"
#include <sys/ioctl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9864: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9887,17 +9908,17 @@ fi
ac_safe=`echo "sys/types.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/types.h""... $ac_c" 1>&6
-echo "configure:9891: checking for sys/types.h" >&5
+echo "configure:9912: checking for sys/types.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9896 "configure"
+#line 9917 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9925,17 +9946,17 @@ fi
ac_safe=`echo "sys/termios.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/termios.h""... $ac_c" 1>&6
-echo "configure:9929: checking for sys/termios.h" >&5
+echo "configure:9950: checking for sys/termios.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9934 "configure"
+#line 9955 "configure"
#include "confdefs.h"
#include <sys/termios.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9960: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -9953,7 +9974,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat > conftest.$ac_ext <<EOF
-#line 9957 "configure"
+#line 9978 "configure"
#include "confdefs.h"
#include <sys/termios.h>
@@ -9990,17 +10011,17 @@ fi
if test "$ace_has_tli_funcs" = yes; then
ac_safe=`echo "xti.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for xti.h""... $ac_c" 1>&6
-echo "configure:9994: checking for xti.h" >&5
+echo "configure:10015: checking for xti.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9999 "configure"
+#line 10020 "configure"
#include "confdefs.h"
#include <xti.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10004: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10034,17 +10055,17 @@ fi
ac_safe=`echo "sys/xti.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/xti.h""... $ac_c" 1>&6
-echo "configure:10038: checking for sys/xti.h" >&5
+echo "configure:10059: checking for sys/xti.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10043 "configure"
+#line 10064 "configure"
#include "confdefs.h"
#include <sys/xti.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10048: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10082,17 +10103,17 @@ fi
ac_safe=`echo "sys/timod.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/timod.h""... $ac_c" 1>&6
-echo "configure:10086: checking for sys/timod.h" >&5
+echo "configure:10107: checking for sys/timod.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10091 "configure"
+#line 10112 "configure"
#include "confdefs.h"
#include <sys/timod.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10096: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10119,17 +10140,17 @@ else
ac_safe=`echo "tli/timod.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for tli/timod.h""... $ac_c" 1>&6
-echo "configure:10123: checking for tli/timod.h" >&5
+echo "configure:10144: checking for tli/timod.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10128 "configure"
+#line 10149 "configure"
#include "confdefs.h"
#include <tli/timod.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10154: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10161,17 +10182,17 @@ fi
ac_safe=`echo "tiuser.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for tiuser.h""... $ac_c" 1>&6
-echo "configure:10165: checking for tiuser.h" >&5
+echo "configure:10186: checking for tiuser.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10170 "configure"
+#line 10191 "configure"
#include "confdefs.h"
#include <tiuser.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10206,13 +10227,13 @@ fi
if test "$ac_cv_header_tiuser_h" = yes; then
echo $ac_n "checking if tiuser.h is protected by extern \"C\"""... $ac_c" 1>&6
-echo "configure:10210: checking if tiuser.h is protected by extern \"C\"" >&5
+echo "configure:10231: checking if tiuser.h is protected by extern \"C\"" >&5
if eval "test \"`echo '$''{'ace_cv_lib_tiuser_with_extern_c'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10216 "configure"
+#line 10237 "configure"
#include "confdefs.h"
#include <tiuser.h>
EOF
@@ -10249,17 +10270,17 @@ EOF
fi
ac_safe=`echo "xliuser.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for xliuser.h""... $ac_c" 1>&6
-echo "configure:10253: checking for xliuser.h" >&5
+echo "configure:10274: checking for xliuser.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10258 "configure"
+#line 10279 "configure"
#include "confdefs.h"
#include <xliuser.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10295,13 +10316,13 @@ fi
if test "$ace_has_tli" = yes; then
echo $ac_n "checking for TLI prototypes""... $ac_c" 1>&6
-echo "configure:10299: checking for TLI prototypes" >&5
+echo "configure:10320: checking for TLI prototypes" >&5
if eval "test \"`echo '$''{'ace_cv_lib_tli_prototypes'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10305 "configure"
+#line 10326 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_TIMOD_H)
@@ -10367,13 +10388,13 @@ EOF
echo $ac_n "checking for t_errno in TLI headers""... $ac_c" 1>&6
-echo "configure:10371: checking for t_errno in TLI headers" >&5
+echo "configure:10392: checking for t_errno in TLI headers" >&5
if eval "test \"`echo '$''{'ace_cv_lib_has_t_errno'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10377 "configure"
+#line 10398 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_TIMOD_H)
@@ -10445,17 +10466,17 @@ EOF
fi fi
ac_safe=`echo "sys/time.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/time.h""... $ac_c" 1>&6
-echo "configure:10449: checking for sys/time.h" >&5
+echo "configure:10470: checking for sys/time.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10454 "configure"
+#line 10475 "configure"
#include "confdefs.h"
#include <sys/time.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10480: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10473,7 +10494,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat > conftest.$ac_ext <<EOF
-#line 10477 "configure"
+#line 10498 "configure"
#include "confdefs.h"
#include <time.h>
EOF
@@ -10499,17 +10520,17 @@ fi
ac_safe=`echo "sys/mman.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/mman.h""... $ac_c" 1>&6
-echo "configure:10503: checking for sys/mman.h" >&5
+echo "configure:10524: checking for sys/mman.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10508 "configure"
+#line 10529 "configure"
#include "confdefs.h"
#include <sys/mman.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10527,7 +10548,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat > conftest.$ac_ext <<EOF
-#line 10531 "configure"
+#line 10552 "configure"
#include "confdefs.h"
#include <sys/mman.h>
EOF
@@ -10559,17 +10580,17 @@ fi
ac_safe=`echo "bstring.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for bstring.h""... $ac_c" 1>&6
-echo "configure:10563: checking for bstring.h" >&5
+echo "configure:10584: checking for bstring.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10568 "configure"
+#line 10589 "configure"
#include "confdefs.h"
#include <bstring.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10594: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10587,7 +10608,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat > conftest.$ac_ext <<EOF
-#line 10591 "configure"
+#line 10612 "configure"
#include "confdefs.h"
#include <bstring.h>
EOF
@@ -10611,17 +10632,17 @@ fi
ac_safe=`echo "strings.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for strings.h""... $ac_c" 1>&6
-echo "configure:10615: checking for strings.h" >&5
+echo "configure:10636: checking for strings.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10620 "configure"
+#line 10641 "configure"
#include "confdefs.h"
#include <strings.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10639,7 +10660,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat > conftest.$ac_ext <<EOF
-#line 10643 "configure"
+#line 10664 "configure"
#include "confdefs.h"
#include <strings.h>
EOF
@@ -10663,17 +10684,17 @@ fi
ac_safe=`echo "sys/syscall.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/syscall.h""... $ac_c" 1>&6
-echo "configure:10667: checking for sys/syscall.h" >&5
+echo "configure:10688: checking for sys/syscall.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10672 "configure"
+#line 10693 "configure"
#include "confdefs.h"
#include <sys/syscall.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10700,17 +10721,17 @@ fi
ac_safe=`echo "poll.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for poll.h""... $ac_c" 1>&6
-echo "configure:10704: checking for poll.h" >&5
+echo "configure:10725: checking for poll.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10709 "configure"
+#line 10730 "configure"
#include "confdefs.h"
#include <poll.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10739,17 +10760,17 @@ for ac_hdr in pwd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:10743: checking for $ac_hdr" >&5
+echo "configure:10764: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10748 "configure"
+#line 10769 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10774: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10777,17 +10798,17 @@ done
ac_safe=`echo "regexpr.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for regexpr.h""... $ac_c" 1>&6
-echo "configure:10781: checking for regexpr.h" >&5
+echo "configure:10802: checking for regexpr.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10786 "configure"
+#line 10807 "configure"
#include "confdefs.h"
#include <regexpr.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10814,17 +10835,17 @@ fi
ac_safe=`echo "stropts.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for stropts.h""... $ac_c" 1>&6
-echo "configure:10818: checking for stropts.h" >&5
+echo "configure:10839: checking for stropts.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10823 "configure"
+#line 10844 "configure"
#include "confdefs.h"
#include <stropts.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10828: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10851,17 +10872,17 @@ fi
ac_safe=`echo "siginfo.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for siginfo.h""... $ac_c" 1>&6
-echo "configure:10855: checking for siginfo.h" >&5
+echo "configure:10876: checking for siginfo.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10860 "configure"
+#line 10881 "configure"
#include "confdefs.h"
#include <siginfo.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10889,17 +10910,17 @@ fi
ac_safe=`echo "unistd.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for unistd.h""... $ac_c" 1>&6
-echo "configure:10893: checking for unistd.h" >&5
+echo "configure:10914: checking for unistd.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10898 "configure"
+#line 10919 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10924: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10927,17 +10948,17 @@ fi
ac_safe=`echo "utime.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for utime.h""... $ac_c" 1>&6
-echo "configure:10931: checking for utime.h" >&5
+echo "configure:10952: checking for utime.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10936 "configure"
+#line 10957 "configure"
#include "confdefs.h"
#include <utime.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -10965,17 +10986,17 @@ fi
ac_safe=`echo "libc.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for libc.h""... $ac_c" 1>&6
-echo "configure:10969: checking for libc.h" >&5
+echo "configure:10990: checking for libc.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10974 "configure"
+#line 10995 "configure"
#include "confdefs.h"
#include <libc.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10979: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11000: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11002,17 +11023,17 @@ fi
ac_safe=`echo "osfcn.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for osfcn.h""... $ac_c" 1>&6
-echo "configure:11006: checking for osfcn.h" >&5
+echo "configure:11027: checking for osfcn.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11011 "configure"
+#line 11032 "configure"
#include "confdefs.h"
#include <osfcn.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11016: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11039,17 +11060,17 @@ fi
ac_safe=`echo "new" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for new""... $ac_c" 1>&6
-echo "configure:11043: checking for new" >&5
+echo "configure:11064: checking for new" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11048 "configure"
+#line 11069 "configure"
#include "confdefs.h"
#include <new>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11053: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11074,17 +11095,17 @@ else
ac_safe=`echo "new.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for new.h""... $ac_c" 1>&6
-echo "configure:11078: checking for new.h" >&5
+echo "configure:11099: checking for new.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11083 "configure"
+#line 11104 "configure"
#include "confdefs.h"
#include <new.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11088: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11114,17 +11135,17 @@ fi
ac_safe=`echo "stdexcept" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for stdexcept""... $ac_c" 1>&6
-echo "configure:11118: checking for stdexcept" >&5
+echo "configure:11139: checking for stdexcept" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11123 "configure"
+#line 11144 "configure"
#include "confdefs.h"
#include <stdexcept>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11128: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11149,17 +11170,17 @@ else
ac_safe=`echo "exception.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for exception.h""... $ac_c" 1>&6
-echo "configure:11153: checking for exception.h" >&5
+echo "configure:11174: checking for exception.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11158 "configure"
+#line 11179 "configure"
#include "confdefs.h"
#include <exception.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11184: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11189,17 +11210,17 @@ fi
ac_safe=`echo "iomanip" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for iomanip""... $ac_c" 1>&6
-echo "configure:11193: checking for iomanip" >&5
+echo "configure:11214: checking for iomanip" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11198 "configure"
+#line 11219 "configure"
#include "confdefs.h"
#include <iomanip>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11226,17 +11247,17 @@ fi
ac_safe=`echo "cstring" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for cstring""... $ac_c" 1>&6
-echo "configure:11230: checking for cstring" >&5
+echo "configure:11251: checking for cstring" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11235 "configure"
+#line 11256 "configure"
#include "confdefs.h"
#include <cstring>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11261: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11263,17 +11284,17 @@ fi
ac_safe=`echo "memory" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for memory""... $ac_c" 1>&6
-echo "configure:11267: checking for memory" >&5
+echo "configure:11288: checking for memory" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11272 "configure"
+#line 11293 "configure"
#include "confdefs.h"
#include <memory>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11296,17 +11317,17 @@ fi
ac_safe=`echo "map" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for map""... $ac_c" 1>&6
-echo "configure:11300: checking for map" >&5
+echo "configure:11321: checking for map" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11305 "configure"
+#line 11326 "configure"
#include "confdefs.h"
#include <map>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11310: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11331: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11325,17 +11346,17 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ac_safe=`echo "net/if.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for net/if.h""... $ac_c" 1>&6
-echo "configure:11329: checking for net/if.h" >&5
+echo "configure:11350: checking for net/if.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11334 "configure"
+#line 11355 "configure"
#include "confdefs.h"
#include <net/if.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11339: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11354,13 +11375,13 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo $ac_n "checking if STL map class conflicts with <net/if.h> map struct""... $ac_c" 1>&6
-echo "configure:11358: checking if STL map class conflicts with <net/if.h> map struct" >&5
+echo "configure:11379: checking if STL map class conflicts with <net/if.h> map struct" >&5
if eval "test \"`echo '$''{'ace_cv_header_stl_map_conflict'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11364 "configure"
+#line 11385 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -11375,7 +11396,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:11379: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_header_stl_map_conflict=no
@@ -11417,17 +11438,17 @@ fi
ac_safe=`echo "queue" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for queue""... $ac_c" 1>&6
-echo "configure:11421: checking for queue" >&5
+echo "configure:11442: checking for queue" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11426 "configure"
+#line 11447 "configure"
#include "confdefs.h"
#include <queue>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11431: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11446,17 +11467,17 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
-echo "configure:11450: checking for netinet/in.h" >&5
+echo "configure:11471: checking for netinet/in.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11455 "configure"
+#line 11476 "configure"
#include "confdefs.h"
#include <netinet/in.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11460: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11475,13 +11496,13 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo $ac_n "checking if STL queue class conflicts with <netinet/in.h> queue struct""... $ac_c" 1>&6
-echo "configure:11479: checking if STL queue class conflicts with <netinet/in.h> queue struct" >&5
+echo "configure:11500: checking if STL queue class conflicts with <netinet/in.h> queue struct" >&5
if eval "test \"`echo '$''{'ace_cv_header_stl_queue_conflict'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11485 "configure"
+#line 11506 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -11496,7 +11517,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:11500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_header_stl_queue_conflict=no
@@ -11540,17 +11561,17 @@ for ac_hdr in iomanip ios iostream istream ostream fstream streambuf
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:11544: checking for $ac_hdr" >&5
+echo "configure:11565: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11549 "configure"
+#line 11570 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11583,17 +11604,17 @@ done
ac_safe=`echo "iostream.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for iostream.h""... $ac_c" 1>&6
-echo "configure:11587: checking for iostream.h" >&5
+echo "configure:11608: checking for iostream.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11592 "configure"
+#line 11613 "configure"
#include "confdefs.h"
#include <iostream.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11597: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11611,17 +11632,17 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
ac_safe=`echo "fstream.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for fstream.h""... $ac_c" 1>&6
-echo "configure:11615: checking for fstream.h" >&5
+echo "configure:11636: checking for fstream.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11620 "configure"
+#line 11641 "configure"
#include "confdefs.h"
#include <fstream.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -11657,13 +11678,13 @@ fi
echo $ac_n "checking sched.h for thread scheduling definitions""... $ac_c" 1>&6
-echo "configure:11661: checking sched.h for thread scheduling definitions" >&5
+echo "configure:11682: checking sched.h for thread scheduling definitions" >&5
if eval "test \"`echo '$''{'ace_cv_needs_sched_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11667 "configure"
+#line 11688 "configure"
#include "confdefs.h"
#include <sched.h>
EOF
@@ -11699,13 +11720,13 @@ EOF
echo $ac_n "checking regexpr.h for regular expression support""... $ac_c" 1>&6
-echo "configure:11703: checking regexpr.h for regular expression support" >&5
+echo "configure:11724: checking regexpr.h for regular expression support" >&5
if eval "test \"`echo '$''{'ace_cv_needs_regexpr_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11709 "configure"
+#line 11730 "configure"
#include "confdefs.h"
#include <regexpr.h>
EOF
@@ -11723,7 +11744,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 11727 "configure"
+#line 11748 "configure"
#include "confdefs.h"
#include <regexpr.h>
EOF
@@ -11780,13 +11801,13 @@ EOF
echo $ac_n "checking if sprintf() returns char*""... $ac_c" 1>&6
-echo "configure:11784: checking if sprintf() returns char*" >&5
+echo "configure:11805: checking if sprintf() returns char*" >&5
if eval "test \"`echo '$''{'ace_cv_lib_charptr_sprintf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11790 "configure"
+#line 11811 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -11804,7 +11825,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:11808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_charptr_sprintf=yes
@@ -11839,13 +11860,13 @@ EOF
echo $ac_n "checking for getopt() prototype""... $ac_c" 1>&6
-echo "configure:11843: checking for getopt() prototype" >&5
+echo "configure:11864: checking for getopt() prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_getopt_proto'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11849 "configure"
+#line 11870 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -11859,7 +11880,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 11863 "configure"
+#line 11884 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
@@ -11917,13 +11938,13 @@ EOF
echo $ac_n "checking for old malloc() prototype""... $ac_c" 1>&6
-echo "configure:11921: checking for old malloc() prototype" >&5
+echo "configure:11942: checking for old malloc() prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_old_malloc_proto'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11927 "configure"
+#line 11948 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -11938,7 +11959,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:11942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11963: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_old_malloc_proto=yes
@@ -11973,13 +11994,13 @@ EOF
echo $ac_n "checking for *_timedwait() prototypes""... $ac_c" 1>&6
-echo "configure:11977: checking for *_timedwait() prototypes" >&5
+echo "configure:11998: checking for *_timedwait() prototypes" >&5
if eval "test \"`echo '$''{'ace_cv_lib_timedwait_proto'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11983 "configure"
+#line 12004 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
@@ -11993,7 +12014,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 11997 "configure"
+#line 12018 "configure"
#include "confdefs.h"
#include <fcntl.h>
EOF
@@ -12034,13 +12055,13 @@ EOF
echo $ac_n "checking for ualarm() prototype""... $ac_c" 1>&6
-echo "configure:12038: checking for ualarm() prototype" >&5
+echo "configure:12059: checking for ualarm() prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_ualarm_proto'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12044 "configure"
+#line 12065 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -12077,13 +12098,13 @@ EOF
echo $ac_n "checking for getrusage() in sys/resource.h""... $ac_c" 1>&6
-echo "configure:12081: checking for getrusage() in sys/resource.h" >&5
+echo "configure:12102: checking for getrusage() in sys/resource.h" >&5
if eval "test \"`echo '$''{'ace_cv_lib_has_getrusage_proto'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12087 "configure"
+#line 12108 "configure"
#include "confdefs.h"
#include <sys/resource.h>
EOF
@@ -12119,13 +12140,13 @@ EOF
echo $ac_n "checking for getrlimit() and setrlimit() in sys/resource.h""... $ac_c" 1>&6
-echo "configure:12123: checking for getrlimit() and setrlimit() in sys/resource.h" >&5
+echo "configure:12144: checking for getrlimit() and setrlimit() in sys/resource.h" >&5
if eval "test \"`echo '$''{'ace_cv_lib_has_getsetrlimit_proto'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12129 "configure"
+#line 12150 "configure"
#include "confdefs.h"
#include <sys/resource.h>
EOF
@@ -12134,7 +12155,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 12138 "configure"
+#line 12159 "configure"
#include "confdefs.h"
#include <sys/resource.h>
EOF
@@ -12180,13 +12201,13 @@ EOF
echo $ac_n "checking if dlfcn.h is protected by extern \"C\"""... $ac_c" 1>&6
-echo "configure:12184: checking if dlfcn.h is protected by extern \"C\"" >&5
+echo "configure:12205: checking if dlfcn.h is protected by extern \"C\"" >&5
if eval "test \"`echo '$''{'ace_cv_lib_dlfcn_with_extern_c'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12190 "configure"
+#line 12211 "configure"
#include "confdefs.h"
#include <dlfcn.h>
EOF
@@ -12223,7 +12244,7 @@ EOF
echo $ac_n "checking if XOPEN defines are needed for getpgid prototype""... $ac_c" 1>&6
-echo "configure:12227: checking if XOPEN defines are needed for getpgid prototype" >&5
+echo "configure:12248: checking if XOPEN defines are needed for getpgid prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_getpgid_needs_xopen'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -12232,7 +12253,7 @@ else
ace_no_xopen="-U_XOPEN_SOURCE -U_XOPEN_SOURCE_EXTENDED"
CPPFLAGS="$CPPFLAGS $ace_no_xopen"
cat > conftest.$ac_ext <<EOF
-#line 12236 "configure"
+#line 12257 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -12248,7 +12269,7 @@ else
ace_xopen="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED"
CPPFLAGS="$save_CPPFLAGS $ace_xopen"
cat > conftest.$ac_ext <<EOF
-#line 12252 "configure"
+#line 12273 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -12290,7 +12311,7 @@ EOF
echo $ac_n "checking if POSIX define is needed for strtok_r prototype""... $ac_c" 1>&6
-echo "configure:12294: checking if POSIX define is needed for strtok_r prototype" >&5
+echo "configure:12315: checking if POSIX define is needed for strtok_r prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_strtok_r_needs_posix'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -12299,7 +12320,7 @@ else
ace_no_posix="-U_POSIX_SOURCE"
CPPFLAGS="$CPPFLAGS $ace_no_posix"
cat > conftest.$ac_ext <<EOF
-#line 12303 "configure"
+#line 12324 "configure"
#include "confdefs.h"
#include <string.h>
EOF
@@ -12315,7 +12336,7 @@ else
ace_posix="-D_POSIX_SOURCE"
CPPFLAGS="$save_CPPFLAGS $ace_posix"
cat > conftest.$ac_ext <<EOF
-#line 12319 "configure"
+#line 12340 "configure"
#include "confdefs.h"
#include <string.h>
EOF
@@ -12357,7 +12378,7 @@ EOF
echo $ac_n "checking if XOPEN define is needed for strptime prototype""... $ac_c" 1>&6
-echo "configure:12361: checking if XOPEN define is needed for strptime prototype" >&5
+echo "configure:12382: checking if XOPEN define is needed for strptime prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_strptime_needs_xopen'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -12366,7 +12387,7 @@ else
ace_no_xopen="-U_XOPEN_SOURCE"
CPPFLAGS="$CPPFLAGS $ace_no_xopen"
cat > conftest.$ac_ext <<EOF
-#line 12370 "configure"
+#line 12391 "configure"
#include "confdefs.h"
#include <time.h>
EOF
@@ -12382,7 +12403,7 @@ else
ace_xopen="-D_XOPEN_SOURCE"
CPPFLAGS="$save_CPPFLAGS $ace_xopen"
cat > conftest.$ac_ext <<EOF
-#line 12386 "configure"
+#line 12407 "configure"
#include "confdefs.h"
#include <time.h>
EOF
@@ -12424,7 +12445,7 @@ EOF
echo $ac_n "checking if LARGEFILE64 define is needed for lseek64 prototype""... $ac_c" 1>&6
-echo "configure:12428: checking if LARGEFILE64 define is needed for lseek64 prototype" >&5
+echo "configure:12449: checking if LARGEFILE64 define is needed for lseek64 prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_lseek64_needs_largefile64'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -12433,7 +12454,7 @@ else
ace_no_largefile64="-U_LARGEFILE64_SOURCE"
CPPFLAGS="$CPPFLAGS $ace_no_largefile64"
cat > conftest.$ac_ext <<EOF
-#line 12437 "configure"
+#line 12458 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -12449,7 +12470,7 @@ else
ace_largefile64="-D_LARGEFILE64_SOURCE"
CPPFLAGS="$save_CPPFLAGS $ace_largefile64"
cat > conftest.$ac_ext <<EOF
-#line 12453 "configure"
+#line 12474 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -12491,7 +12512,7 @@ EOF
echo $ac_n "checking if XOPEN define is needed for pread prototype""... $ac_c" 1>&6
-echo "configure:12495: checking if XOPEN define is needed for pread prototype" >&5
+echo "configure:12516: checking if XOPEN define is needed for pread prototype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_pread_needs_xopen'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -12500,7 +12521,7 @@ else
ace_no_xopen="-U_XOPEN_SOURCE"
CPPFLAGS="$CPPFLAGS $ace_no_xopen"
cat > conftest.$ac_ext <<EOF
-#line 12504 "configure"
+#line 12525 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -12516,7 +12537,7 @@ else
ace_xopen="-D_XOPEN_SOURCE=500"
CPPFLAGS="$save_CPPFLAGS $ace_xopen"
cat > conftest.$ac_ext <<EOF
-#line 12520 "configure"
+#line 12541 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
@@ -12558,12 +12579,12 @@ EOF
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:12562: checking for uid_t in sys/types.h" >&5
+echo "configure:12583: checking for uid_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12567 "configure"
+#line 12588 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
@@ -12592,12 +12613,12 @@ EOF
fi
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:12596: checking for ANSI C header files" >&5
+echo "configure:12617: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12601 "configure"
+#line 12622 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -12605,7 +12626,7 @@ else
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:12630: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -12622,7 +12643,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 <<EOF
-#line 12626 "configure"
+#line 12647 "configure"
#include "confdefs.h"
#include <string.h>
EOF
@@ -12640,7 +12661,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 <<EOF
-#line 12644 "configure"
+#line 12665 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
@@ -12661,7 +12682,7 @@ if test "$cross_compiling" = yes; then
:
else
cat > conftest.$ac_ext <<EOF
-#line 12665 "configure"
+#line 12686 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -12675,7 +12696,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
EOF
-if { (eval echo configure:12679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:12700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
@@ -12699,12 +12720,12 @@ EOF
fi
echo $ac_n "checking for mode_t""... $ac_c" 1>&6
-echo "configure:12703: checking for mode_t" >&5
+echo "configure:12724: checking for mode_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12708 "configure"
+#line 12729 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -12732,12 +12753,12 @@ EOF
fi
echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:12736: checking for off_t" >&5
+echo "configure:12757: checking for off_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12741 "configure"
+#line 12762 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -12765,12 +12786,12 @@ EOF
fi
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
-echo "configure:12769: checking for pid_t" >&5
+echo "configure:12790: checking for pid_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12774 "configure"
+#line 12795 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -12798,12 +12819,12 @@ EOF
fi
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:12802: checking for size_t" >&5
+echo "configure:12823: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12807 "configure"
+#line 12828 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -12836,13 +12857,13 @@ fi
echo $ac_n "checking for idtype_t in signal.h""... $ac_c" 1>&6
-echo "configure:12840: checking for idtype_t in signal.h" >&5
+echo "configure:12861: checking for idtype_t in signal.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_idtype_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12846 "configure"
+#line 12867 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -12853,7 +12874,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:12857: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_idtype_t=yes
@@ -12887,13 +12908,13 @@ EOF
echo $ac_n "checking for sem_t in semaphore.h""... $ac_c" 1>&6
-echo "configure:12891: checking for sem_t in semaphore.h" >&5
+echo "configure:12912: checking for sem_t in semaphore.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_sem_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12897 "configure"
+#line 12918 "configure"
#include "confdefs.h"
#include <semaphore.h>
@@ -12904,7 +12925,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:12908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_sem_t=yes
@@ -12935,13 +12956,13 @@ fi
echo $ac_n "checking for key_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:12939: checking for key_t in sys/types.h" >&5
+echo "configure:12960: checking for key_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_key_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12945 "configure"
+#line 12966 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -12952,7 +12973,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:12956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12977: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_key_t=yes
@@ -12987,13 +13008,13 @@ EOF
echo $ac_n "checking for ssize_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:12991: checking for ssize_t in sys/types.h" >&5
+echo "configure:13012: checking for ssize_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_ssize_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12997 "configure"
+#line 13018 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -13004,7 +13025,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_ssize_t=yes
@@ -13038,13 +13059,13 @@ EOF
echo $ac_n "checking for u_longlong_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:13042: checking for u_longlong_t in sys/types.h" >&5
+echo "configure:13063: checking for u_longlong_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_u_longlong_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 13048 "configure"
+#line 13069 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -13055,7 +13076,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_u_longlong_t=yes
@@ -13090,13 +13111,13 @@ EOF
echo $ac_n "checking for pri_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:13094: checking for pri_t in sys/types.h" >&5
+echo "configure:13115: checking for pri_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_pri_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 13100 "configure"
+#line 13121 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -13107,7 +13128,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_pri_t=yes
@@ -13142,13 +13163,13 @@ EOF
echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
-echo "configure:13146: checking for socklen_t in sys/socket.h" >&5
+echo "configure:13167: checking for socklen_t in sys/socket.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_socklen_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 13152 "configure"
+#line 13173 "configure"
#include "confdefs.h"
#include <sys/socket.h>
@@ -13159,7 +13180,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13163: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13184: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_socklen_t=yes
@@ -13193,13 +13214,13 @@ EOF
echo $ac_n "checking for ucontext_t in ucontext.h""... $ac_c" 1>&6
-echo "configure:13197: checking for ucontext_t in ucontext.h" >&5
+echo "configure:13218: checking for ucontext_t in ucontext.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_ucontext_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 13203 "configure"
+#line 13224 "configure"
#include "confdefs.h"
#include <ucontext.h>
@@ -13210,7 +13231,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13214: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_ucontext_t=yes
@@ -13244,13 +13265,13 @@ EOF
echo $ac_n "checking for wchar_t in wchar.h""... $ac_c" 1>&6
-echo "configure:13248: checking for wchar_t in wchar.h" >&5
+echo "configure:13269: checking for wchar_t in wchar.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_wchar_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 13254 "configure"
+#line 13275 "configure"
#include "confdefs.h"
#include <wchar.h>
@@ -13261,7 +13282,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13286: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_wchar_t=yes
@@ -13291,13 +13312,13 @@ EOF
echo $ac_n "checking for wchar_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:13295: checking for wchar_t in sys/types.h" >&5
+echo "configure:13316: checking for wchar_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_wchar_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 13301 "configure"
+#line 13322 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -13308,7 +13329,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13312: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_wchar_t=yes
@@ -13347,13 +13368,13 @@ EOF
echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
-echo "configure:13351: checking for sig_atomic_t" >&5
+echo "configure:13372: checking for sig_atomic_t" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_defines_sig_atomic_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 13357 "configure"
+#line 13378 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -13367,7 +13388,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13392: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_defines_sig_atomic_t=yes
@@ -13403,7 +13424,7 @@ EOF
echo $ac_n "checking for struct flock in fcntl.h""... $ac_c" 1>&6
-echo "configure:13407: checking for struct flock in fcntl.h" >&5
+echo "configure:13428: checking for struct flock in fcntl.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_flock'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -13411,7 +13432,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 13415 "configure"
+#line 13436 "configure"
#include "confdefs.h"
#include <fcntl.h>
@@ -13422,7 +13443,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13447: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13435,7 +13456,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 13439 "configure"
+#line 13460 "configure"
#include "confdefs.h"
#include <fcntl.h>
@@ -13446,7 +13467,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13450: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13471: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13490,7 +13511,7 @@ EOF
echo $ac_n "checking for struct rwlock_t in synch.h""... $ac_c" 1>&6
-echo "configure:13494: checking for struct rwlock_t in synch.h" >&5
+echo "configure:13515: checking for struct rwlock_t in synch.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_rwlock_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -13498,7 +13519,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 13502 "configure"
+#line 13523 "configure"
#include "confdefs.h"
#include <synch.h>
@@ -13509,7 +13530,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13513: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13522,7 +13543,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 13526 "configure"
+#line 13547 "configure"
#include "confdefs.h"
#include <synch.h>
@@ -13533,7 +13554,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13577,7 +13598,7 @@ EOF
echo $ac_n "checking for struct strbuf in stropts.h""... $ac_c" 1>&6
-echo "configure:13581: checking for struct strbuf in stropts.h" >&5
+echo "configure:13602: checking for struct strbuf in stropts.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_strbuf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -13585,7 +13606,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 13589 "configure"
+#line 13610 "configure"
#include "confdefs.h"
#include <stropts.h>
@@ -13596,7 +13617,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13600: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13621: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13609,7 +13630,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 13613 "configure"
+#line 13634 "configure"
#include "confdefs.h"
#include <stropts.h>
@@ -13620,7 +13641,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13663,7 +13684,7 @@ EOF
echo $ac_n "checking for struct msgbuf in sys/msg.h""... $ac_c" 1>&6
-echo "configure:13667: checking for struct msgbuf in sys/msg.h" >&5
+echo "configure:13688: checking for struct msgbuf in sys/msg.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_msgbuf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -13671,7 +13692,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 13675 "configure"
+#line 13696 "configure"
#include "confdefs.h"
#include <sys/msg.h>
@@ -13682,7 +13703,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13695,7 +13716,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 13699 "configure"
+#line 13720 "configure"
#include "confdefs.h"
#include <sys/msg.h>
@@ -13706,7 +13727,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13754,7 +13775,7 @@ case "$target" in
echo $ac_n "checking for struct prusage_t in sys/procfs.h""... $ac_c" 1>&6
-echo "configure:13758: checking for struct prusage_t in sys/procfs.h" >&5
+echo "configure:13779: checking for struct prusage_t in sys/procfs.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_prusage_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -13762,7 +13783,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 13766 "configure"
+#line 13787 "configure"
#include "confdefs.h"
#include <sys/procfs.h>
@@ -13773,7 +13794,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13786,7 +13807,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 13790 "configure"
+#line 13811 "configure"
#include "confdefs.h"
#include <sys/procfs.h>
@@ -13797,7 +13818,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13801: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13842,7 +13863,7 @@ esac
echo $ac_n "checking for struct strrecvfd in stropts.h""... $ac_c" 1>&6
-echo "configure:13846: checking for struct strrecvfd in stropts.h" >&5
+echo "configure:13867: checking for struct strrecvfd in stropts.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_strrecvfd'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -13850,7 +13871,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 13854 "configure"
+#line 13875 "configure"
#include "confdefs.h"
#include <stropts.h>
@@ -13861,7 +13882,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13874,7 +13895,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 13878 "configure"
+#line 13899 "configure"
#include "confdefs.h"
#include <stropts.h>
@@ -13885,7 +13906,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13889: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13910: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13929,7 +13950,7 @@ EOF
echo $ac_n "checking for struct sembuf in sys/sem.h""... $ac_c" 1>&6
-echo "configure:13933: checking for struct sembuf in sys/sem.h" >&5
+echo "configure:13954: checking for struct sembuf in sys/sem.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_sembuf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -13937,7 +13958,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 13941 "configure"
+#line 13962 "configure"
#include "confdefs.h"
#include <sys/sem.h>
@@ -13948,7 +13969,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13973: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -13961,7 +13982,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 13965 "configure"
+#line 13986 "configure"
#include "confdefs.h"
#include <sys/sem.h>
@@ -13972,7 +13993,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:13976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:13997: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14016,7 +14037,7 @@ EOF
echo $ac_n "checking for struct sigaction in signal.h""... $ac_c" 1>&6
-echo "configure:14020: checking for struct sigaction in signal.h" >&5
+echo "configure:14041: checking for struct sigaction in signal.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_sigaction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -14024,7 +14045,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 14028 "configure"
+#line 14049 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -14035,7 +14056,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14048,7 +14069,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 14052 "configure"
+#line 14073 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -14059,7 +14080,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14103,7 +14124,7 @@ EOF
echo $ac_n "checking for struct sigset_t in signal.h""... $ac_c" 1>&6
-echo "configure:14107: checking for struct sigset_t in signal.h" >&5
+echo "configure:14128: checking for struct sigset_t in signal.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_sigset_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -14111,7 +14132,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 14115 "configure"
+#line 14136 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -14122,7 +14143,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14126: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14147: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14135,7 +14156,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 14139 "configure"
+#line 14160 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -14146,7 +14167,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14150: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14190,7 +14211,7 @@ EOF
echo $ac_n "checking for struct utsname in sys/utsname.h""... $ac_c" 1>&6
-echo "configure:14194: checking for struct utsname in sys/utsname.h" >&5
+echo "configure:14215: checking for struct utsname in sys/utsname.h" >&5
if eval "test \"`echo '$''{'ace_cv_struct_utsname'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -14198,7 +14219,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 14202 "configure"
+#line 14223 "configure"
#include "confdefs.h"
#include <sys/utsname.h>
@@ -14209,7 +14230,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14222,7 +14243,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 14226 "configure"
+#line 14247 "configure"
#include "confdefs.h"
#include <sys/utsname.h>
@@ -14233,7 +14254,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14275,7 +14296,7 @@ EOF
echo $ac_n "checking for struct siginfo_t""... $ac_c" 1>&6
-echo "configure:14279: checking for struct siginfo_t" >&5
+echo "configure:14300: checking for struct siginfo_t" >&5
if eval "test \"`echo '$''{'ace_cv_struct_siginfo_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -14283,7 +14304,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 14287 "configure"
+#line 14308 "configure"
#include "confdefs.h"
#include <siginfo.h>
@@ -14294,7 +14315,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14298: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14307,7 +14328,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 14311 "configure"
+#line 14332 "configure"
#include "confdefs.h"
#include <siginfo.h>
@@ -14318,7 +14339,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14322: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14334,7 +14355,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 14338 "configure"
+#line 14359 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -14345,7 +14366,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14358,7 +14379,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 14362 "configure"
+#line 14383 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -14369,7 +14390,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -14419,13 +14440,13 @@ EOF
echo $ac_n "checking for struct msghdr""... $ac_c" 1>&6
-echo "configure:14423: checking for struct msghdr" >&5
+echo "configure:14444: checking for struct msghdr" >&5
if eval "test \"`echo '$''{'ace_cv_struct_msghdr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14429 "configure"
+#line 14450 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -14439,7 +14460,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_struct_msghdr=yes
@@ -14471,13 +14492,13 @@ EOF
echo $ac_n "checking for condition variable support""... $ac_c" 1>&6
-echo "configure:14475: checking for condition variable support" >&5
+echo "configure:14496: checking for condition variable support" >&5
if eval "test \"`echo '$''{'ace_cv_struct_cond_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14481 "configure"
+#line 14502 "configure"
#include "confdefs.h"
#include <pthread.h>
@@ -14488,7 +14509,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14513: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_struct_cond_t=yes
@@ -14499,7 +14520,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 14503 "configure"
+#line 14524 "configure"
#include "confdefs.h"
#include <synch.h>
@@ -14510,7 +14531,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_struct_cond_t=yes
@@ -14546,13 +14567,13 @@ EOF
echo $ac_n "checking for POSIX timer structure""... $ac_c" 1>&6
-echo "configure:14550: checking for POSIX timer structure" >&5
+echo "configure:14571: checking for POSIX timer structure" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_timer_struct'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14556 "configure"
+#line 14577 "configure"
#include "confdefs.h"
#include <time.h>
@@ -14567,7 +14588,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14571: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_timer_struct=yes
@@ -14578,7 +14599,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 14582 "configure"
+#line 14603 "configure"
#include "confdefs.h"
#include <time.h>
@@ -14593,19 +14614,19 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_timer_struct=yes
echo $ac_n "checking for struct timespec in sys/timers.h""... $ac_c" 1>&6
-echo "configure:14603: checking for struct timespec in sys/timers.h" >&5
+echo "configure:14624: checking for struct timespec in sys/timers.h" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_timespec_broken'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14609 "configure"
+#line 14630 "configure"
#include "confdefs.h"
#include <sys/timers.h>
@@ -14616,7 +14637,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14641: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_struct_timespec_broken=yes
@@ -14681,13 +14702,13 @@ EOF
echo $ac_n "checking for struct timespec in sys/timers.h""... $ac_c" 1>&6
-echo "configure:14685: checking for struct timespec in sys/timers.h" >&5
+echo "configure:14706: checking for struct timespec in sys/timers.h" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_timespec_broken'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14691 "configure"
+#line 14712 "configure"
#include "confdefs.h"
#include <sys/timers.h>
@@ -14698,7 +14719,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14702: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_struct_timespec_broken=yes
@@ -14734,13 +14755,13 @@ EOF
echo $ac_n "checking for timespec_t""... $ac_c" 1>&6
-echo "configure:14738: checking for timespec_t" >&5
+echo "configure:14759: checking for timespec_t" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_timespec_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14744 "configure"
+#line 14765 "configure"
#include "confdefs.h"
#include <time.h>
@@ -14755,7 +14776,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_timespec_t=yes
@@ -14788,13 +14809,13 @@ EOF
echo $ac_n "checking for union semun""... $ac_c" 1>&6
-echo "configure:14792: checking for union semun" >&5
+echo "configure:14813: checking for union semun" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_defines_union_semun'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14798 "configure"
+#line 14819 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -14811,7 +14832,7 @@ semun us;
; return 0; }
EOF
-if { (eval echo configure:14815: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_defines_union_semun=yes
@@ -14844,13 +14865,13 @@ EOF
echo $ac_n "checking for broken struct timespec members""... $ac_c" 1>&6
-echo "configure:14848: checking for broken struct timespec members" >&5
+echo "configure:14869: checking for broken struct timespec members" >&5
if eval "test \"`echo '$''{'ace_cv_lib_broken_timespec'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14854 "configure"
+#line 14875 "configure"
#include "confdefs.h"
#include <time.h>
@@ -14867,7 +14888,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14871: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_broken_timespec=yes
@@ -14899,13 +14920,13 @@ EOF
echo $ac_n "checking for limited struct rusage""... $ac_c" 1>&6
-echo "configure:14903: checking for limited struct rusage" >&5
+echo "configure:14924: checking for limited struct rusage" >&5
if eval "test \"`echo '$''{'ace_cv_lib_limited_rusage'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14909 "configure"
+#line 14930 "configure"
#include "confdefs.h"
#include <sys/resource.h>
@@ -14924,7 +14945,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:14949: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_limited_rusage=no
@@ -14957,13 +14978,13 @@ EOF
if test "$ace_cv_struct_siginfo_t" = yes; then
echo $ac_n "checking for si_addr member in struct siginfo_t""... $ac_c" 1>&6
-echo "configure:14961: checking for si_addr member in struct siginfo_t" >&5
+echo "configure:14982: checking for si_addr member in struct siginfo_t" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_si_addr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 14967 "configure"
+#line 14988 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SIGINFO_H
@@ -14978,7 +14999,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:14982: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_si_addr=yes
@@ -15011,13 +15032,13 @@ EOF
fi
echo $ac_n "checking for sin_len member in struct sockaddr_in""... $ac_c" 1>&6
-echo "configure:15015: checking for sin_len member in struct sockaddr_in" >&5
+echo "configure:15036: checking for sin_len member in struct sockaddr_in" >&5
if eval "test \"`echo '$''{'ace_cv_lib_has_sin_len'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15021 "configure"
+#line 15042 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -15032,7 +15053,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:15036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_has_sin_len=yes
@@ -15064,13 +15085,13 @@ EOF
echo $ac_n "checking for sys_siglist""... $ac_c" 1>&6
-echo "configure:15068: checking for sys_siglist" >&5
+echo "configure:15089: checking for sys_siglist" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_sys_siglist'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15074 "configure"
+#line 15095 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_UNISTD_H
@@ -15087,7 +15108,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:15091: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15112: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_sys_siglist=yes
@@ -15119,13 +15140,13 @@ EOF
echo $ac_n "checking for sys_errlist""... $ac_c" 1>&6
-echo "configure:15123: checking for sys_errlist" >&5
+echo "configure:15144: checking for sys_errlist" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_sys_errlist'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15129 "configure"
+#line 15150 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -15140,7 +15161,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:15144: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15165: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_sys_errlist=yes
@@ -15172,13 +15193,13 @@ EOF
echo $ac_n "checking for sys_nerr in headers""... $ac_c" 1>&6
-echo "configure:15176: checking for sys_nerr in headers" >&5
+echo "configure:15197: checking for sys_nerr in headers" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_sys_nerr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15182 "configure"
+#line 15203 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -15193,7 +15214,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:15197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15218: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_sys_nerr=yes
@@ -15219,12 +15240,12 @@ fi
ace_just_a_place_holder=fixme
echo $ac_n "checking for sys_nerr""... $ac_c" 1>&6
-echo "configure:15223: checking for sys_nerr" >&5
+echo "configure:15244: checking for sys_nerr" >&5
if eval "test \"`echo '$''{'ac_cv_func_sys_nerr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15228 "configure"
+#line 15249 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sys_nerr(); below. */
@@ -15250,7 +15271,7 @@ sys_nerr();
; return 0; }
EOF
-if { (eval echo configure:15254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:15275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sys_nerr=yes"
else
@@ -15298,13 +15319,13 @@ fi
echo $ac_n "checking if compiler accepts \"pragma once\" directive""... $ac_c" 1>&6
-echo "configure:15302: checking if compiler accepts \"pragma once\" directive" >&5
+echo "configure:15323: checking if compiler accepts \"pragma once\" directive" >&5
if eval "test \"`echo '$''{'ace_cv_has_pragma_once'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15308 "configure"
+#line 15329 "configure"
#include "confdefs.h"
#pragma once
@@ -15315,7 +15336,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:15319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15340: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_has_pragma_once=yes
@@ -15356,20 +15377,20 @@ if test -n "$GXX"; then
CFLAGS="$CFLAGS -pipe"
echo $ac_n "checking if \"-pipe\" compiler flag is supported""... $ac_c" 1>&6
-echo "configure:15360: checking if \"-pipe\" compiler flag is supported" >&5
+echo "configure:15381: checking if \"-pipe\" compiler flag is supported" >&5
if eval "test \"`echo '$''{'ace_cv_feature_gxx_has_pipe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15366 "configure"
+#line 15387 "configure"
#include "confdefs.h"
int main() {
int a = 0;
; return 0; }
EOF
-if { (eval echo configure:15373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_gxx_has_pipe=yes
@@ -15412,14 +15433,14 @@ fi
if test "$cross_compiling" != yes; then
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
-echo "configure:15416: checking whether byte ordering is bigendian" >&5
+echo "configure:15437: checking whether byte ordering is bigendian" >&5
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat > conftest.$ac_ext <<EOF
-#line 15423 "configure"
+#line 15444 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -15430,11 +15451,11 @@ int main() {
#endif
; return 0; }
EOF
-if { (eval echo configure:15434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15455: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
# It does; now see whether it defined to BIG_ENDIAN or not.
cat > conftest.$ac_ext <<EOF
-#line 15438 "configure"
+#line 15459 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -15445,7 +15466,7 @@ int main() {
#endif
; return 0; }
EOF
-if { (eval echo configure:15449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:15470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_bigendian=yes
else
@@ -15465,7 +15486,7 @@ if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
-#line 15469 "configure"
+#line 15490 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15481,7 +15502,7 @@ main () {
exit (u.c[sizeof (long) - 1] == 1);
}
EOF
-if { (eval echo configure:15485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_bigendian=no
else
@@ -15509,7 +15530,7 @@ fi
if test "$cross_compiling" != yes; then
echo $ac_n "checking size of short""... $ac_c" 1>&6
-echo "configure:15513: checking size of short" >&5
+echo "configure:15534: checking size of short" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15517,7 +15538,7 @@ else
ac_cv_sizeof_short=2
else
cat > conftest.$ac_ext <<EOF
-#line 15521 "configure"
+#line 15542 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15531,7 +15552,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_short=`cat conftestval`
else
@@ -15557,7 +15578,7 @@ EOF
fi
echo $ac_n "checking size of int""... $ac_c" 1>&6
-echo "configure:15561: checking size of int" >&5
+echo "configure:15582: checking size of int" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15565,7 +15586,7 @@ else
ac_cv_sizeof_int=4
else
cat > conftest.$ac_ext <<EOF
-#line 15569 "configure"
+#line 15590 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15579,7 +15600,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_int=`cat conftestval`
else
@@ -15605,7 +15626,7 @@ EOF
fi
echo $ac_n "checking size of long""... $ac_c" 1>&6
-echo "configure:15609: checking size of long" >&5
+echo "configure:15630: checking size of long" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15613,7 +15634,7 @@ else
ac_cv_sizeof_long=4
else
cat > conftest.$ac_ext <<EOF
-#line 15617 "configure"
+#line 15638 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15627,7 +15648,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long=`cat conftestval`
else
@@ -15653,7 +15674,7 @@ EOF
fi
echo $ac_n "checking size of long long""... $ac_c" 1>&6
-echo "configure:15657: checking size of long long" >&5
+echo "configure:15678: checking size of long long" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15661,7 +15682,7 @@ else
ac_cv_sizeof_long_long=8
else
cat > conftest.$ac_ext <<EOF
-#line 15665 "configure"
+#line 15686 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15675,7 +15696,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long_long=`cat conftestval`
else
@@ -15706,7 +15727,7 @@ EOF
fi
echo $ac_n "checking size of void *""... $ac_c" 1>&6
-echo "configure:15710: checking size of void *" >&5
+echo "configure:15731: checking size of void *" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15714,7 +15735,7 @@ else
ac_cv_sizeof_void_p=4
else
cat > conftest.$ac_ext <<EOF
-#line 15718 "configure"
+#line 15739 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15728,7 +15749,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_void_p=`cat conftestval`
else
@@ -15754,7 +15775,7 @@ EOF
fi
echo $ac_n "checking size of float""... $ac_c" 1>&6
-echo "configure:15758: checking size of float" >&5
+echo "configure:15779: checking size of float" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15762,7 +15783,7 @@ else
ac_cv_sizeof_float=4
else
cat > conftest.$ac_ext <<EOF
-#line 15766 "configure"
+#line 15787 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15776,7 +15797,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_float=`cat conftestval`
else
@@ -15807,7 +15828,7 @@ EOF
fi
echo $ac_n "checking size of double""... $ac_c" 1>&6
-echo "configure:15811: checking size of double" >&5
+echo "configure:15832: checking size of double" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15815,7 +15836,7 @@ else
ac_cv_sizeof_double=8
else
cat > conftest.$ac_ext <<EOF
-#line 15819 "configure"
+#line 15840 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15829,7 +15850,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_double=`cat conftestval`
else
@@ -15860,7 +15881,7 @@ EOF
fi
echo $ac_n "checking size of long double""... $ac_c" 1>&6
-echo "configure:15864: checking size of long double" >&5
+echo "configure:15885: checking size of long double" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15868,7 +15889,7 @@ else
ac_cv_sizeof_long_double=16
else
cat > conftest.$ac_ext <<EOF
-#line 15872 "configure"
+#line 15893 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15882,7 +15903,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long_double=`cat conftestval`
else
@@ -15920,7 +15941,7 @@ EOF
fi
echo $ac_n "checking size of signed char""... $ac_c" 1>&6
-echo "configure:15924: checking size of signed char" >&5
+echo "configure:15945: checking size of signed char" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_signed_char'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -15928,7 +15949,7 @@ else
ac_cv_sizeof_signed_char=1
else
cat > conftest.$ac_ext <<EOF
-#line 15932 "configure"
+#line 15953 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -15942,7 +15963,7 @@ main()
exit(0);
}
EOF
-if { (eval echo configure:15946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:15967: \"$ac_link\") 1>&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
@@ -15972,13 +15993,13 @@ fi
echo $ac_n "checking for istream operator>> for char types""... $ac_c" 1>&6
-echo "configure:15976: checking for istream operator>> for char types" >&5
+echo "configure:15997: checking for istream operator>> for char types" >&5
if eval "test \"`echo '$''{'ace_cv_feature_char_right_shifts'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 15982 "configure"
+#line 16003 "configure"
#include "confdefs.h"
#include <iostream.h>
@@ -15995,7 +16016,7 @@ cin >> b;
; return 0; }
EOF
-if { (eval echo configure:15999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_char_right_shifts=yes
@@ -16029,13 +16050,13 @@ EOF
echo $ac_n "checking for istream operator>> for char * types""... $ac_c" 1>&6
-echo "configure:16033: checking for istream operator>> for char * types" >&5
+echo "configure:16054: checking for istream operator>> for char * types" >&5
if eval "test \"`echo '$''{'ace_cv_feature_char_ptr_right_shifts'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16039 "configure"
+#line 16060 "configure"
#include "confdefs.h"
#include <iostream.h>
@@ -16052,7 +16073,7 @@ cin >> b;
; return 0; }
EOF
-if { (eval echo configure:16056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_char_ptr_right_shifts=yes
@@ -16085,13 +16106,13 @@ EOF
echo $ac_n "checking for working C++ explicit template destructors""... $ac_c" 1>&6
-echo "configure:16089: checking for working C++ explicit template destructors" >&5
+echo "configure:16110: checking for working C++ explicit template destructors" >&5
if eval "test \"`echo '$''{'ace_cv_feature_working_explicit_des'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16095 "configure"
+#line 16116 "configure"
#include "confdefs.h"
#include <iostream.h>
@@ -16138,7 +16159,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16163: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_working_explicit_des=yes
@@ -16170,13 +16191,13 @@ EOF
echo $ac_n "checking for working C++ conversions""... $ac_c" 1>&6
-echo "configure:16174: checking for working C++ conversions" >&5
+echo "configure:16195: checking for working C++ conversions" >&5
if eval "test \"`echo '$''{'ace_cv_feature_cxx_working_conversions'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16180 "configure"
+#line 16201 "configure"
#include "confdefs.h"
template <class T>
@@ -16200,7 +16221,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16204: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_working_conversions=yes
@@ -16233,13 +16254,13 @@ EOF
echo $ac_n "checking for C++ namespace support""... $ac_c" 1>&6
-echo "configure:16237: checking for C++ namespace support" >&5
+echo "configure:16258: checking for C++ namespace support" >&5
if eval "test \"`echo '$''{'ace_cv_feature_cxx_namespaces'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16243 "configure"
+#line 16264 "configure"
#include "confdefs.h"
namespace ACE
@@ -16253,7 +16274,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16257: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_namespaces=yes
@@ -16286,13 +16307,13 @@ EOF
echo $ac_n "checking for C++ standard namespace""... $ac_c" 1>&6
-echo "configure:16290: checking for C++ standard namespace" >&5
+echo "configure:16311: checking for C++ standard namespace" >&5
if eval "test \"`echo '$''{'ace_cv_feature_posix_uses_std_namespace'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16296 "configure"
+#line 16317 "configure"
#include "confdefs.h"
#include <iostream.h>
@@ -16303,7 +16324,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16307: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_posix_uses_std_namespace=yes
@@ -16335,13 +16356,13 @@ EOF
echo $ac_n "checking for C++ \"using\" keyword support""... $ac_c" 1>&6
-echo "configure:16339: checking for C++ \"using\" keyword support" >&5
+echo "configure:16360: checking for C++ \"using\" keyword support" >&5
if eval "test \"`echo '$''{'ace_cv_feature_cxx_using_keyword'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16345 "configure"
+#line 16366 "configure"
#include "confdefs.h"
#if defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB)
@@ -16372,7 +16393,7 @@ This extraneous text should force an error.
; return 0; }
EOF
-if { (eval echo configure:16376: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16397: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_using_keyword=yes
@@ -16404,7 +16425,7 @@ EOF
echo $ac_n "checking for new style C++ include file support""... $ac_c" 1>&6
-echo "configure:16408: checking for new style C++ include file support" >&5
+echo "configure:16429: checking for new style C++ include file support" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_standard_includes'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -16412,7 +16433,7 @@ else
ace_cv_lib_posix_standard_includes=no
if test "$ace_cv_feature_posix_uses_std_namespace" = yes; then
cat > conftest.$ac_ext <<EOF
-#line 16416 "configure"
+#line 16437 "configure"
#include "confdefs.h"
#include <string>
@@ -16423,7 +16444,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16448: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_standard_includes=yes
else
@@ -16433,7 +16454,7 @@ fi
rm -f conftest*
else
cat > conftest.$ac_ext <<EOF
-#line 16437 "configure"
+#line 16458 "configure"
#include "confdefs.h"
#include <string>
@@ -16444,7 +16465,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16448: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_standard_includes=yes
else
@@ -16481,13 +16502,13 @@ if test "$ac_cv_header_new" = yes &&
echo $ac_n "checking for C++ auto_ptr class""... $ac_c" 1>&6
-echo "configure:16485: checking for C++ auto_ptr class" >&5
+echo "configure:16506: checking for C++ auto_ptr class" >&5
if eval "test \"`echo '$''{'ace_cv_lib_auto_ptr_class'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16491 "configure"
+#line 16512 "configure"
#include "confdefs.h"
#include <memory>
@@ -16507,7 +16528,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16511: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16532: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_auto_ptr_class=yes
@@ -16549,13 +16570,13 @@ fi
if test $ace_cv_lib_auto_ptr_class=yes; then
echo $ac_n "checking for C++ auto_ptr reset method""... $ac_c" 1>&6
-echo "configure:16553: checking for C++ auto_ptr reset method" >&5
+echo "configure:16574: checking for C++ auto_ptr reset method" >&5
if eval "test \"`echo '$''{'ace_cv_lib_auto_ptr_reset'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16559 "configure"
+#line 16580 "configure"
#include "confdefs.h"
#include <memory>
@@ -16577,7 +16598,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_auto_ptr_reset=yes
@@ -16610,7 +16631,7 @@ EOF
fi
echo $ac_n "checking for ANSI C++ cast support""... $ac_c" 1>&6
-echo "configure:16614: checking for ANSI C++ cast support" >&5
+echo "configure:16635: checking for ANSI C++ cast support" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_standard_casts'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -16633,7 +16654,7 @@ else
cat > conftest.$ac_ext <<EOF
-#line 16637 "configure"
+#line 16658 "configure"
#include "confdefs.h"
/* No headers */
int main() {
@@ -16658,7 +16679,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_standard_casts=yes
@@ -16675,7 +16696,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 16679 "configure"
+#line 16700 "configure"
#include "confdefs.h"
/* No headers */
int main() {
@@ -16696,7 +16717,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16721: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_standard_casts=yes
@@ -16749,13 +16770,13 @@ EOF
echo $ac_n "checking for explicit C++ constructor support""... $ac_c" 1>&6
-echo "configure:16753: checking for explicit C++ constructor support" >&5
+echo "configure:16774: checking for explicit C++ constructor support" >&5
if eval "test \"`echo '$''{'ace_cv_feature_explicit_constructor'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16759 "configure"
+#line 16780 "configure"
#include "confdefs.h"
class Foo
@@ -16772,7 +16793,7 @@ Foo bar = 'a'; // error: no implicit char->Foo conversion
; return 0; }
EOF
-if { (eval echo configure:16776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16797: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_explicit_constructor=no
@@ -16783,7 +16804,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 16787 "configure"
+#line 16808 "configure"
#include "confdefs.h"
class Foo
@@ -16800,7 +16821,7 @@ Foo bar (5);
; return 0; }
EOF
-if { (eval echo configure:16804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_explicit_constructor=yes
@@ -16835,13 +16856,13 @@ EOF
echo $ac_n "checking for C++ mutable keyword""... $ac_c" 1>&6
-echo "configure:16839: checking for C++ mutable keyword" >&5
+echo "configure:16860: checking for C++ mutable keyword" >&5
if eval "test \"`echo '$''{'ace_cv_feature_cxx_mutable_keyword'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16845 "configure"
+#line 16866 "configure"
#include "confdefs.h"
class Foo
@@ -16860,7 +16881,7 @@ bar.val_ = 3; // mutable declaration should allow this to be modified
; return 0; }
EOF
-if { (eval echo configure:16864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_mutable_keyword=yes
@@ -16892,13 +16913,13 @@ EOF
echo $ac_n "checking for C++ typename keyword""... $ac_c" 1>&6
-echo "configure:16896: checking for C++ typename keyword" >&5
+echo "configure:16917: checking for C++ typename keyword" >&5
if eval "test \"`echo '$''{'ace_cv_feature_posix_typename_keyword'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16902 "configure"
+#line 16923 "configure"
#include "confdefs.h"
class Bar
@@ -16934,7 +16955,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:16938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:16959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_posix_typename_keyword=yes
@@ -16966,13 +16987,13 @@ EOF
echo $ac_n "checking for C++ placement new operator""... $ac_c" 1>&6
-echo "configure:16970: checking for C++ placement new operator" >&5
+echo "configure:16991: checking for C++ placement new operator" >&5
if eval "test \"`echo '$''{'ace_cv_feature_placement_new'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 16976 "configure"
+#line 16997 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_NEW_NO_H)
@@ -16994,7 +17015,7 @@ foo *f = new (x) foo;
; return 0; }
EOF
-if { (eval echo configure:16998: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_placement_new=yes
@@ -17027,13 +17048,13 @@ EOF
echo $ac_n "checking for C++ placement delete operator""... $ac_c" 1>&6
-echo "configure:17031: checking for C++ placement delete operator" >&5
+echo "configure:17052: checking for C++ placement delete operator" >&5
if eval "test \"`echo '$''{'ace_cv_feature_placement_delete'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17037 "configure"
+#line 17058 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_NEW_NO_H)
@@ -17058,7 +17079,7 @@ foo *f = new (x) foo;
; return 0; }
EOF
-if { (eval echo configure:17062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_placement_delete=yes
@@ -17092,13 +17113,13 @@ EOF
echo $ac_n "checking if const char * can be rvalue in conditional operator""... $ac_c" 1>&6
-echo "configure:17096: checking if const char * can be rvalue in conditional operator" >&5
+echo "configure:17117: checking if const char * can be rvalue in conditional operator" >&5
if eval "test \"`echo '$''{'ace_cv_feature_conditional_str_cast'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17102 "configure"
+#line 17123 "configure"
#include "confdefs.h"
int main() {
@@ -17110,7 +17131,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_conditional_str_cast=yes
@@ -17143,13 +17164,13 @@ EOF
echo $ac_n "checking for explicit template instantiation""... $ac_c" 1>&6
-echo "configure:17147: checking for explicit template instantiation" >&5
+echo "configure:17168: checking for explicit template instantiation" >&5
if eval "test \"`echo '$''{'ace_cv_feature_explicit_template_instantiation'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17153 "configure"
+#line 17174 "configure"
#include "confdefs.h"
template <class T>
@@ -17169,7 +17190,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:17194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ace_cv_feature_explicit_template_instantiation=yes
@@ -17200,13 +17221,13 @@ EOF
echo $ac_n "checking for pragma template instantiation""... $ac_c" 1>&6
-echo "configure:17204: checking for pragma template instantiation" >&5
+echo "configure:17225: checking for pragma template instantiation" >&5
if eval "test \"`echo '$''{'ace_cv_feature_pragma_template_instantiation'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17210 "configure"
+#line 17231 "configure"
#include "confdefs.h"
template <class T>
@@ -17225,7 +17246,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17229: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_pragma_template_instantiation=yes
@@ -17261,7 +17282,7 @@ EOF
echo $ac_n "checking if templates require source""... $ac_c" 1>&6
-echo "configure:17265: checking if templates require source" >&5
+echo "configure:17286: checking if templates require source" >&5
if eval "test \"`echo '$''{'ace_cv_feature_templates_require_source'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -17306,7 +17327,7 @@ EOF
ac_link='${CXX-g++} -o conftest${ac_exeext} conftestMain.$ac_ext 1>&5'
- if { (eval echo configure:17310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ if { (eval echo configure:17331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_link="$ace_save_ac_link"
@@ -17317,7 +17338,7 @@ EOF
#include "conftest.$ac_ext"
EOF
- if { (eval echo configure:17321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ if { (eval echo configure:17342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_link="$ace_save_ac_link"
@@ -17357,13 +17378,13 @@ EOF
echo $ac_n "checking for template specialization""... $ac_c" 1>&6
-echo "configure:17361: checking for template specialization" >&5
+echo "configure:17382: checking for template specialization" >&5
if eval "test \"`echo '$''{'ace_cv_feature_cxx_template_specialization'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17367 "configure"
+#line 17388 "configure"
#include "confdefs.h"
template <class T>
@@ -17389,7 +17410,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_template_specialization=yes
@@ -17421,13 +17442,13 @@ EOF
echo $ac_n "checking for standard template specialization""... $ac_c" 1>&6
-echo "configure:17425: checking for standard template specialization" >&5
+echo "configure:17446: checking for standard template specialization" >&5
if eval "test \"`echo '$''{'ace_cv_feature_cxx_std_template_specialization'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17431 "configure"
+#line 17452 "configure"
#include "confdefs.h"
// Some compilers have a hard time with this test since the syntax is
@@ -17470,7 +17491,7 @@ Vector<void *> vpv;
; return 0; }
EOF
-if { (eval echo configure:17474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17495: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_std_template_specialization=yes
@@ -17504,13 +17525,13 @@ if test $ace_cv_feature_cxx_std_template_specialization = yes; then
echo $ac_n "checking if platform needs standard template method specialization""... $ac_c" 1>&6
-echo "configure:17508: checking if platform needs standard template method specialization" >&5
+echo "configure:17529: checking if platform needs standard template method specialization" >&5
if eval "test \"`echo '$''{'ace_cv_feature_cxx_std_template_method_specialization'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17514 "configure"
+#line 17535 "configure"
#include "confdefs.h"
// Some compilers have a hard time with this test since the syntax is
@@ -17558,7 +17579,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17583: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_std_template_method_specialization=no
@@ -17569,7 +17590,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 17573 "configure"
+#line 17594 "configure"
#include "confdefs.h"
// Some compilers have a hard time with this test since the syntax is
@@ -17618,7 +17639,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17622: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_cxx_std_template_method_specialization=yes
@@ -17653,13 +17674,13 @@ EOF
fi
echo $ac_n "checking for template typedefs""... $ac_c" 1>&6
-echo "configure:17657: checking for template typedefs" >&5
+echo "configure:17678: checking for template typedefs" >&5
if eval "test \"`echo '$''{'ace_cv_feature_posix_template_typedefs'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17663 "configure"
+#line 17684 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_TYPENAME_KEYWORD)
@@ -17702,7 +17723,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17706: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_posix_template_typedefs=yes
@@ -17734,13 +17755,13 @@ EOF
echo $ac_n "checking for static data member templates""... $ac_c" 1>&6
-echo "configure:17738: checking for static data member templates" >&5
+echo "configure:17759: checking for static data member templates" >&5
if eval "test \"`echo '$''{'ace_cv_feature_posix_static_data_member_templates'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17744 "configure"
+#line 17765 "configure"
#include "confdefs.h"
template <class T>
@@ -17758,7 +17779,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_posix_static_data_member_templates=yes
@@ -17791,13 +17812,13 @@ EOF
echo $ac_n "checking if definition is needed for hidden functions""... $ac_c" 1>&6
-echo "configure:17795: checking if definition is needed for hidden functions" >&5
+echo "configure:17816: checking if definition is needed for hidden functions" >&5
if eval "test \"`echo '$''{'ace_cv_feature_need_func_def'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17801 "configure"
+#line 17822 "configure"
#include "confdefs.h"
class Foo
@@ -17817,7 +17838,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:17842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ace_cv_feature_need_func_def=no
@@ -17828,7 +17849,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 17832 "configure"
+#line 17853 "configure"
#include "confdefs.h"
class Foo
@@ -17861,7 +17882,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:17886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ace_cv_feature_need_func_def=yes
@@ -17899,13 +17920,13 @@ EOF
if test "$ace_user_enable_exceptions" = yes; then
echo $ac_n "checking for C++ exceptions""... $ac_c" 1>&6
-echo "configure:17903: checking for C++ exceptions" >&5
+echo "configure:17924: checking for C++ exceptions" >&5
if eval "test \"`echo '$''{'ace_cv_feature_posix_exceptions'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17909 "configure"
+#line 17930 "configure"
#include "confdefs.h"
int main() {
@@ -17923,7 +17944,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:17927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:17948: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_posix_exceptions=yes
@@ -17961,19 +17982,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:17965: checking for working alloca.h" >&5
+echo "configure:17986: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 17970 "configure"
+#line 17991 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:17977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:17998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
@@ -17994,12 +18015,12 @@ EOF
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:17998: checking for alloca" >&5
+echo "configure:18019: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18003 "configure"
+#line 18024 "configure"
#include "confdefs.h"
#ifdef __GNUC__
@@ -18027,7 +18048,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:18031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
@@ -18059,12 +18080,12 @@ EOF
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:18063: checking whether alloca needs Cray hooks" >&5
+echo "configure:18084: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18068 "configure"
+#line 18089 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -18089,12 +18110,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:18093: checking for $ac_func" >&5
+echo "configure:18114: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18098 "configure"
+#line 18119 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -18120,7 +18141,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:18124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -18147,7 +18168,7 @@ done
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:18151: checking stack direction for C alloca" >&5
+echo "configure:18172: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -18155,7 +18176,7 @@ else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 18159 "configure"
+#line 18180 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -18177,7 +18198,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:18181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:18202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
@@ -18213,7 +18234,7 @@ fi
echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&6
-echo "configure:18217: checking whether closedir returns void" >&5
+echo "configure:18238: checking whether closedir returns void" >&5
if eval "test \"`echo '$''{'ac_cv_func_closedir_void'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -18221,7 +18242,7 @@ else
ac_cv_func_closedir_void=yes
else
cat > conftest.$ac_ext <<EOF
-#line 18225 "configure"
+#line 18246 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -18230,7 +18251,7 @@ extern "C" void exit(int);
#include <$ac_header_dirent>
int closedir(); main() { exit(closedir(opendir(".")) != 0); }
EOF
-if { (eval echo configure:18234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:18255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_closedir_void=no
else
@@ -18254,12 +18275,12 @@ fi
echo $ac_n "checking for getpwnam""... $ac_c" 1>&6
-echo "configure:18258: checking for getpwnam" >&5
+echo "configure:18279: checking for getpwnam" >&5
if eval "test \"`echo '$''{'ac_cv_func_getpwnam'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18263 "configure"
+#line 18284 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpwnam(); below. */
@@ -18285,7 +18306,7 @@ getpwnam();
; return 0; }
EOF
-if { (eval echo configure:18289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getpwnam=yes"
else
@@ -18304,12 +18325,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for setpwent""... $ac_c" 1>&6
-echo "configure:18308: checking for setpwent" >&5
+echo "configure:18329: checking for setpwent" >&5
if eval "test \"`echo '$''{'ac_cv_func_setpwent'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18313 "configure"
+#line 18334 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setpwent(); below. */
@@ -18335,7 +18356,7 @@ setpwent();
; return 0; }
EOF
-if { (eval echo configure:18339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_setpwent=yes"
else
@@ -18354,12 +18375,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for endpwent""... $ac_c" 1>&6
-echo "configure:18358: checking for endpwent" >&5
+echo "configure:18379: checking for endpwent" >&5
if eval "test \"`echo '$''{'ac_cv_func_endpwent'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18363 "configure"
+#line 18384 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char endpwent(); below. */
@@ -18385,7 +18406,7 @@ endpwent();
; return 0; }
EOF
-if { (eval echo configure:18389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_endpwent=yes"
else
@@ -18404,12 +18425,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for getpwent""... $ac_c" 1>&6
-echo "configure:18408: checking for getpwent" >&5
+echo "configure:18429: checking for getpwent" >&5
if eval "test \"`echo '$''{'ac_cv_func_getpwent'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18413 "configure"
+#line 18434 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpwent(); below. */
@@ -18435,7 +18456,7 @@ getpwent();
; return 0; }
EOF
-if { (eval echo configure:18439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getpwent=yes"
else
@@ -18465,12 +18486,12 @@ EOF
fi
echo $ac_n "checking for strftime""... $ac_c" 1>&6
-echo "configure:18469: checking for strftime" >&5
+echo "configure:18490: checking for strftime" >&5
if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18474 "configure"
+#line 18495 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strftime(); below. */
@@ -18496,7 +18517,7 @@ strftime();
; return 0; }
EOF
-if { (eval echo configure:18500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strftime=yes"
else
@@ -18518,7 +18539,7 @@ else
echo "$ac_t""no" 1>&6
# strftime is in -lintl on SCO UNIX.
echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
-echo "configure:18522: checking for strftime in -lintl" >&5
+echo "configure:18543: checking for strftime in -lintl" >&5
ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -18526,7 +18547,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 18530 "configure"
+#line 18551 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
@@ -18540,7 +18561,7 @@ int main() {
strftime()
; return 0; }
EOF
-if { (eval echo configure:18544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -18570,12 +18591,12 @@ fi
case "$target" in
*win32*)
echo $ac_n "checking for CancelIO""... $ac_c" 1>&6
-echo "configure:18574: checking for CancelIO" >&5
+echo "configure:18595: checking for CancelIO" >&5
if eval "test \"`echo '$''{'ac_cv_func_CancelIO'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18579 "configure"
+#line 18600 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char CancelIO(); below. */
@@ -18601,7 +18622,7 @@ CancelIO();
; return 0; }
EOF
-if { (eval echo configure:18605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_CancelIO=yes"
else
@@ -18625,12 +18646,12 @@ fi
echo $ac_n "checking for SignalObjectAndWait""... $ac_c" 1>&6
-echo "configure:18629: checking for SignalObjectAndWait" >&5
+echo "configure:18650: checking for SignalObjectAndWait" >&5
if eval "test \"`echo '$''{'ac_cv_func_SignalObjectAndWait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18634 "configure"
+#line 18655 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char SignalObjectAndWait(); below. */
@@ -18656,7 +18677,7 @@ SignalObjectAndWait();
; return 0; }
EOF
-if { (eval echo configure:18660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_SignalObjectAndWait=yes"
else
@@ -18680,12 +18701,12 @@ fi
echo $ac_n "checking for TryEnterCriticalSection""... $ac_c" 1>&6
-echo "configure:18684: checking for TryEnterCriticalSection" >&5
+echo "configure:18705: checking for TryEnterCriticalSection" >&5
if eval "test \"`echo '$''{'ac_cv_func_TryEnterCriticalSection'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18689 "configure"
+#line 18710 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char TryEnterCriticalSection(); below. */
@@ -18711,7 +18732,7 @@ TryEnterCriticalSection();
; return 0; }
EOF
-if { (eval echo configure:18715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_TryEnterCriticalSection=yes"
else
@@ -18739,12 +18760,12 @@ fi
esac
echo $ac_n "checking for access""... $ac_c" 1>&6
-echo "configure:18743: checking for access" >&5
+echo "configure:18764: checking for access" >&5
if eval "test \"`echo '$''{'ac_cv_func_access'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18748 "configure"
+#line 18769 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char access(); below. */
@@ -18770,7 +18791,7 @@ access();
; return 0; }
EOF
-if { (eval echo configure:18774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_access=yes"
else
@@ -18795,12 +18816,12 @@ fi
echo $ac_n "checking for bsearch""... $ac_c" 1>&6
-echo "configure:18799: checking for bsearch" >&5
+echo "configure:18820: checking for bsearch" >&5
if eval "test \"`echo '$''{'ac_cv_func_bsearch'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18804 "configure"
+#line 18825 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char bsearch(); below. */
@@ -18826,7 +18847,7 @@ bsearch();
; return 0; }
EOF
-if { (eval echo configure:18830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_bsearch=yes"
else
@@ -18851,12 +18872,12 @@ fi
echo $ac_n "checking for qsort""... $ac_c" 1>&6
-echo "configure:18855: checking for qsort" >&5
+echo "configure:18876: checking for qsort" >&5
if eval "test \"`echo '$''{'ac_cv_func_qsort'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18860 "configure"
+#line 18881 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char qsort(); below. */
@@ -18882,7 +18903,7 @@ qsort();
; return 0; }
EOF
-if { (eval echo configure:18886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_qsort=yes"
else
@@ -18909,12 +18930,12 @@ fi
for ac_func in execv execvp execve
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:18913: checking for $ac_func" >&5
+echo "configure:18934: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18918 "configure"
+#line 18939 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -18940,7 +18961,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:18944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:18965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -18970,12 +18991,12 @@ done
echo $ac_n "checking for fcntl""... $ac_c" 1>&6
-echo "configure:18974: checking for fcntl" >&5
+echo "configure:18995: checking for fcntl" >&5
if eval "test \"`echo '$''{'ac_cv_func_fcntl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 18979 "configure"
+#line 19000 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fcntl(); below. */
@@ -19001,7 +19022,7 @@ fcntl();
; return 0; }
EOF
-if { (eval echo configure:19005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_fcntl=yes"
else
@@ -19026,12 +19047,12 @@ fi
echo $ac_n "checking for fsync""... $ac_c" 1>&6
-echo "configure:19030: checking for fsync" >&5
+echo "configure:19051: checking for fsync" >&5
if eval "test \"`echo '$''{'ac_cv_func_fsync'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19035 "configure"
+#line 19056 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fsync(); below. */
@@ -19057,7 +19078,7 @@ fsync();
; return 0; }
EOF
-if { (eval echo configure:19061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_fsync=yes"
else
@@ -19082,12 +19103,12 @@ fi
echo $ac_n "checking for getmsg""... $ac_c" 1>&6
-echo "configure:19086: checking for getmsg" >&5
+echo "configure:19107: checking for getmsg" >&5
if eval "test \"`echo '$''{'ac_cv_func_getmsg'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19091 "configure"
+#line 19112 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getmsg(); below. */
@@ -19113,7 +19134,7 @@ getmsg();
; return 0; }
EOF
-if { (eval echo configure:19117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getmsg=yes"
else
@@ -19137,12 +19158,12 @@ fi
echo $ac_n "checking for gethostbyaddr""... $ac_c" 1>&6
-echo "configure:19141: checking for gethostbyaddr" >&5
+echo "configure:19162: checking for gethostbyaddr" >&5
if eval "test \"`echo '$''{'ac_cv_func_gethostbyaddr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19146 "configure"
+#line 19167 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyaddr(); below. */
@@ -19168,7 +19189,7 @@ gethostbyaddr();
; return 0; }
EOF
-if { (eval echo configure:19172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethostbyaddr=yes"
else
@@ -19188,12 +19209,12 @@ else
fi
echo $ac_n "checking for difftime""... $ac_c" 1>&6
-echo "configure:19192: checking for difftime" >&5
+echo "configure:19213: checking for difftime" >&5
if eval "test \"`echo '$''{'ac_cv_func_difftime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19197 "configure"
+#line 19218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char difftime(); below. */
@@ -19219,7 +19240,7 @@ difftime();
; return 0; }
EOF
-if { (eval echo configure:19223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_difftime=yes"
else
@@ -19244,12 +19265,12 @@ fi
echo $ac_n "checking for llseek""... $ac_c" 1>&6
-echo "configure:19248: checking for llseek" >&5
+echo "configure:19269: checking for llseek" >&5
if eval "test \"`echo '$''{'ac_cv_func_llseek'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19253 "configure"
+#line 19274 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char llseek(); below. */
@@ -19275,7 +19296,7 @@ llseek();
; return 0; }
EOF
-if { (eval echo configure:19279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_llseek=yes"
else
@@ -19299,12 +19320,12 @@ fi
echo $ac_n "checking for bind""... $ac_c" 1>&6
-echo "configure:19303: checking for bind" >&5
+echo "configure:19324: checking for bind" >&5
if eval "test \"`echo '$''{'ac_cv_func_bind'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19308 "configure"
+#line 19329 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char bind(); below. */
@@ -19330,7 +19351,7 @@ bind();
; return 0; }
EOF
-if { (eval echo configure:19334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_bind=yes"
else
@@ -19347,7 +19368,7 @@ if eval "test \"`echo '$ac_cv_func_'bind`\" = yes"; then
echo $ac_n "checking if bind() will select the port if it is zero""... $ac_c" 1>&6
-echo "configure:19351: checking if bind() will select the port if it is zero" >&5
+echo "configure:19372: checking if bind() will select the port if it is zero" >&5
if eval "test \"`echo '$''{'ace_cv_have_wildcard_bind'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -19358,7 +19379,7 @@ else
else
cat > conftest.$ac_ext <<EOF
-#line 19362 "configure"
+#line 19383 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -19388,7 +19409,7 @@ extern "C" void exit(int);
}
EOF
-if { (eval echo configure:19392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:19413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ace_cv_have_wildcard_bind=yes
@@ -19427,12 +19448,12 @@ fi
echo $ac_n "checking for poll""... $ac_c" 1>&6
-echo "configure:19431: checking for poll" >&5
+echo "configure:19452: checking for poll" >&5
if eval "test \"`echo '$''{'ac_cv_func_poll'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19436 "configure"
+#line 19457 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char poll(); below. */
@@ -19458,7 +19479,7 @@ poll();
; return 0; }
EOF
-if { (eval echo configure:19462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_poll=yes"
else
@@ -19475,7 +19496,7 @@ if eval "test \"`echo '$ac_cv_func_'poll`\" = yes"; then
echo $ac_n "checking if poll is broken""... $ac_c" 1>&6
-echo "configure:19479: checking if poll is broken" >&5
+echo "configure:19500: checking if poll is broken" >&5
if eval "test \"`echo '$''{'ace_cv_poll_is_broken'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -19486,7 +19507,7 @@ else
else
cat > conftest.$ac_ext <<EOF
-#line 19490 "configure"
+#line 19511 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -19525,7 +19546,7 @@ extern "C" void exit(int);
}
EOF
-if { (eval echo configure:19529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:19550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ace_cv_poll_is_broken=no
@@ -19563,12 +19584,12 @@ fi
echo $ac_n "checking for gethrtime""... $ac_c" 1>&6
-echo "configure:19567: checking for gethrtime" >&5
+echo "configure:19588: checking for gethrtime" >&5
if eval "test \"`echo '$''{'ac_cv_func_gethrtime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19572 "configure"
+#line 19593 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethrtime(); below. */
@@ -19594,7 +19615,7 @@ gethrtime();
; return 0; }
EOF
-if { (eval echo configure:19598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethrtime=yes"
else
@@ -19613,13 +19634,13 @@ if eval "test \"`echo '$ac_cv_func_'gethrtime`\" = yes"; then
echo $ac_n "checking for hrtime_t in sys/time.h""... $ac_c" 1>&6
-echo "configure:19617: checking for hrtime_t in sys/time.h" >&5
+echo "configure:19638: checking for hrtime_t in sys/time.h" >&5
if eval "test \"`echo '$''{'ace_cv_type_hrtime_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19623 "configure"
+#line 19644 "configure"
#include "confdefs.h"
#include <sys/time.h>
@@ -19630,7 +19651,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:19634: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:19655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_type_hrtime_t=yes
@@ -19667,12 +19688,12 @@ fi
echo $ac_n "checking for pread""... $ac_c" 1>&6
-echo "configure:19671: checking for pread" >&5
+echo "configure:19692: checking for pread" >&5
if eval "test \"`echo '$''{'ac_cv_func_pread'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19676 "configure"
+#line 19697 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pread(); below. */
@@ -19698,7 +19719,7 @@ pread();
; return 0; }
EOF
-if { (eval echo configure:19702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pread=yes"
else
@@ -19713,12 +19734,12 @@ fi
if eval "test \"`echo '$ac_cv_func_'pread`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for pwrite""... $ac_c" 1>&6
-echo "configure:19717: checking for pwrite" >&5
+echo "configure:19738: checking for pwrite" >&5
if eval "test \"`echo '$''{'ac_cv_func_pwrite'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19722 "configure"
+#line 19743 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pwrite(); below. */
@@ -19744,7 +19765,7 @@ pwrite();
; return 0; }
EOF
-if { (eval echo configure:19748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pwrite=yes"
else
@@ -19772,12 +19793,12 @@ fi
echo $ac_n "checking for readv""... $ac_c" 1>&6
-echo "configure:19776: checking for readv" >&5
+echo "configure:19797: checking for readv" >&5
if eval "test \"`echo '$''{'ac_cv_func_readv'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19781 "configure"
+#line 19802 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char readv(); below. */
@@ -19803,7 +19824,7 @@ readv();
; return 0; }
EOF
-if { (eval echo configure:19807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_readv=yes"
else
@@ -19827,12 +19848,12 @@ EOF
fi
echo $ac_n "checking for writev""... $ac_c" 1>&6
-echo "configure:19831: checking for writev" >&5
+echo "configure:19852: checking for writev" >&5
if eval "test \"`echo '$''{'ac_cv_func_writev'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19836 "configure"
+#line 19857 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char writev(); below. */
@@ -19858,7 +19879,7 @@ writev();
; return 0; }
EOF
-if { (eval echo configure:19862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_writev=yes"
else
@@ -19882,12 +19903,12 @@ EOF
fi
echo $ac_n "checking for set_t_errno""... $ac_c" 1>&6
-echo "configure:19886: checking for set_t_errno" >&5
+echo "configure:19907: checking for set_t_errno" >&5
if eval "test \"`echo '$''{'ac_cv_func_set_t_errno'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19891 "configure"
+#line 19912 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char set_t_errno(); below. */
@@ -19913,7 +19934,7 @@ set_t_errno();
; return 0; }
EOF
-if { (eval echo configure:19917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_set_t_errno=yes"
else
@@ -19936,12 +19957,12 @@ else
fi
echo $ac_n "checking for sigsuspend""... $ac_c" 1>&6
-echo "configure:19940: checking for sigsuspend" >&5
+echo "configure:19961: checking for sigsuspend" >&5
if eval "test \"`echo '$''{'ac_cv_func_sigsuspend'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 19945 "configure"
+#line 19966 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigsuspend(); below. */
@@ -19967,7 +19988,7 @@ sigsuspend();
; return 0; }
EOF
-if { (eval echo configure:19971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:19992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sigsuspend=yes"
else
@@ -19991,12 +20012,12 @@ fi
echo $ac_n "checking for sigtimedwait""... $ac_c" 1>&6
-echo "configure:19995: checking for sigtimedwait" >&5
+echo "configure:20016: checking for sigtimedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_sigtimedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20000 "configure"
+#line 20021 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigtimedwait(); below. */
@@ -20022,7 +20043,7 @@ sigtimedwait();
; return 0; }
EOF
-if { (eval echo configure:20026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sigtimedwait=yes"
else
@@ -20046,12 +20067,12 @@ fi
echo $ac_n "checking for socketpair""... $ac_c" 1>&6
-echo "configure:20050: checking for socketpair" >&5
+echo "configure:20071: checking for socketpair" >&5
if eval "test \"`echo '$''{'ac_cv_func_socketpair'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20055 "configure"
+#line 20076 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char socketpair(); below. */
@@ -20077,7 +20098,7 @@ socketpair();
; return 0; }
EOF
-if { (eval echo configure:20081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_socketpair=yes"
else
@@ -20102,12 +20123,12 @@ fi
echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
-echo "configure:20106: checking for strcasecmp" >&5
+echo "configure:20127: checking for strcasecmp" >&5
if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20111 "configure"
+#line 20132 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strcasecmp(); below. */
@@ -20133,7 +20154,7 @@ strcasecmp();
; return 0; }
EOF
-if { (eval echo configure:20137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strcasecmp=yes"
else
@@ -20158,12 +20179,12 @@ fi
echo $ac_n "checking for strdup""... $ac_c" 1>&6
-echo "configure:20162: checking for strdup" >&5
+echo "configure:20183: checking for strdup" >&5
if eval "test \"`echo '$''{'ac_cv_func_strdup'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20167 "configure"
+#line 20188 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strdup(); below. */
@@ -20189,7 +20210,7 @@ strdup();
; return 0; }
EOF
-if { (eval echo configure:20193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strdup=yes"
else
@@ -20214,12 +20235,12 @@ fi
echo $ac_n "checking for strrchr""... $ac_c" 1>&6
-echo "configure:20218: checking for strrchr" >&5
+echo "configure:20239: checking for strrchr" >&5
if eval "test \"`echo '$''{'ac_cv_func_strrchr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20223 "configure"
+#line 20244 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strrchr(); below. */
@@ -20245,7 +20266,7 @@ strrchr();
; return 0; }
EOF
-if { (eval echo configure:20249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strrchr=yes"
else
@@ -20270,12 +20291,12 @@ fi
echo $ac_n "checking for strptime""... $ac_c" 1>&6
-echo "configure:20274: checking for strptime" >&5
+echo "configure:20295: checking for strptime" >&5
if eval "test \"`echo '$''{'ac_cv_func_strptime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20279 "configure"
+#line 20300 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strptime(); below. */
@@ -20301,7 +20322,7 @@ strptime();
; return 0; }
EOF
-if { (eval echo configure:20305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strptime=yes"
else
@@ -20329,12 +20350,12 @@ fi
echo $ac_n "checking for memchr""... $ac_c" 1>&6
-echo "configure:20333: checking for memchr" >&5
+echo "configure:20354: checking for memchr" >&5
if eval "test \"`echo '$''{'ac_cv_func_memchr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20338 "configure"
+#line 20359 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char memchr(); below. */
@@ -20360,7 +20381,7 @@ memchr();
; return 0; }
EOF
-if { (eval echo configure:20364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_memchr=yes"
else
@@ -20384,12 +20405,12 @@ fi
echo $ac_n "checking for syscall""... $ac_c" 1>&6
-echo "configure:20388: checking for syscall" >&5
+echo "configure:20409: checking for syscall" >&5
if eval "test \"`echo '$''{'ac_cv_func_syscall'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20393 "configure"
+#line 20414 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char syscall(); below. */
@@ -20415,7 +20436,7 @@ syscall();
; return 0; }
EOF
-if { (eval echo configure:20419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_syscall=yes"
else
@@ -20440,12 +20461,12 @@ fi
echo $ac_n "checking for ualarm""... $ac_c" 1>&6
-echo "configure:20444: checking for ualarm" >&5
+echo "configure:20465: checking for ualarm" >&5
if eval "test \"`echo '$''{'ac_cv_func_ualarm'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20449 "configure"
+#line 20470 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ualarm(); below. */
@@ -20471,7 +20492,7 @@ ualarm();
; return 0; }
EOF
-if { (eval echo configure:20475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_ualarm=yes"
else
@@ -20495,12 +20516,12 @@ fi
echo $ac_n "checking for alarm""... $ac_c" 1>&6
-echo "configure:20499: checking for alarm" >&5
+echo "configure:20520: checking for alarm" >&5
if eval "test \"`echo '$''{'ac_cv_func_alarm'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20504 "configure"
+#line 20525 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char alarm(); below. */
@@ -20526,7 +20547,7 @@ alarm();
; return 0; }
EOF
-if { (eval echo configure:20530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_alarm=yes"
else
@@ -20545,12 +20566,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for signal""... $ac_c" 1>&6
-echo "configure:20549: checking for signal" >&5
+echo "configure:20570: checking for signal" >&5
if eval "test \"`echo '$''{'ac_cv_func_signal'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20554 "configure"
+#line 20575 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char signal(); below. */
@@ -20576,7 +20597,7 @@ signal();
; return 0; }
EOF
-if { (eval echo configure:20580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_signal=yes"
else
@@ -20604,12 +20625,12 @@ EOF
fi
echo $ac_n "checking for fork""... $ac_c" 1>&6
-echo "configure:20608: checking for fork" >&5
+echo "configure:20629: checking for fork" >&5
if eval "test \"`echo '$''{'ac_cv_func_fork'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20613 "configure"
+#line 20634 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fork(); below. */
@@ -20635,7 +20656,7 @@ fork();
; return 0; }
EOF
-if { (eval echo configure:20639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_fork=yes"
else
@@ -20660,12 +20681,12 @@ fi
echo $ac_n "checking for getrlimit""... $ac_c" 1>&6
-echo "configure:20664: checking for getrlimit" >&5
+echo "configure:20685: checking for getrlimit" >&5
if eval "test \"`echo '$''{'ac_cv_func_getrlimit'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20669 "configure"
+#line 20690 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getrlimit(); below. */
@@ -20691,7 +20712,7 @@ getrlimit();
; return 0; }
EOF
-if { (eval echo configure:20695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getrlimit=yes"
else
@@ -20707,12 +20728,12 @@ if eval "test \"`echo '$ac_cv_func_'getrlimit`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for setrlimit""... $ac_c" 1>&6
-echo "configure:20711: checking for setrlimit" >&5
+echo "configure:20732: checking for setrlimit" >&5
if eval "test \"`echo '$''{'ac_cv_func_setrlimit'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20716 "configure"
+#line 20737 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setrlimit(); below. */
@@ -20738,7 +20759,7 @@ setrlimit();
; return 0; }
EOF
-if { (eval echo configure:20742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_setrlimit=yes"
else
@@ -20774,12 +20795,12 @@ fi
echo $ac_n "checking for sysinfo""... $ac_c" 1>&6
-echo "configure:20778: checking for sysinfo" >&5
+echo "configure:20799: checking for sysinfo" >&5
if eval "test \"`echo '$''{'ac_cv_func_sysinfo'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20783 "configure"
+#line 20804 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sysinfo(); below. */
@@ -20805,7 +20826,7 @@ sysinfo();
; return 0; }
EOF
-if { (eval echo configure:20809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sysinfo=yes"
else
@@ -20833,12 +20854,12 @@ fi
echo $ac_n "checking for strerror""... $ac_c" 1>&6
-echo "configure:20837: checking for strerror" >&5
+echo "configure:20858: checking for strerror" >&5
if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20842 "configure"
+#line 20863 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strerror(); below. */
@@ -20864,7 +20885,7 @@ strerror();
; return 0; }
EOF
-if { (eval echo configure:20868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strerror=yes"
else
@@ -20888,12 +20909,12 @@ fi
echo $ac_n "checking for lstat""... $ac_c" 1>&6
-echo "configure:20892: checking for lstat" >&5
+echo "configure:20913: checking for lstat" >&5
if eval "test \"`echo '$''{'ac_cv_func_lstat'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20897 "configure"
+#line 20918 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char lstat(); below. */
@@ -20919,7 +20940,7 @@ lstat();
; return 0; }
EOF
-if { (eval echo configure:20923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:20944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_lstat=yes"
else
@@ -20944,12 +20965,12 @@ fi
echo $ac_n "checking for readlink""... $ac_c" 1>&6
-echo "configure:20948: checking for readlink" >&5
+echo "configure:20969: checking for readlink" >&5
if eval "test \"`echo '$''{'ac_cv_func_readlink'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 20953 "configure"
+#line 20974 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char readlink(); below. */
@@ -20975,7 +20996,7 @@ readlink();
; return 0; }
EOF
-if { (eval echo configure:20979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_readlink=yes"
else
@@ -21000,12 +21021,12 @@ fi
echo $ac_n "checking for rename""... $ac_c" 1>&6
-echo "configure:21004: checking for rename" >&5
+echo "configure:21025: checking for rename" >&5
if eval "test \"`echo '$''{'ac_cv_func_rename'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21009 "configure"
+#line 21030 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char rename(); below. */
@@ -21031,7 +21052,7 @@ rename();
; return 0; }
EOF
-if { (eval echo configure:21035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_rename=yes"
else
@@ -21056,12 +21077,12 @@ fi
echo $ac_n "checking for recvmsg""... $ac_c" 1>&6
-echo "configure:21060: checking for recvmsg" >&5
+echo "configure:21081: checking for recvmsg" >&5
if eval "test \"`echo '$''{'ac_cv_func_recvmsg'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21065 "configure"
+#line 21086 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char recvmsg(); below. */
@@ -21087,7 +21108,7 @@ recvmsg();
; return 0; }
EOF
-if { (eval echo configure:21091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_recvmsg=yes"
else
@@ -21112,12 +21133,12 @@ fi
echo $ac_n "checking for sendmsg""... $ac_c" 1>&6
-echo "configure:21116: checking for sendmsg" >&5
+echo "configure:21137: checking for sendmsg" >&5
if eval "test \"`echo '$''{'ac_cv_func_sendmsg'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21121 "configure"
+#line 21142 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sendmsg(); below. */
@@ -21143,7 +21164,7 @@ sendmsg();
; return 0; }
EOF
-if { (eval echo configure:21147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sendmsg=yes"
else
@@ -21169,12 +21190,12 @@ fi
if test "$ace_has_tli" = yes; then
echo $ac_n "checking for t_getname""... $ac_c" 1>&6
-echo "configure:21173: checking for t_getname" >&5
+echo "configure:21194: checking for t_getname" >&5
if eval "test \"`echo '$''{'ac_cv_func_t_getname'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21178 "configure"
+#line 21199 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char t_getname(); below. */
@@ -21200,7 +21221,7 @@ t_getname();
; return 0; }
EOF
-if { (eval echo configure:21204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_t_getname=yes"
else
@@ -21225,12 +21246,12 @@ fi
fi
echo $ac_n "checking for getrusage""... $ac_c" 1>&6
-echo "configure:21229: checking for getrusage" >&5
+echo "configure:21250: checking for getrusage" >&5
if eval "test \"`echo '$''{'ac_cv_func_getrusage'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21234 "configure"
+#line 21255 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getrusage(); below. */
@@ -21256,7 +21277,7 @@ getrusage();
; return 0; }
EOF
-if { (eval echo configure:21260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getrusage=yes"
else
@@ -21280,12 +21301,12 @@ fi
echo $ac_n "checking for getpgid""... $ac_c" 1>&6
-echo "configure:21284: checking for getpgid" >&5
+echo "configure:21305: checking for getpgid" >&5
if eval "test \"`echo '$''{'ac_cv_func_getpgid'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21289 "configure"
+#line 21310 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpgid(); below. */
@@ -21311,7 +21332,7 @@ getpgid();
; return 0; }
EOF
-if { (eval echo configure:21315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getpgid=yes"
else
@@ -21336,12 +21357,12 @@ fi
echo $ac_n "checking for getppid""... $ac_c" 1>&6
-echo "configure:21340: checking for getppid" >&5
+echo "configure:21361: checking for getppid" >&5
if eval "test \"`echo '$''{'ac_cv_func_getppid'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21345 "configure"
+#line 21366 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getppid(); below. */
@@ -21367,7 +21388,7 @@ getppid();
; return 0; }
EOF
-if { (eval echo configure:21371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getppid=yes"
else
@@ -21392,12 +21413,12 @@ fi
echo $ac_n "checking for getpagesize""... $ac_c" 1>&6
-echo "configure:21396: checking for getpagesize" >&5
+echo "configure:21417: checking for getpagesize" >&5
if eval "test \"`echo '$''{'ac_cv_func_getpagesize'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21401 "configure"
+#line 21422 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpagesize(); below. */
@@ -21423,7 +21444,7 @@ getpagesize();
; return 0; }
EOF
-if { (eval echo configure:21427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getpagesize=yes"
else
@@ -21451,12 +21472,12 @@ fi
echo $ac_n "checking for msync""... $ac_c" 1>&6
-echo "configure:21455: checking for msync" >&5
+echo "configure:21476: checking for msync" >&5
if eval "test \"`echo '$''{'ac_cv_func_msync'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21460 "configure"
+#line 21481 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char msync(); below. */
@@ -21482,7 +21503,7 @@ msync();
; return 0; }
EOF
-if { (eval echo configure:21486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_msync=yes"
else
@@ -21507,12 +21528,12 @@ fi
echo $ac_n "checking for mprotect""... $ac_c" 1>&6
-echo "configure:21511: checking for mprotect" >&5
+echo "configure:21532: checking for mprotect" >&5
if eval "test \"`echo '$''{'ac_cv_func_mprotect'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21516 "configure"
+#line 21537 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char mprotect(); below. */
@@ -21538,7 +21559,7 @@ mprotect();
; return 0; }
EOF
-if { (eval echo configure:21542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_mprotect=yes"
else
@@ -21563,12 +21584,12 @@ fi
echo $ac_n "checking for mkfifo""... $ac_c" 1>&6
-echo "configure:21567: checking for mkfifo" >&5
+echo "configure:21588: checking for mkfifo" >&5
if eval "test \"`echo '$''{'ac_cv_func_mkfifo'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21572 "configure"
+#line 21593 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char mkfifo(); below. */
@@ -21594,7 +21615,7 @@ mkfifo();
; return 0; }
EOF
-if { (eval echo configure:21598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_mkfifo=yes"
else
@@ -21619,12 +21640,12 @@ fi
echo $ac_n "checking for mktemp""... $ac_c" 1>&6
-echo "configure:21623: checking for mktemp" >&5
+echo "configure:21644: checking for mktemp" >&5
if eval "test \"`echo '$''{'ac_cv_func_mktemp'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21628 "configure"
+#line 21649 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char mktemp(); below. */
@@ -21650,7 +21671,7 @@ mktemp();
; return 0; }
EOF
-if { (eval echo configure:21654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_mktemp=yes"
else
@@ -21675,12 +21696,12 @@ fi
echo $ac_n "checking for madvise""... $ac_c" 1>&6
-echo "configure:21679: checking for madvise" >&5
+echo "configure:21700: checking for madvise" >&5
if eval "test \"`echo '$''{'ac_cv_func_madvise'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21684 "configure"
+#line 21705 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char madvise(); below. */
@@ -21706,7 +21727,7 @@ madvise();
; return 0; }
EOF
-if { (eval echo configure:21710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_madvise=yes"
else
@@ -21732,12 +21753,12 @@ fi
if test "$ac_cv_header_sys_priocntl_h" = yes; then
echo $ac_n "checking for priocntl""... $ac_c" 1>&6
-echo "configure:21736: checking for priocntl" >&5
+echo "configure:21757: checking for priocntl" >&5
if eval "test \"`echo '$''{'ac_cv_func_priocntl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21741 "configure"
+#line 21762 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char priocntl(); below. */
@@ -21763,7 +21784,7 @@ priocntl();
; return 0; }
EOF
-if { (eval echo configure:21767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_priocntl=yes"
else
@@ -21789,13 +21810,13 @@ fi
if test "$ac_cv_func_priocntl" = no; then
echo $ac_n "checking for priocntl macro""... $ac_c" 1>&6
-echo "configure:21793: checking for priocntl macro" >&5
+echo "configure:21814: checking for priocntl macro" >&5
if eval "test \"`echo '$''{'ace_cv_lib_has_priocntl_macro'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21799 "configure"
+#line 21820 "configure"
#include "confdefs.h"
#include <sys/priocntl.h>
@@ -21836,12 +21857,12 @@ EOF
fi fi
echo $ac_n "checking for sbrk""... $ac_c" 1>&6
-echo "configure:21840: checking for sbrk" >&5
+echo "configure:21861: checking for sbrk" >&5
if eval "test \"`echo '$''{'ac_cv_func_sbrk'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21845 "configure"
+#line 21866 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sbrk(); below. */
@@ -21867,7 +21888,7 @@ sbrk();
; return 0; }
EOF
-if { (eval echo configure:21871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sbrk=yes"
else
@@ -21892,12 +21913,12 @@ fi
echo $ac_n "checking for msgctl""... $ac_c" 1>&6
-echo "configure:21896: checking for msgctl" >&5
+echo "configure:21917: checking for msgctl" >&5
if eval "test \"`echo '$''{'ac_cv_func_msgctl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21901 "configure"
+#line 21922 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char msgctl(); below. */
@@ -21923,7 +21944,7 @@ msgctl();
; return 0; }
EOF
-if { (eval echo configure:21927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:21948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_msgctl=yes"
else
@@ -21944,12 +21965,12 @@ fi
echo $ac_n "checking for msgget""... $ac_c" 1>&6
-echo "configure:21948: checking for msgget" >&5
+echo "configure:21969: checking for msgget" >&5
if eval "test \"`echo '$''{'ac_cv_func_msgget'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 21953 "configure"
+#line 21974 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char msgget(); below. */
@@ -21975,7 +21996,7 @@ msgget();
; return 0; }
EOF
-if { (eval echo configure:21979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_msgget=yes"
else
@@ -21996,12 +22017,12 @@ fi
echo $ac_n "checking for msgrcv""... $ac_c" 1>&6
-echo "configure:22000: checking for msgrcv" >&5
+echo "configure:22021: checking for msgrcv" >&5
if eval "test \"`echo '$''{'ac_cv_func_msgrcv'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22005 "configure"
+#line 22026 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char msgrcv(); below. */
@@ -22027,7 +22048,7 @@ msgrcv();
; return 0; }
EOF
-if { (eval echo configure:22031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_msgrcv=yes"
else
@@ -22048,12 +22069,12 @@ fi
echo $ac_n "checking for semctl""... $ac_c" 1>&6
-echo "configure:22052: checking for semctl" >&5
+echo "configure:22073: checking for semctl" >&5
if eval "test \"`echo '$''{'ac_cv_func_semctl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22057 "configure"
+#line 22078 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char semctl(); below. */
@@ -22079,7 +22100,7 @@ semctl();
; return 0; }
EOF
-if { (eval echo configure:22083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_semctl=yes"
else
@@ -22100,12 +22121,12 @@ fi
echo $ac_n "checking for semget""... $ac_c" 1>&6
-echo "configure:22104: checking for semget" >&5
+echo "configure:22125: checking for semget" >&5
if eval "test \"`echo '$''{'ac_cv_func_semget'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22109 "configure"
+#line 22130 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char semget(); below. */
@@ -22131,7 +22152,7 @@ semget();
; return 0; }
EOF
-if { (eval echo configure:22135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_semget=yes"
else
@@ -22152,12 +22173,12 @@ fi
echo $ac_n "checking for semop""... $ac_c" 1>&6
-echo "configure:22156: checking for semop" >&5
+echo "configure:22177: checking for semop" >&5
if eval "test \"`echo '$''{'ac_cv_func_semop'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22161 "configure"
+#line 22182 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char semop(); below. */
@@ -22183,7 +22204,7 @@ semop();
; return 0; }
EOF
-if { (eval echo configure:22187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_semop=yes"
else
@@ -22204,12 +22225,12 @@ fi
echo $ac_n "checking for shmat""... $ac_c" 1>&6
-echo "configure:22208: checking for shmat" >&5
+echo "configure:22229: checking for shmat" >&5
if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22213 "configure"
+#line 22234 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmat(); below. */
@@ -22235,7 +22256,7 @@ shmat();
; return 0; }
EOF
-if { (eval echo configure:22239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shmat=yes"
else
@@ -22256,12 +22277,12 @@ fi
echo $ac_n "checking for shmctl""... $ac_c" 1>&6
-echo "configure:22260: checking for shmctl" >&5
+echo "configure:22281: checking for shmctl" >&5
if eval "test \"`echo '$''{'ac_cv_func_shmctl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22265 "configure"
+#line 22286 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmctl(); below. */
@@ -22287,7 +22308,7 @@ shmctl();
; return 0; }
EOF
-if { (eval echo configure:22291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shmctl=yes"
else
@@ -22308,12 +22329,12 @@ fi
echo $ac_n "checking for shmdt""... $ac_c" 1>&6
-echo "configure:22312: checking for shmdt" >&5
+echo "configure:22333: checking for shmdt" >&5
if eval "test \"`echo '$''{'ac_cv_func_shmdt'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22317 "configure"
+#line 22338 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmdt(); below. */
@@ -22339,7 +22360,7 @@ shmdt();
; return 0; }
EOF
-if { (eval echo configure:22343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shmdt=yes"
else
@@ -22360,12 +22381,12 @@ fi
echo $ac_n "checking for shmget""... $ac_c" 1>&6
-echo "configure:22364: checking for shmget" >&5
+echo "configure:22385: checking for shmget" >&5
if eval "test \"`echo '$''{'ac_cv_func_shmget'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22369 "configure"
+#line 22390 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmget(); below. */
@@ -22391,7 +22412,7 @@ shmget();
; return 0; }
EOF
-if { (eval echo configure:22395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shmget=yes"
else
@@ -22412,12 +22433,12 @@ fi
echo $ac_n "checking for read_real_time""... $ac_c" 1>&6
-echo "configure:22416: checking for read_real_time" >&5
+echo "configure:22437: checking for read_real_time" >&5
if eval "test \"`echo '$''{'ac_cv_func_read_real_time'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22421 "configure"
+#line 22442 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char read_real_time(); below. */
@@ -22443,7 +22464,7 @@ read_real_time();
; return 0; }
EOF
-if { (eval echo configure:22447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_read_real_time=yes"
else
@@ -22467,12 +22488,12 @@ fi
echo $ac_n "checking for shm_open""... $ac_c" 1>&6
-echo "configure:22471: checking for shm_open" >&5
+echo "configure:22492: checking for shm_open" >&5
if eval "test \"`echo '$''{'ac_cv_func_shm_open'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22476 "configure"
+#line 22497 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shm_open(); below. */
@@ -22498,7 +22519,7 @@ shm_open();
; return 0; }
EOF
-if { (eval echo configure:22502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shm_open=yes"
else
@@ -22522,12 +22543,12 @@ fi
echo $ac_n "checking for tempnam""... $ac_c" 1>&6
-echo "configure:22526: checking for tempnam" >&5
+echo "configure:22547: checking for tempnam" >&5
if eval "test \"`echo '$''{'ac_cv_func_tempnam'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22531 "configure"
+#line 22552 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char tempnam(); below. */
@@ -22553,7 +22574,7 @@ tempnam();
; return 0; }
EOF
-if { (eval echo configure:22557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_tempnam=yes"
else
@@ -22578,12 +22599,12 @@ fi
echo $ac_n "checking for truncate""... $ac_c" 1>&6
-echo "configure:22582: checking for truncate" >&5
+echo "configure:22603: checking for truncate" >&5
if eval "test \"`echo '$''{'ac_cv_func_truncate'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22587 "configure"
+#line 22608 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char truncate(); below. */
@@ -22609,7 +22630,7 @@ truncate();
; return 0; }
EOF
-if { (eval echo configure:22613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_truncate=yes"
else
@@ -22634,12 +22655,12 @@ fi
echo $ac_n "checking for recv_timedwait""... $ac_c" 1>&6
-echo "configure:22638: checking for recv_timedwait" >&5
+echo "configure:22659: checking for recv_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_recv_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22643 "configure"
+#line 22664 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char recv_timedwait(); below. */
@@ -22665,7 +22686,7 @@ recv_timedwait();
; return 0; }
EOF
-if { (eval echo configure:22669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_recv_timedwait=yes"
else
@@ -22689,12 +22710,12 @@ fi
echo $ac_n "checking for recvfrom_timedwait""... $ac_c" 1>&6
-echo "configure:22693: checking for recvfrom_timedwait" >&5
+echo "configure:22714: checking for recvfrom_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_recvfrom_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22698 "configure"
+#line 22719 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char recvfrom_timedwait(); below. */
@@ -22720,7 +22741,7 @@ recvfrom_timedwait();
; return 0; }
EOF
-if { (eval echo configure:22724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_recvfrom_timedwait=yes"
else
@@ -22744,12 +22765,12 @@ fi
echo $ac_n "checking for recvmsg_timedwait""... $ac_c" 1>&6
-echo "configure:22748: checking for recvmsg_timedwait" >&5
+echo "configure:22769: checking for recvmsg_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_recvmsg_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22753 "configure"
+#line 22774 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char recvmsg_timedwait(); below. */
@@ -22775,7 +22796,7 @@ recvmsg_timedwait();
; return 0; }
EOF
-if { (eval echo configure:22779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_recvmsg_timedwait=yes"
else
@@ -22799,12 +22820,12 @@ fi
echo $ac_n "checking for send_timedwait""... $ac_c" 1>&6
-echo "configure:22803: checking for send_timedwait" >&5
+echo "configure:22824: checking for send_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_send_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22808 "configure"
+#line 22829 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char send_timedwait(); below. */
@@ -22830,7 +22851,7 @@ send_timedwait();
; return 0; }
EOF
-if { (eval echo configure:22834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_send_timedwait=yes"
else
@@ -22854,12 +22875,12 @@ fi
echo $ac_n "checking for sendto_timedwait""... $ac_c" 1>&6
-echo "configure:22858: checking for sendto_timedwait" >&5
+echo "configure:22879: checking for sendto_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_sendto_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22863 "configure"
+#line 22884 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sendto_timedwait(); below. */
@@ -22885,7 +22906,7 @@ sendto_timedwait();
; return 0; }
EOF
-if { (eval echo configure:22889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sendto_timedwait=yes"
else
@@ -22909,12 +22930,12 @@ fi
echo $ac_n "checking for sendmsg_timedwait""... $ac_c" 1>&6
-echo "configure:22913: checking for sendmsg_timedwait" >&5
+echo "configure:22934: checking for sendmsg_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_sendmsg_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22918 "configure"
+#line 22939 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sendmsg_timedwait(); below. */
@@ -22940,7 +22961,7 @@ sendmsg_timedwait();
; return 0; }
EOF
-if { (eval echo configure:22944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:22965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sendmsg_timedwait=yes"
else
@@ -22964,12 +22985,12 @@ fi
echo $ac_n "checking for read_timedwait""... $ac_c" 1>&6
-echo "configure:22968: checking for read_timedwait" >&5
+echo "configure:22989: checking for read_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_read_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 22973 "configure"
+#line 22994 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char read_timedwait(); below. */
@@ -22995,7 +23016,7 @@ read_timedwait();
; return 0; }
EOF
-if { (eval echo configure:22999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_read_timedwait=yes"
else
@@ -23019,12 +23040,12 @@ fi
echo $ac_n "checking for readv_timedwait""... $ac_c" 1>&6
-echo "configure:23023: checking for readv_timedwait" >&5
+echo "configure:23044: checking for readv_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_readv_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23028 "configure"
+#line 23049 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char readv_timedwait(); below. */
@@ -23050,7 +23071,7 @@ readv_timedwait();
; return 0; }
EOF
-if { (eval echo configure:23054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_readv_timedwait=yes"
else
@@ -23074,12 +23095,12 @@ fi
echo $ac_n "checking for write_timedwait""... $ac_c" 1>&6
-echo "configure:23078: checking for write_timedwait" >&5
+echo "configure:23099: checking for write_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_write_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23083 "configure"
+#line 23104 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char write_timedwait(); below. */
@@ -23105,7 +23126,7 @@ write_timedwait();
; return 0; }
EOF
-if { (eval echo configure:23109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_write_timedwait=yes"
else
@@ -23129,12 +23150,12 @@ fi
echo $ac_n "checking for writev_timedwait""... $ac_c" 1>&6
-echo "configure:23133: checking for writev_timedwait" >&5
+echo "configure:23154: checking for writev_timedwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_writev_timedwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23138 "configure"
+#line 23159 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char writev_timedwait(); below. */
@@ -23160,7 +23181,7 @@ writev_timedwait();
; return 0; }
EOF
-if { (eval echo configure:23164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_writev_timedwait=yes"
else
@@ -23184,12 +23205,12 @@ fi
echo $ac_n "checking for sem_init""... $ac_c" 1>&6
-echo "configure:23188: checking for sem_init" >&5
+echo "configure:23209: checking for sem_init" >&5
if eval "test \"`echo '$''{'ac_cv_func_sem_init'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23193 "configure"
+#line 23214 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sem_init(); below. */
@@ -23215,7 +23236,7 @@ sem_init();
; return 0; }
EOF
-if { (eval echo configure:23219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sem_init=yes"
else
@@ -23234,12 +23255,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for sem_destroy""... $ac_c" 1>&6
-echo "configure:23238: checking for sem_destroy" >&5
+echo "configure:23259: checking for sem_destroy" >&5
if eval "test \"`echo '$''{'ac_cv_func_sem_destroy'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23243 "configure"
+#line 23264 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sem_destroy(); below. */
@@ -23265,7 +23286,7 @@ sem_destroy();
; return 0; }
EOF
-if { (eval echo configure:23269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sem_destroy=yes"
else
@@ -23294,12 +23315,12 @@ EOF
echo $ac_n "checking for sem_open""... $ac_c" 1>&6
-echo "configure:23298: checking for sem_open" >&5
+echo "configure:23319: checking for sem_open" >&5
if eval "test \"`echo '$''{'ac_cv_func_sem_open'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23303 "configure"
+#line 23324 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sem_open(); below. */
@@ -23325,7 +23346,7 @@ sem_open();
; return 0; }
EOF
-if { (eval echo configure:23329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sem_open=yes"
else
@@ -23344,12 +23365,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for sem_close""... $ac_c" 1>&6
-echo "configure:23348: checking for sem_close" >&5
+echo "configure:23369: checking for sem_close" >&5
if eval "test \"`echo '$''{'ac_cv_func_sem_close'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23353 "configure"
+#line 23374 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sem_close(); below. */
@@ -23375,7 +23396,7 @@ sem_close();
; return 0; }
EOF
-if { (eval echo configure:23379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sem_close=yes"
else
@@ -23408,12 +23429,12 @@ if test "$ace_user_enable_threads" = yes; then
if test "$ace_has_pthreads" = yes; then
echo $ac_n "checking for pthread_sigmask""... $ac_c" 1>&6
-echo "configure:23412: checking for pthread_sigmask" >&5
+echo "configure:23433: checking for pthread_sigmask" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_sigmask'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23417 "configure"
+#line 23438 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_sigmask(); below. */
@@ -23439,7 +23460,7 @@ pthread_sigmask();
; return 0; }
EOF
-if { (eval echo configure:23443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_sigmask=yes"
else
@@ -23464,12 +23485,12 @@ fi
echo $ac_n "checking for pthread_key_create""... $ac_c" 1>&6
-echo "configure:23468: checking for pthread_key_create" >&5
+echo "configure:23489: checking for pthread_key_create" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_key_create'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23473 "configure"
+#line 23494 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_key_create(); below. */
@@ -23495,7 +23516,7 @@ pthread_key_create();
; return 0; }
EOF
-if { (eval echo configure:23499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_key_create=yes"
else
@@ -23523,12 +23544,12 @@ fi
echo $ac_n "checking for pthread_condattr_setkind_np""... $ac_c" 1>&6
-echo "configure:23527: checking for pthread_condattr_setkind_np" >&5
+echo "configure:23548: checking for pthread_condattr_setkind_np" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_setkind_np'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23532 "configure"
+#line 23553 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_condattr_setkind_np(); below. */
@@ -23554,7 +23575,7 @@ pthread_condattr_setkind_np();
; return 0; }
EOF
-if { (eval echo configure:23558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_condattr_setkind_np=yes"
else
@@ -23578,12 +23599,12 @@ fi
echo $ac_n "checking for pthread_mutexattr_setkind_np""... $ac_c" 1>&6
-echo "configure:23582: checking for pthread_mutexattr_setkind_np" >&5
+echo "configure:23603: checking for pthread_mutexattr_setkind_np" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_setkind_np'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23587 "configure"
+#line 23608 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_mutexattr_setkind_np(); below. */
@@ -23609,7 +23630,7 @@ pthread_mutexattr_setkind_np();
; return 0; }
EOF
-if { (eval echo configure:23613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_mutexattr_setkind_np=yes"
else
@@ -23633,12 +23654,12 @@ fi
echo $ac_n "checking for pthread_condattr_setpshared""... $ac_c" 1>&6
-echo "configure:23637: checking for pthread_condattr_setpshared" >&5
+echo "configure:23658: checking for pthread_condattr_setpshared" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_setpshared'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23642 "configure"
+#line 23663 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_condattr_setpshared(); below. */
@@ -23664,7 +23685,7 @@ pthread_condattr_setpshared();
; return 0; }
EOF
-if { (eval echo configure:23668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_condattr_setpshared=yes"
else
@@ -23689,12 +23710,12 @@ fi
echo $ac_n "checking for pthread_attr_setstackaddr""... $ac_c" 1>&6
-echo "configure:23693: checking for pthread_attr_setstackaddr" >&5
+echo "configure:23714: checking for pthread_attr_setstackaddr" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setstackaddr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23698 "configure"
+#line 23719 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setstackaddr(); below. */
@@ -23720,7 +23741,7 @@ pthread_attr_setstackaddr();
; return 0; }
EOF
-if { (eval echo configure:23724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_attr_setstackaddr=yes"
else
@@ -23748,14 +23769,14 @@ fi
cat > conftest.$ac_ext <<EOF
-#line 23752 "configure"
+#line 23773 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:23759: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:23780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -23791,19 +23812,19 @@ EOF
if test pthread_attr_setstacksize != "$ace_real_function"; then
echo $ac_n "checking for real pthread_attr_setstacksize from pthread.h""... $ac_c" 1>&6
-echo "configure:23795: checking for real pthread_attr_setstacksize from pthread.h" >&5
+echo "configure:23816: checking for real pthread_attr_setstacksize from pthread.h" >&5
echo "$ac_t""$ace_real_function" 1>&6
fi
else
ace_real_function=pthread_attr_setstacksize
fi
echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6
-echo "configure:23802: checking for $ace_real_function" >&5
+echo "configure:23823: checking for $ace_real_function" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23807 "configure"
+#line 23828 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ace_real_function(); below. */
@@ -23829,7 +23850,7 @@ $ace_real_function();
; return 0; }
EOF
-if { (eval echo configure:23833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ace_real_function=yes"
else
@@ -23858,14 +23879,14 @@ fi
cat > conftest.$ac_ext <<EOF
-#line 23862 "configure"
+#line 23883 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:23869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:23890: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -23901,19 +23922,19 @@ EOF
if test pthread_cancel != "$ace_real_function"; then
echo $ac_n "checking for real pthread_cancel from pthread.h""... $ac_c" 1>&6
-echo "configure:23905: checking for real pthread_cancel from pthread.h" >&5
+echo "configure:23926: checking for real pthread_cancel from pthread.h" >&5
echo "$ac_t""$ace_real_function" 1>&6
fi
else
ace_real_function=pthread_cancel
fi
echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6
-echo "configure:23912: checking for $ace_real_function" >&5
+echo "configure:23933: checking for $ace_real_function" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23917 "configure"
+#line 23938 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ace_real_function(); below. */
@@ -23939,7 +23960,7 @@ $ace_real_function();
; return 0; }
EOF
-if { (eval echo configure:23943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:23964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ace_real_function=yes"
else
@@ -23965,12 +23986,12 @@ fi
echo $ac_n "checking for pthread_yield""... $ac_c" 1>&6
-echo "configure:23969: checking for pthread_yield" >&5
+echo "configure:23990: checking for pthread_yield" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_yield'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 23974 "configure"
+#line 23995 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_yield(); below. */
@@ -23996,7 +24017,7 @@ pthread_yield();
; return 0; }
EOF
-if { (eval echo configure:24000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_yield=yes"
else
@@ -24021,12 +24042,12 @@ fi
echo $ac_n "checking for pthread_thr_sigsetmask""... $ac_c" 1>&6
-echo "configure:24025: checking for pthread_thr_sigsetmask" >&5
+echo "configure:24046: checking for pthread_thr_sigsetmask" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_thr_sigsetmask'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24030 "configure"
+#line 24051 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_thr_sigsetmask(); below. */
@@ -24052,7 +24073,7 @@ pthread_thr_sigsetmask();
; return 0; }
EOF
-if { (eval echo configure:24056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_thr_sigsetmask=yes"
else
@@ -24077,12 +24098,12 @@ fi
echo $ac_n "checking for pthread_attr_setdetachstate""... $ac_c" 1>&6
-echo "configure:24081: checking for pthread_attr_setdetachstate" >&5
+echo "configure:24102: checking for pthread_attr_setdetachstate" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setdetachstate'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24086 "configure"
+#line 24107 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setdetachstate(); below. */
@@ -24108,7 +24129,7 @@ pthread_attr_setdetachstate();
; return 0; }
EOF
-if { (eval echo configure:24112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_attr_setdetachstate=yes"
else
@@ -24133,12 +24154,12 @@ fi
echo $ac_n "checking for pthread_attr_setsched""... $ac_c" 1>&6
-echo "configure:24137: checking for pthread_attr_setsched" >&5
+echo "configure:24158: checking for pthread_attr_setsched" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setsched'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24142 "configure"
+#line 24163 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setsched(); below. */
@@ -24164,7 +24185,7 @@ pthread_attr_setsched();
; return 0; }
EOF
-if { (eval echo configure:24168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_attr_setsched=yes"
else
@@ -24182,12 +24203,12 @@ if eval "test \"`echo '$ac_cv_func_'pthread_attr_setsched`\" = yes"; then
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for pthread_attr_setschedpolicy""... $ac_c" 1>&6
-echo "configure:24186: checking for pthread_attr_setschedpolicy" >&5
+echo "configure:24207: checking for pthread_attr_setschedpolicy" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedpolicy'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24191 "configure"
+#line 24212 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setschedpolicy(); below. */
@@ -24213,7 +24234,7 @@ pthread_attr_setschedpolicy();
; return 0; }
EOF
-if { (eval echo configure:24217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_attr_setschedpolicy=yes"
else
@@ -24240,12 +24261,12 @@ fi
echo $ac_n "checking for pthread_attr_setscope""... $ac_c" 1>&6
-echo "configure:24244: checking for pthread_attr_setscope" >&5
+echo "configure:24265: checking for pthread_attr_setscope" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setscope'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24249 "configure"
+#line 24270 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setscope(); below. */
@@ -24271,7 +24292,7 @@ pthread_attr_setscope();
; return 0; }
EOF
-if { (eval echo configure:24275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_attr_setscope=yes"
else
@@ -24296,12 +24317,12 @@ fi
echo $ac_n "checking for pthread_mutexattr_setpshared""... $ac_c" 1>&6
-echo "configure:24300: checking for pthread_mutexattr_setpshared" >&5
+echo "configure:24321: checking for pthread_mutexattr_setpshared" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_setpshared'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24305 "configure"
+#line 24326 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_mutexattr_setpshared(); below. */
@@ -24327,7 +24348,7 @@ pthread_mutexattr_setpshared();
; return 0; }
EOF
-if { (eval echo configure:24331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_mutexattr_setpshared=yes"
else
@@ -24352,12 +24373,12 @@ fi
echo $ac_n "checking for pthread_mutexattr_create""... $ac_c" 1>&6
-echo "configure:24356: checking for pthread_mutexattr_create" >&5
+echo "configure:24377: checking for pthread_mutexattr_create" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_create'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24361 "configure"
+#line 24382 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_mutexattr_create(); below. */
@@ -24383,7 +24404,7 @@ pthread_mutexattr_create();
; return 0; }
EOF
-if { (eval echo configure:24387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_mutexattr_create=yes"
else
@@ -24402,12 +24423,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_mutexattr_delete""... $ac_c" 1>&6
-echo "configure:24406: checking for pthread_mutexattr_delete" >&5
+echo "configure:24427: checking for pthread_mutexattr_delete" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_delete'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24411 "configure"
+#line 24432 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_mutexattr_delete(); below. */
@@ -24433,7 +24454,7 @@ pthread_mutexattr_delete();
; return 0; }
EOF
-if { (eval echo configure:24437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_mutexattr_delete=yes"
else
@@ -24452,12 +24473,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_condattr_delete""... $ac_c" 1>&6
-echo "configure:24456: checking for pthread_condattr_delete" >&5
+echo "configure:24477: checking for pthread_condattr_delete" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_delete'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24461 "configure"
+#line 24482 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_condattr_delete(); below. */
@@ -24483,7 +24504,7 @@ pthread_condattr_delete();
; return 0; }
EOF
-if { (eval echo configure:24487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_condattr_delete=yes"
else
@@ -24502,12 +24523,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_condattr_create""... $ac_c" 1>&6
-echo "configure:24506: checking for pthread_condattr_create" >&5
+echo "configure:24527: checking for pthread_condattr_create" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_create'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24511 "configure"
+#line 24532 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_condattr_create(); below. */
@@ -24533,7 +24554,7 @@ pthread_condattr_create();
; return 0; }
EOF
-if { (eval echo configure:24537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_condattr_create=yes"
else
@@ -24552,12 +24573,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setprio""... $ac_c" 1>&6
-echo "configure:24556: checking for pthread_setprio" >&5
+echo "configure:24577: checking for pthread_setprio" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setprio'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24561 "configure"
+#line 24582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setprio(); below. */
@@ -24583,7 +24604,7 @@ pthread_setprio();
; return 0; }
EOF
-if { (eval echo configure:24587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setprio=yes"
else
@@ -24602,12 +24623,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_getprio""... $ac_c" 1>&6
-echo "configure:24606: checking for pthread_getprio" >&5
+echo "configure:24627: checking for pthread_getprio" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_getprio'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24611 "configure"
+#line 24632 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_getprio(); below. */
@@ -24633,7 +24654,7 @@ pthread_getprio();
; return 0; }
EOF
-if { (eval echo configure:24637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_getprio=yes"
else
@@ -24652,12 +24673,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setcancel""... $ac_c" 1>&6
-echo "configure:24656: checking for pthread_setcancel" >&5
+echo "configure:24677: checking for pthread_setcancel" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setcancel'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24661 "configure"
+#line 24682 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setcancel(); below. */
@@ -24683,7 +24704,7 @@ pthread_setcancel();
; return 0; }
EOF
-if { (eval echo configure:24687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setcancel=yes"
else
@@ -24702,12 +24723,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setasynccancel""... $ac_c" 1>&6
-echo "configure:24706: checking for pthread_setasynccancel" >&5
+echo "configure:24727: checking for pthread_setasynccancel" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setasynccancel'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24711 "configure"
+#line 24732 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setasynccancel(); below. */
@@ -24733,7 +24754,7 @@ pthread_setasynccancel();
; return 0; }
EOF
-if { (eval echo configure:24737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setasynccancel=yes"
else
@@ -24752,12 +24773,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_kill""... $ac_c" 1>&6
-echo "configure:24756: checking for pthread_kill" >&5
+echo "configure:24777: checking for pthread_kill" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_kill'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24761 "configure"
+#line 24782 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_kill(); below. */
@@ -24783,7 +24804,7 @@ pthread_kill();
; return 0; }
EOF
-if { (eval echo configure:24787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_kill=yes"
else
@@ -24802,12 +24823,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_attr_setprio""... $ac_c" 1>&6
-echo "configure:24806: checking for pthread_attr_setprio" >&5
+echo "configure:24827: checking for pthread_attr_setprio" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setprio'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24811 "configure"
+#line 24832 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setprio(); below. */
@@ -24833,7 +24854,7 @@ pthread_attr_setprio();
; return 0; }
EOF
-if { (eval echo configure:24837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_attr_setprio=yes"
else
@@ -24852,12 +24873,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_attr_getprio""... $ac_c" 1>&6
-echo "configure:24856: checking for pthread_attr_getprio" >&5
+echo "configure:24877: checking for pthread_attr_getprio" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getprio'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24861 "configure"
+#line 24882 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_getprio(); below. */
@@ -24883,7 +24904,7 @@ pthread_attr_getprio();
; return 0; }
EOF
-if { (eval echo configure:24887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_attr_getprio=yes"
else
@@ -24902,12 +24923,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setintr""... $ac_c" 1>&6
-echo "configure:24906: checking for pthread_setintr" >&5
+echo "configure:24927: checking for pthread_setintr" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setintr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24911 "configure"
+#line 24932 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setintr(); below. */
@@ -24933,7 +24954,7 @@ pthread_setintr();
; return 0; }
EOF
-if { (eval echo configure:24937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:24958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setintr=yes"
else
@@ -24952,12 +24973,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setintrtype""... $ac_c" 1>&6
-echo "configure:24956: checking for pthread_setintrtype" >&5
+echo "configure:24977: checking for pthread_setintrtype" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setintrtype'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 24961 "configure"
+#line 24982 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setintrtype(); below. */
@@ -24983,7 +25004,7 @@ pthread_setintrtype();
; return 0; }
EOF
-if { (eval echo configure:24987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setintrtype=yes"
else
@@ -25002,12 +25023,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_mutexattr_init""... $ac_c" 1>&6
-echo "configure:25006: checking for pthread_mutexattr_init" >&5
+echo "configure:25027: checking for pthread_mutexattr_init" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_init'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25011 "configure"
+#line 25032 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_mutexattr_init(); below. */
@@ -25033,7 +25054,7 @@ pthread_mutexattr_init();
; return 0; }
EOF
-if { (eval echo configure:25037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_mutexattr_init=yes"
else
@@ -25052,12 +25073,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_mutexattr_destroy""... $ac_c" 1>&6
-echo "configure:25056: checking for pthread_mutexattr_destroy" >&5
+echo "configure:25077: checking for pthread_mutexattr_destroy" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_mutexattr_destroy'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25061 "configure"
+#line 25082 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_mutexattr_destroy(); below. */
@@ -25083,7 +25104,7 @@ pthread_mutexattr_destroy();
; return 0; }
EOF
-if { (eval echo configure:25087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_mutexattr_destroy=yes"
else
@@ -25102,12 +25123,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_condattr_init""... $ac_c" 1>&6
-echo "configure:25106: checking for pthread_condattr_init" >&5
+echo "configure:25127: checking for pthread_condattr_init" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_init'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25111 "configure"
+#line 25132 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_condattr_init(); below. */
@@ -25133,7 +25154,7 @@ pthread_condattr_init();
; return 0; }
EOF
-if { (eval echo configure:25137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_condattr_init=yes"
else
@@ -25152,12 +25173,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_condattr_destroy""... $ac_c" 1>&6
-echo "configure:25156: checking for pthread_condattr_destroy" >&5
+echo "configure:25177: checking for pthread_condattr_destroy" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_condattr_destroy'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25161 "configure"
+#line 25182 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_condattr_destroy(); below. */
@@ -25183,7 +25204,7 @@ pthread_condattr_destroy();
; return 0; }
EOF
-if { (eval echo configure:25187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_condattr_destroy=yes"
else
@@ -25202,12 +25223,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setschedparam""... $ac_c" 1>&6
-echo "configure:25206: checking for pthread_setschedparam" >&5
+echo "configure:25227: checking for pthread_setschedparam" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setschedparam'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25211 "configure"
+#line 25232 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setschedparam(); below. */
@@ -25233,7 +25254,7 @@ pthread_setschedparam();
; return 0; }
EOF
-if { (eval echo configure:25237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setschedparam=yes"
else
@@ -25252,12 +25273,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_getschedparam""... $ac_c" 1>&6
-echo "configure:25256: checking for pthread_getschedparam" >&5
+echo "configure:25277: checking for pthread_getschedparam" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_getschedparam'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25261 "configure"
+#line 25282 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_getschedparam(); below. */
@@ -25283,7 +25304,7 @@ pthread_getschedparam();
; return 0; }
EOF
-if { (eval echo configure:25287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_getschedparam=yes"
else
@@ -25302,12 +25323,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setcancelstate""... $ac_c" 1>&6
-echo "configure:25306: checking for pthread_setcancelstate" >&5
+echo "configure:25327: checking for pthread_setcancelstate" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setcancelstate'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25311 "configure"
+#line 25332 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setcancelstate(); below. */
@@ -25333,7 +25354,7 @@ pthread_setcancelstate();
; return 0; }
EOF
-if { (eval echo configure:25337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setcancelstate=yes"
else
@@ -25352,12 +25373,12 @@ else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for pthread_setcanceltype""... $ac_c" 1>&6
-echo "configure:25356: checking for pthread_setcanceltype" >&5
+echo "configure:25377: checking for pthread_setcanceltype" >&5
if eval "test \"`echo '$''{'ac_cv_func_pthread_setcanceltype'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25361 "configure"
+#line 25382 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setcanceltype(); below. */
@@ -25383,7 +25404,7 @@ pthread_setcanceltype();
; return 0; }
EOF
-if { (eval echo configure:25387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_pthread_setcanceltype=yes"
else
@@ -25406,14 +25427,14 @@ fi
cat > conftest.$ac_ext <<EOF
-#line 25410 "configure"
+#line 25431 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:25417: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:25438: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -25449,19 +25470,19 @@ EOF
if test pthread_self != "$ace_real_function"; then
echo $ac_n "checking for real pthread_self from pthread.h""... $ac_c" 1>&6
-echo "configure:25453: checking for real pthread_self from pthread.h" >&5
+echo "configure:25474: checking for real pthread_self from pthread.h" >&5
echo "$ac_t""$ace_real_function" 1>&6
fi
else
ace_real_function=pthread_self
fi
echo $ac_n "checking for $ace_real_function""... $ac_c" 1>&6
-echo "configure:25460: checking for $ace_real_function" >&5
+echo "configure:25481: checking for $ace_real_function" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ace_real_function'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25465 "configure"
+#line 25486 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ace_real_function(); below. */
@@ -25487,7 +25508,7 @@ $ace_real_function();
; return 0; }
EOF
-if { (eval echo configure:25491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ace_real_function=yes"
else
@@ -25505,12 +25526,12 @@ if eval "test \"`echo '$ac_cv_func_'$ace_real_function`\" = yes"; then
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for thread_self""... $ac_c" 1>&6
-echo "configure:25509: checking for thread_self" >&5
+echo "configure:25530: checking for thread_self" >&5
if eval "test \"`echo '$''{'ac_cv_func_thread_self'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25514 "configure"
+#line 25535 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thread_self(); below. */
@@ -25536,7 +25557,7 @@ thread_self();
; return 0; }
EOF
-if { (eval echo configure:25540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_thread_self=yes"
else
@@ -25567,13 +25588,13 @@ fi
echo $ac_n "checking for PTHREAD_PROCESS_* enumeration in pthread.h""... $ac_c" 1>&6
-echo "configure:25571: checking for PTHREAD_PROCESS_* enumeration in pthread.h" >&5
+echo "configure:25592: checking for PTHREAD_PROCESS_* enumeration in pthread.h" >&5
if eval "test \"`echo '$''{'ace_cv_lib_pthread_process_enum'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25577 "configure"
+#line 25598 "configure"
#include "confdefs.h"
#include <pthread.h>
@@ -25586,7 +25607,7 @@ int foo = PTHREAD_PROCESS_SHARED;
; return 0; }
EOF
-if { (eval echo configure:25590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:25611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_pthread_process_enum=yes
@@ -25619,14 +25640,14 @@ EOF
echo $ac_n "checking for minimum thread priority""... $ac_c" 1>&6
-echo "configure:25623: checking for minimum thread priority" >&5
+echo "configure:25644: checking for minimum thread priority" >&5
if eval "test \"`echo '$''{'ace_cv_lib_pthread_pthread_min_priority'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ace_cv_lib_pthread_pthread_min_priority=0
cat > conftest.$ac_ext <<EOF
-#line 25630 "configure"
+#line 25651 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
@@ -25638,7 +25659,7 @@ fi
rm -f conftest*
cat > conftest.$ac_ext <<EOF
-#line 25642 "configure"
+#line 25663 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
@@ -25659,7 +25680,7 @@ EOF
echo $ac_n "checking for maximum thread priority""... $ac_c" 1>&6
-echo "configure:25663: checking for maximum thread priority" >&5
+echo "configure:25684: checking for maximum thread priority" >&5
if eval "test \"`echo '$''{'ace_cv_lib_pthread_pthread_max_priority'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -25676,7 +25697,7 @@ else
*)
esac
cat > conftest.$ac_ext <<EOF
-#line 25680 "configure"
+#line 25701 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
@@ -25688,7 +25709,7 @@ fi
rm -f conftest*
cat > conftest.$ac_ext <<EOF
-#line 25692 "configure"
+#line 25713 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
@@ -25711,12 +25732,12 @@ EOF
fi
if test "$ace_has_sthreads" = yes; then
echo $ac_n "checking for thr_keycreate""... $ac_c" 1>&6
-echo "configure:25715: checking for thr_keycreate" >&5
+echo "configure:25736: checking for thr_keycreate" >&5
if eval "test \"`echo '$''{'ac_cv_func_thr_keycreate'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25720 "configure"
+#line 25741 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_keycreate(); below. */
@@ -25742,7 +25763,7 @@ thr_keycreate();
; return 0; }
EOF
-if { (eval echo configure:25746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_thr_keycreate=yes"
else
@@ -25770,12 +25791,12 @@ fi
echo $ac_n "checking for thr_yield""... $ac_c" 1>&6
-echo "configure:25774: checking for thr_yield" >&5
+echo "configure:25795: checking for thr_yield" >&5
if eval "test \"`echo '$''{'ac_cv_func_thr_yield'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25779 "configure"
+#line 25800 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_yield(); below. */
@@ -25801,7 +25822,7 @@ thr_yield();
; return 0; }
EOF
-if { (eval echo configure:25805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_thr_yield=yes"
else
@@ -25825,12 +25846,12 @@ fi
echo $ac_n "checking for thr_keydelete""... $ac_c" 1>&6
-echo "configure:25829: checking for thr_keydelete" >&5
+echo "configure:25850: checking for thr_keydelete" >&5
if eval "test \"`echo '$''{'ac_cv_func_thr_keydelete'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25834 "configure"
+#line 25855 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_keydelete(); below. */
@@ -25856,7 +25877,7 @@ thr_keydelete();
; return 0; }
EOF
-if { (eval echo configure:25860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_thr_keydelete=yes"
else
@@ -25880,12 +25901,12 @@ fi
echo $ac_n "checking for thr_min_stack""... $ac_c" 1>&6
-echo "configure:25884: checking for thr_min_stack" >&5
+echo "configure:25905: checking for thr_min_stack" >&5
if eval "test \"`echo '$''{'ac_cv_func_thr_min_stack'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25889 "configure"
+#line 25910 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_min_stack(); below. */
@@ -25911,7 +25932,7 @@ thr_min_stack();
; return 0; }
EOF
-if { (eval echo configure:25915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_thr_min_stack=yes"
else
@@ -25930,12 +25951,12 @@ else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for thr_minstack""... $ac_c" 1>&6
-echo "configure:25934: checking for thr_minstack" >&5
+echo "configure:25955: checking for thr_minstack" >&5
if eval "test \"`echo '$''{'ac_cv_func_thr_minstack'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25939 "configure"
+#line 25960 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_minstack(); below. */
@@ -25961,7 +25982,7 @@ thr_minstack();
; return 0; }
EOF
-if { (eval echo configure:25965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:25986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_thr_minstack=yes"
else
@@ -25990,12 +26011,12 @@ fi
fi
fi
echo $ac_n "checking for sigwait""... $ac_c" 1>&6
-echo "configure:25994: checking for sigwait" >&5
+echo "configure:26015: checking for sigwait" >&5
if eval "test \"`echo '$''{'ac_cv_func_sigwait'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 25999 "configure"
+#line 26020 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigwait(); below. */
@@ -26021,7 +26042,7 @@ sigwait();
; return 0; }
EOF
-if { (eval echo configure:26025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_sigwait=yes"
else
@@ -26047,12 +26068,12 @@ fi
if test "$ace_user_enable_reentrant_funcs" = yes; then
echo $ac_n "checking for rand_r""... $ac_c" 1>&6
-echo "configure:26051: checking for rand_r" >&5
+echo "configure:26072: checking for rand_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_rand_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26056 "configure"
+#line 26077 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char rand_r(); below. */
@@ -26078,7 +26099,7 @@ rand_r();
; return 0; }
EOF
-if { (eval echo configure:26082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_rand_r=yes"
else
@@ -26099,12 +26120,12 @@ fi
echo $ac_n "checking for strtok_r""... $ac_c" 1>&6
-echo "configure:26103: checking for strtok_r" >&5
+echo "configure:26124: checking for strtok_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_strtok_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26108 "configure"
+#line 26129 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strtok_r(); below. */
@@ -26130,7 +26151,7 @@ strtok_r();
; return 0; }
EOF
-if { (eval echo configure:26134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strtok_r=yes"
else
@@ -26151,12 +26172,12 @@ fi
echo $ac_n "checking for getpwnam_r""... $ac_c" 1>&6
-echo "configure:26155: checking for getpwnam_r" >&5
+echo "configure:26176: checking for getpwnam_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_getpwnam_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26160 "configure"
+#line 26181 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpwnam_r(); below. */
@@ -26182,7 +26203,7 @@ getpwnam_r();
; return 0; }
EOF
-if { (eval echo configure:26186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getpwnam_r=yes"
else
@@ -26207,12 +26228,12 @@ fi
echo $ac_n "checking for ctime_r""... $ac_c" 1>&6
-echo "configure:26211: checking for ctime_r" >&5
+echo "configure:26232: checking for ctime_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_ctime_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26216 "configure"
+#line 26237 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ctime_r(); below. */
@@ -26238,7 +26259,7 @@ ctime_r();
; return 0; }
EOF
-if { (eval echo configure:26242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_ctime_r=yes"
else
@@ -26259,12 +26280,12 @@ fi
echo $ac_n "checking for localtime_r""... $ac_c" 1>&6
-echo "configure:26263: checking for localtime_r" >&5
+echo "configure:26284: checking for localtime_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_localtime_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26268 "configure"
+#line 26289 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char localtime_r(); below. */
@@ -26290,7 +26311,7 @@ localtime_r();
; return 0; }
EOF
-if { (eval echo configure:26294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_localtime_r=yes"
else
@@ -26311,12 +26332,12 @@ fi
echo $ac_n "checking for gmtime_r""... $ac_c" 1>&6
-echo "configure:26315: checking for gmtime_r" >&5
+echo "configure:26336: checking for gmtime_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_gmtime_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26320 "configure"
+#line 26341 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gmtime_r(); below. */
@@ -26342,7 +26363,7 @@ gmtime_r();
; return 0; }
EOF
-if { (eval echo configure:26346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gmtime_r=yes"
else
@@ -26363,12 +26384,12 @@ fi
echo $ac_n "checking for asctime_r""... $ac_c" 1>&6
-echo "configure:26367: checking for asctime_r" >&5
+echo "configure:26388: checking for asctime_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_asctime_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26372 "configure"
+#line 26393 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char asctime_r(); below. */
@@ -26394,7 +26415,7 @@ asctime_r();
; return 0; }
EOF
-if { (eval echo configure:26398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_asctime_r=yes"
else
@@ -26415,12 +26436,12 @@ fi
echo $ac_n "checking for getprotobyname_r""... $ac_c" 1>&6
-echo "configure:26419: checking for getprotobyname_r" >&5
+echo "configure:26440: checking for getprotobyname_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_getprotobyname_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26424 "configure"
+#line 26445 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getprotobyname_r(); below. */
@@ -26446,7 +26467,7 @@ getprotobyname_r();
; return 0; }
EOF
-if { (eval echo configure:26450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getprotobyname_r=yes"
else
@@ -26467,12 +26488,12 @@ fi
echo $ac_n "checking for getprotobynumber_r""... $ac_c" 1>&6
-echo "configure:26471: checking for getprotobynumber_r" >&5
+echo "configure:26492: checking for getprotobynumber_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_getprotobynumber_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26476 "configure"
+#line 26497 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getprotobynumber_r(); below. */
@@ -26498,7 +26519,7 @@ getprotobynumber_r();
; return 0; }
EOF
-if { (eval echo configure:26502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getprotobynumber_r=yes"
else
@@ -26519,12 +26540,12 @@ fi
echo $ac_n "checking for gethostbyaddr_r""... $ac_c" 1>&6
-echo "configure:26523: checking for gethostbyaddr_r" >&5
+echo "configure:26544: checking for gethostbyaddr_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_gethostbyaddr_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26528 "configure"
+#line 26549 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyaddr_r(); below. */
@@ -26550,7 +26571,7 @@ gethostbyaddr_r();
; return 0; }
EOF
-if { (eval echo configure:26554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethostbyaddr_r=yes"
else
@@ -26571,12 +26592,12 @@ fi
echo $ac_n "checking for gethostbyname_r""... $ac_c" 1>&6
-echo "configure:26575: checking for gethostbyname_r" >&5
+echo "configure:26596: checking for gethostbyname_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_gethostbyname_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26580 "configure"
+#line 26601 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname_r(); below. */
@@ -26602,7 +26623,7 @@ gethostbyname_r();
; return 0; }
EOF
-if { (eval echo configure:26606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethostbyname_r=yes"
else
@@ -26623,12 +26644,12 @@ fi
echo $ac_n "checking for getservbyname_r""... $ac_c" 1>&6
-echo "configure:26627: checking for getservbyname_r" >&5
+echo "configure:26648: checking for getservbyname_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_getservbyname_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26632 "configure"
+#line 26653 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getservbyname_r(); below. */
@@ -26654,7 +26675,7 @@ getservbyname_r();
; return 0; }
EOF
-if { (eval echo configure:26658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getservbyname_r=yes"
else
@@ -26675,12 +26696,12 @@ fi
fi
echo $ac_n "checking for readdir_r""... $ac_c" 1>&6
-echo "configure:26679: checking for readdir_r" >&5
+echo "configure:26700: checking for readdir_r" >&5
if eval "test \"`echo '$''{'ac_cv_func_readdir_r'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26684 "configure"
+#line 26705 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char readdir_r(); below. */
@@ -26706,7 +26727,7 @@ readdir_r();
; return 0; }
EOF
-if { (eval echo configure:26710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_readdir_r=yes"
else
@@ -26731,12 +26752,12 @@ fi
echo $ac_n "checking for seekdir""... $ac_c" 1>&6
-echo "configure:26735: checking for seekdir" >&5
+echo "configure:26756: checking for seekdir" >&5
if eval "test \"`echo '$''{'ac_cv_func_seekdir'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26740 "configure"
+#line 26761 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char seekdir(); below. */
@@ -26762,7 +26783,7 @@ seekdir();
; return 0; }
EOF
-if { (eval echo configure:26766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_seekdir=yes"
else
@@ -26787,12 +26808,12 @@ fi
echo $ac_n "checking for telldir""... $ac_c" 1>&6
-echo "configure:26791: checking for telldir" >&5
+echo "configure:26812: checking for telldir" >&5
if eval "test \"`echo '$''{'ac_cv_func_telldir'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26796 "configure"
+#line 26817 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char telldir(); below. */
@@ -26818,7 +26839,7 @@ telldir();
; return 0; }
EOF
-if { (eval echo configure:26822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:26843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_telldir=yes"
else
@@ -26864,13 +26885,13 @@ fi
if test "$ace_has_svr4_dynamic_linking" = yes; then
echo $ac_n "checking if dlopen takes a char *""... $ac_c" 1>&6
-echo "configure:26868: checking if dlopen takes a char *" >&5
+echo "configure:26889: checking if dlopen takes a char *" >&5
if eval "test \"`echo '$''{'ace_cv_lib_charptr_dl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26874 "configure"
+#line 26895 "configure"
#include "confdefs.h"
#include <dlfcn.h>
@@ -26883,7 +26904,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:26887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:26908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_charptr_dl=no
@@ -26894,7 +26915,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 26898 "configure"
+#line 26919 "configure"
#include "confdefs.h"
#include <dlfcn.h>
@@ -26907,7 +26928,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:26911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:26932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_charptr_dl=yes
@@ -26963,13 +26984,13 @@ EOF
if test "$ac_cv_func_gethostbyaddr" = yes; then
echo $ac_n "checking \"getby\" functions take a non-const char *""... $ac_c" 1>&6
-echo "configure:26967: checking \"getby\" functions take a non-const char *" >&5
+echo "configure:26988: checking \"getby\" functions take a non-const char *" >&5
if eval "test \"`echo '$''{'ace_cv_lib_nonconst_getby'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 26973 "configure"
+#line 26994 "configure"
#include "confdefs.h"
#include <sys/socket.h>
@@ -26985,7 +27006,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:26989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_nonconst_getby=yes
@@ -27021,7 +27042,7 @@ EOF
if test "$ace_user_enable_exceptions" = yes; then
echo $ac_n "checking if new throws bad_alloc exception on failure""... $ac_c" 1>&6
-echo "configure:27025: checking if new throws bad_alloc exception on failure" >&5
+echo "configure:27046: checking if new throws bad_alloc exception on failure" >&5
if eval "test \"`echo '$''{'ace_cv_new_throws_bad_alloc_exception'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -27032,7 +27053,7 @@ else
else
cat > conftest.$ac_ext <<EOF
-#line 27036 "configure"
+#line 27057 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -27069,7 +27090,7 @@ extern "C" void exit(int);
}
EOF
-if { (eval echo configure:27073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:27094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ace_cv_new_throws_bad_alloc_exception=yes
@@ -27104,7 +27125,7 @@ EOF
if test "$ace_cv_new_throws_bad_alloc_exception" != yes; then
echo $ac_n "checking if new throws xalloc exception on failure""... $ac_c" 1>&6
-echo "configure:27108: checking if new throws xalloc exception on failure" >&5
+echo "configure:27129: checking if new throws xalloc exception on failure" >&5
if eval "test \"`echo '$''{'ace_cv_new_throws_xalloc_exception'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -27115,7 +27136,7 @@ else
else
cat > conftest.$ac_ext <<EOF
-#line 27119 "configure"
+#line 27140 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -27152,7 +27173,7 @@ extern "C" void exit(int);
}
EOF
-if { (eval echo configure:27156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:27177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ace_cv_new_throws_xalloc_exception=yes
@@ -27205,13 +27226,13 @@ EOF
test "$ac_cv_header_stropts_h" = yes; then
echo $ac_n "checking if putmsg takes a const struct strbuf*""... $ac_c" 1>&6
-echo "configure:27209: checking if putmsg takes a const struct strbuf*" >&5
+echo "configure:27230: checking if putmsg takes a const struct strbuf*" >&5
if eval "test \"`echo '$''{'ace_cv_lib_const_strbufptr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27215 "configure"
+#line 27236 "configure"
#include "confdefs.h"
#include <stropts.h>
@@ -27227,7 +27248,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_const_strbufptr=yes
@@ -27280,13 +27301,13 @@ EOF
echo $ac_n "checking if select takes int instead of fd_set""... $ac_c" 1>&6
-echo "configure:27284: checking if select takes int instead of fd_set" >&5
+echo "configure:27305: checking if select takes int instead of fd_set" >&5
if eval "test \"`echo '$''{'ace_cv_lib_select_takes_int'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27290 "configure"
+#line 27311 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -27313,7 +27334,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_select_takes_int=no
@@ -27324,7 +27345,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 27328 "configure"
+#line 27349 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -27351,7 +27372,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27376: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_select_takes_int=yes
@@ -27389,14 +27410,14 @@ EOF
echo $ac_n "checking if setrlimit() takes an enum as 1st argument (a)""... $ac_c" 1>&6
-echo "configure:27393: checking if setrlimit() takes an enum as 1st argument (a)" >&5
+echo "configure:27414: checking if setrlimit() takes an enum as 1st argument (a)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_enum_1_a'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ace_cv_lib_posix_setrlimit_enum_1_a=no
cat > conftest.$ac_ext <<EOF
-#line 27400 "configure"
+#line 27421 "configure"
#include "confdefs.h"
#include <sys/resource.h>
int main() {
@@ -27405,7 +27426,7 @@ enum __rlimit_resource rsrc;
setrlimit(rsrc, rlp);
; return 0; }
EOF
-if { (eval echo configure:27409: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_setrlimit_enum_1_a=yes
else
@@ -27419,14 +27440,14 @@ fi
echo "$ac_t""$ace_cv_lib_posix_setrlimit_enum_1_a" 1>&6
echo $ac_n "checking if setrlimit() takes an enum as 1st argument (b)""... $ac_c" 1>&6
-echo "configure:27423: checking if setrlimit() takes an enum as 1st argument (b)" >&5
+echo "configure:27444: checking if setrlimit() takes an enum as 1st argument (b)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_enum_1_b'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ace_cv_lib_posix_setrlimit_enum_1_b=no
cat > conftest.$ac_ext <<EOF
-#line 27430 "configure"
+#line 27451 "configure"
#include "confdefs.h"
#include <sys/resource.h>
int main() {
@@ -27435,7 +27456,7 @@ enum __rlimit_resource rsrc;
setrlimit(rsrc, rlp);
; return 0; }
EOF
-if { (eval echo configure:27439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27460: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_setrlimit_enum_1_b=yes
else
@@ -27475,13 +27496,13 @@ fi
echo $ac_n "checking if setrlimit() takes a const pointer as 2nd argument (a)""... $ac_c" 1>&6
-echo "configure:27479: checking if setrlimit() takes a const pointer as 2nd argument (a)" >&5
+echo "configure:27500: checking if setrlimit() takes a const pointer as 2nd argument (a)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_const_2_a'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27485 "configure"
+#line 27506 "configure"
#include "confdefs.h"
#include <sys/resource.h>
@@ -27494,7 +27515,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27519: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_setrlimit_const_2_a=yes
@@ -27514,14 +27535,14 @@ fi
echo "$ac_t""$ace_cv_lib_posix_setrlimit_const_2_a" 1>&6
echo $ac_n "checking if setrlimit() takes a const pointer as 2nd argument (b)""... $ac_c" 1>&6
-echo "configure:27518: checking if setrlimit() takes a const pointer as 2nd argument (b)" >&5
+echo "configure:27539: checking if setrlimit() takes a const pointer as 2nd argument (b)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_setrlimit_const_2_b'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ace_cv_lib_posix_setrlimit_const_2_b=no
cat > conftest.$ac_ext <<EOF
-#line 27525 "configure"
+#line 27546 "configure"
#include "confdefs.h"
#include <sys/resource.h>
int main() {
@@ -27530,7 +27551,7 @@ enum __rlimit_resource rsrc;
setrlimit(rsrc, rlp);
; return 0; }
EOF
-if { (eval echo configure:27534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_setrlimit_const_2_b=yes
else
@@ -27557,13 +27578,13 @@ fi
if test "$ac_cv_func_getrusage" = yes; then
echo $ac_n "checking if getrusage() takes an enum as 1st argument""... $ac_c" 1>&6
-echo "configure:27561: checking if getrusage() takes an enum as 1st argument" >&5
+echo "configure:27582: checking if getrusage() takes an enum as 1st argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_getrusage_enum_1'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27567 "configure"
+#line 27588 "configure"
#include "confdefs.h"
#include <sys/resource.h>
@@ -27576,7 +27597,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_getrusage_enum_1=yes
@@ -27626,13 +27647,13 @@ fi
echo $ac_n "checking if select takes a const fifth argument""... $ac_c" 1>&6
-echo "configure:27630: checking if select takes a const fifth argument" >&5
+echo "configure:27651: checking if select takes a const fifth argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_select_const_5'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27636 "configure"
+#line 27657 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -27657,7 +27678,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27682: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_select_const_5=yes
@@ -27712,13 +27733,13 @@ if test "$ace_cv_struct_msghdr" = yes &&
echo $ac_n "checking if sendmsg omits the const from the second argument""... $ac_c" 1>&6
-echo "configure:27716: checking if sendmsg omits the const from the second argument" >&5
+echo "configure:27737: checking if sendmsg omits the const from the second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_broken_sendmsg'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27722 "configure"
+#line 27743 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -27738,7 +27759,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27763: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_broken_sendmsg=no
@@ -27792,13 +27813,13 @@ if test "$ac_cv_header_sys_uio_h" = yes &&
echo $ac_n "checking if writev omits the const from the iovec argument""... $ac_c" 1>&6
-echo "configure:27796: checking if writev omits the const from the iovec argument" >&5
+echo "configure:27817: checking if writev omits the const from the iovec argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_broken_writev'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27802 "configure"
+#line 27823 "configure"
#include "confdefs.h"
#ifdef ACE_HAS_UNISTD_H
@@ -27819,7 +27840,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27844: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_broken_writev=no
@@ -27872,13 +27893,13 @@ EOF
echo $ac_n "checking if socket size is denoted by size_t""... $ac_c" 1>&6
-echo "configure:27876: checking if socket size is denoted by size_t" >&5
+echo "configure:27897: checking if socket size is denoted by size_t" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_socket_len_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27882 "configure"
+#line 27903 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -27895,7 +27916,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_socket_len_size_t=no
@@ -27906,7 +27927,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 27910 "configure"
+#line 27931 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -27923,7 +27944,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:27927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:27948: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_socket_len_size_t=yes
@@ -27978,13 +27999,13 @@ EOF
echo $ac_n "checking for (struct sockaddr *) msg_name field""... $ac_c" 1>&6
-echo "configure:27982: checking for (struct sockaddr *) msg_name field" >&5
+echo "configure:28003: checking for (struct sockaddr *) msg_name field" >&5
if eval "test \"`echo '$''{'ace_cv_lib_sockaddr_msg_name'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 27988 "configure"
+#line 28009 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -28001,7 +28022,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28026: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_sockaddr_msg_name=yes
@@ -28054,13 +28075,13 @@ EOF
echo $ac_n "checking if setsockopt() takes a char* fourth argument""... $ac_c" 1>&6
-echo "configure:28058: checking if setsockopt() takes a char* fourth argument" >&5
+echo "configure:28079: checking if setsockopt() takes a char* fourth argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_setsockopt_charp_4'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28064 "configure"
+#line 28085 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -28083,7 +28104,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28087: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_setsockopt_charp_4=yes
@@ -28135,13 +28156,13 @@ EOF
echo $ac_n "checking if setsockopt() takes a void* fourth argument""... $ac_c" 1>&6
-echo "configure:28139: checking if setsockopt() takes a void* fourth argument" >&5
+echo "configure:28160: checking if setsockopt() takes a void* fourth argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_setsockopt_voidp_4'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28145 "configure"
+#line 28166 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -28164,7 +28185,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_setsockopt_voidp_4=yes
@@ -28216,13 +28237,13 @@ EOF
echo $ac_n "checking if mmap() takes a void* first argument""... $ac_c" 1>&6
-echo "configure:28220: checking if mmap() takes a void* first argument" >&5
+echo "configure:28241: checking if mmap() takes a void* first argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_voidptr_mmap'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28226 "configure"
+#line 28247 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -28248,7 +28269,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_voidptr_mmap=yes
@@ -28284,13 +28305,13 @@ EOF
if test "$ac_cv_func_msync" = yes; then
echo $ac_n "checking if msync accepts a third "sync" argument""... $ac_c" 1>&6
-echo "configure:28288: checking if msync accepts a third "sync" argument" >&5
+echo "configure:28309: checking if msync accepts a third "sync" argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_broken_msync'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28294 "configure"
+#line 28315 "configure"
#include "confdefs.h"
#include <sys/mman.h>
@@ -28314,7 +28335,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28318: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28339: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_broken_msync=no
@@ -28325,7 +28346,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 28329 "configure"
+#line 28350 "configure"
#include "confdefs.h"
#include <sys/mman.h>
@@ -28348,7 +28369,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_broken_msync=yes
@@ -28383,13 +28404,13 @@ EOF
fi
echo $ac_n "checking for iostream method ipfx()""... $ac_c" 1>&6
-echo "configure:28387: checking for iostream method ipfx()" >&5
+echo "configure:28408: checking for iostream method ipfx()" >&5
if eval "test \"`echo '$''{'ace_cv_feature_has_iostream_ipfx'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28393 "configure"
+#line 28414 "configure"
#include "confdefs.h"
#include <iostream.h>
@@ -28400,7 +28421,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28425: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_has_iostream_ipfx=yes
@@ -28433,13 +28454,13 @@ EOF
echo $ac_n "checking for line-buffered streambufs""... $ac_c" 1>&6
-echo "configure:28437: checking for line-buffered streambufs" >&5
+echo "configure:28458: checking for line-buffered streambufs" >&5
if eval "test \"`echo '$''{'ace_cv_feature_has_linebuffered_streambuf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28443 "configure"
+#line 28464 "configure"
#include "confdefs.h"
#include <iostream.h>
@@ -28450,7 +28471,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_has_linebuffered_streambuf=yes
@@ -28483,13 +28504,13 @@ EOF
echo $ac_n "checking for unbuffered streambufs""... $ac_c" 1>&6
-echo "configure:28487: checking for unbuffered streambufs" >&5
+echo "configure:28508: checking for unbuffered streambufs" >&5
if eval "test \"`echo '$''{'ace_cv_feature_has_unbuffered_streambuf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28493 "configure"
+#line 28514 "configure"
#include "confdefs.h"
#include <iostream.h>
@@ -28500,7 +28521,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_has_unbuffered_streambuf=yes
@@ -28532,13 +28553,13 @@ EOF
echo $ac_n "checking if signal takes a void (*)(int) as second argument""... $ac_c" 1>&6
-echo "configure:28536: checking if signal takes a void (*)(int) as second argument" >&5
+echo "configure:28557: checking if signal takes a void (*)(int) as second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28542 "configure"
+#line 28563 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28554,7 +28575,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_vi1_2=yes
@@ -28574,13 +28595,13 @@ fi
echo "$ac_t""$ace_cv_lib_signal_vi1_2" 1>&6
echo $ac_n "checking if signal takes a void (*)(void) as second argument""... $ac_c" 1>&6
-echo "configure:28578: checking if signal takes a void (*)(void) as second argument" >&5
+echo "configure:28599: checking if signal takes a void (*)(void) as second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_vv1_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28584 "configure"
+#line 28605 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28594,7 +28615,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28619: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_vv1_2=yes
@@ -28614,13 +28635,13 @@ fi
echo "$ac_t""$ace_cv_lib_signal_vv1_2" 1>&6
echo $ac_n "checking if signal takes a void (*)(int, ...) as second argument""... $ac_c" 1>&6
-echo "configure:28618: checking if signal takes a void (*)(int, ...) as second argument" >&5
+echo "configure:28639: checking if signal takes a void (*)(int, ...) as second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1a2_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28624 "configure"
+#line 28645 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28634,7 +28655,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_vi1a2_2=yes
@@ -28654,13 +28675,13 @@ fi
echo "$ac_t""$ace_cv_lib_signal_vi1a2_2" 1>&6
echo $ac_n "checking if signal takes a void (*)(...) as second argument""... $ac_c" 1>&6
-echo "configure:28658: checking if signal takes a void (*)(...) as second argument" >&5
+echo "configure:28679: checking if signal takes a void (*)(...) as second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_va1_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28664 "configure"
+#line 28685 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28674,7 +28695,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_va1_2=yes
@@ -28694,13 +28715,13 @@ fi
echo "$ac_t""$ace_cv_lib_signal_va1_2" 1>&6
echo $ac_n "checking if signal returns a void (*)(int)""... $ac_c" 1>&6
-echo "configure:28698: checking if signal returns a void (*)(int)" >&5
+echo "configure:28719: checking if signal returns a void (*)(int)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1_ret'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28704 "configure"
+#line 28725 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28715,7 +28736,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28719: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_vi1_ret=yes
@@ -28735,13 +28756,13 @@ fi
echo "$ac_t""$ace_cv_lib_signal_vi1_ret" 1>&6
echo $ac_n "checking if signal returns a void (*)(void)""... $ac_c" 1>&6
-echo "configure:28739: checking if signal returns a void (*)(void)" >&5
+echo "configure:28760: checking if signal returns a void (*)(void)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_vv1_ret'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28745 "configure"
+#line 28766 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28756,7 +28777,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_vv1_ret=yes
@@ -28776,13 +28797,13 @@ fi
echo "$ac_t""$ace_cv_lib_signal_vv1_ret" 1>&6
echo $ac_n "checking if signal returns a void (*)(int, ...)""... $ac_c" 1>&6
-echo "configure:28780: checking if signal returns a void (*)(int, ...)" >&5
+echo "configure:28801: checking if signal returns a void (*)(int, ...)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_vi1a2_ret'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28786 "configure"
+#line 28807 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28794,7 +28815,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28819: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_vi1a2_ret=yes
@@ -28814,13 +28835,13 @@ fi
echo "$ac_t""$ace_cv_lib_signal_vi1a2_ret" 1>&6
echo $ac_n "checking if signal returns a void (*)(...)""... $ac_c" 1>&6
-echo "configure:28818: checking if signal returns a void (*)(...)" >&5
+echo "configure:28839: checking if signal returns a void (*)(...)" >&5
if eval "test \"`echo '$''{'ace_cv_lib_signal_va1_ret'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28824 "configure"
+#line 28845 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28832,7 +28853,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28857: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_signal_va1_ret=yes
@@ -28853,13 +28874,13 @@ echo "$ac_t""$ace_cv_lib_signal_va1_ret" 1>&6
if test "$ace_cv_struct_sigaction" = yes; then
echo $ac_n "checking if struct sigaction takes a void (*)(int) handler""... $ac_c" 1>&6
-echo "configure:28857: checking if struct sigaction takes a void (*)(int) handler" >&5
+echo "configure:28878: checking if struct sigaction takes a void (*)(int) handler" >&5
if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_vi1_handler'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28863 "configure"
+#line 28884 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28875,7 +28896,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_struct_sigaction_vi1_handler=yes
@@ -28895,13 +28916,13 @@ fi
echo "$ac_t""$ace_cv_lib_struct_sigaction_vi1_handler" 1>&6
echo $ac_n "checking if struct sigaction takes a void (*)(void) handler""... $ac_c" 1>&6
-echo "configure:28899: checking if struct sigaction takes a void (*)(void) handler" >&5
+echo "configure:28920: checking if struct sigaction takes a void (*)(void) handler" >&5
if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_vv1_handler'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28905 "configure"
+#line 28926 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28917,7 +28938,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_struct_sigaction_vv1_handler=yes
@@ -28937,13 +28958,13 @@ fi
echo "$ac_t""$ace_cv_lib_struct_sigaction_vv1_handler" 1>&6
echo $ac_n "checking if struct sigaction takes a void (*)(int, ...) handler""... $ac_c" 1>&6
-echo "configure:28941: checking if struct sigaction takes a void (*)(int, ...) handler" >&5
+echo "configure:28962: checking if struct sigaction takes a void (*)(int, ...) handler" >&5
if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_vi1a2_handler'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28947 "configure"
+#line 28968 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -28959,7 +28980,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:28963: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:28984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_struct_sigaction_vi1a2_handler=yes
@@ -28979,13 +29000,13 @@ fi
echo "$ac_t""$ace_cv_lib_struct_sigaction_vi1a2_handler" 1>&6
echo $ac_n "checking if struct sigaction takes a void (*)(...) handler""... $ac_c" 1>&6
-echo "configure:28983: checking if struct sigaction takes a void (*)(...) handler" >&5
+echo "configure:29004: checking if struct sigaction takes a void (*)(...) handler" >&5
if eval "test \"`echo '$''{'ace_cv_lib_struct_sigaction_va1_handler'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 28989 "configure"
+#line 29010 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -29001,7 +29022,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29026: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_struct_sigaction_va1_handler=yes
@@ -29039,13 +29060,13 @@ fi
echo $ac_n "checking if msgsnd() takes a struct msgbuf* second argument""... $ac_c" 1>&6
-echo "configure:29043: checking if msgsnd() takes a struct msgbuf* second argument" >&5
+echo "configure:29064: checking if msgsnd() takes a struct msgbuf* second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_msgsnd_msgbufp_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29049 "configure"
+#line 29070 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29066,7 +29087,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29070: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29091: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_msgsnd_msgbufp_2=yes
@@ -29093,13 +29114,13 @@ fi
echo $ac_n "checking if msgsnd() takes a const void* second argument""... $ac_c" 1>&6
-echo "configure:29097: checking if msgsnd() takes a const void* second argument" >&5
+echo "configure:29118: checking if msgsnd() takes a const void* second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_msgsnd_cvoidp_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29103 "configure"
+#line 29124 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29120,7 +29141,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29124: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_msgsnd_cvoidp_2=yes
@@ -29179,13 +29200,13 @@ EOF
echo $ac_n "checking if msgrcv() takes a void* second argument""... $ac_c" 1>&6
-echo "configure:29183: checking if msgrcv() takes a void* second argument" >&5
+echo "configure:29204: checking if msgrcv() takes a void* second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_msgrcv_voidp_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29189 "configure"
+#line 29210 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29207,7 +29228,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29211: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29232: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_msgrcv_voidp_2=yes
@@ -29247,13 +29268,13 @@ echo "$ac_t""$ace_cv_lib_posix_msgrcv_voidp_2" 1>&6
echo $ac_n "checking if shmat() takes a void* second argument""... $ac_c" 1>&6
-echo "configure:29251: checking if shmat() takes a void* second argument" >&5
+echo "configure:29272: checking if shmat() takes a void* second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_shmat_voidp_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29257 "configure"
+#line 29278 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29270,7 +29291,7 @@ int shmid;
; return 0; }
EOF
-if { (eval echo configure:29274: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_shmat_voidp_2=yes
@@ -29310,13 +29331,13 @@ echo "$ac_t""$ace_cv_lib_posix_shmat_voidp_2" 1>&6
echo $ac_n "checking if sigaction() takes a const* second argument""... $ac_c" 1>&6
-echo "configure:29314: checking if sigaction() takes a const* second argument" >&5
+echo "configure:29335: checking if sigaction() takes a const* second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_sigaction_constp_2'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29320 "configure"
+#line 29341 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -29330,7 +29351,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_sigaction_constp_2=yes
@@ -29354,13 +29375,13 @@ echo "$ac_t""$ace_cv_lib_posix_sigaction_constp_2" 1>&6
echo $ac_n "checking if wait() takes a (union wait *) rather than int *""... $ac_c" 1>&6
-echo "configure:29358: checking if wait() takes a (union wait *) rather than int *" >&5
+echo "configure:29379: checking if wait() takes a (union wait *) rather than int *" >&5
if eval "test \"`echo '$''{'ace_cv_lib_wait_takes_union_wait_ptr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29364 "configure"
+#line 29385 "configure"
#include "confdefs.h"
#include <sys/wait.h>
@@ -29373,7 +29394,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_wait_takes_union_wait_ptr=no
@@ -29384,7 +29405,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 29388 "configure"
+#line 29409 "configure"
#include "confdefs.h"
#include <sys/wait.h>
@@ -29397,7 +29418,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_wait_takes_union_wait_ptr=yes
@@ -29450,13 +29471,13 @@ EOF
echo $ac_n "checking if gettimeofday() takes a void * second argument""... $ac_c" 1>&6
-echo "configure:29454: checking if gettimeofday() takes a void * second argument" >&5
+echo "configure:29475: checking if gettimeofday() takes a void * second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_voidptr_gettimeofday'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29460 "configure"
+#line 29481 "configure"
#include "confdefs.h"
#include <sys/time.h>
@@ -29473,7 +29494,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_voidptr_gettimeofday=yes
@@ -29514,13 +29535,13 @@ if test "$ace_cv_lib_voidptr_gettimeofday" = no; then
echo $ac_n "checking if gettimeofday() takes a timzeone * second argument""... $ac_c" 1>&6
-echo "configure:29518: checking if gettimeofday() takes a timzeone * second argument" >&5
+echo "configure:29539: checking if gettimeofday() takes a timzeone * second argument" >&5
if eval "test \"`echo '$''{'ace_cv_lib_timezone_gettimeofday'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29524 "configure"
+#line 29545 "configure"
#include "confdefs.h"
#include <sys/time.h>
@@ -29537,7 +29558,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_timezone_gettimeofday=yes
@@ -29563,13 +29584,13 @@ if test "$ace_cv_lib_voidptr_gettimeofday" = yes ||
test "$ace_cv_lib_timezone_gettimeofday" = yes; then
echo $ac_n "checking for gettimeofday() protoype""... $ac_c" 1>&6
-echo "configure:29567: checking for gettimeofday() protoype" >&5
+echo "configure:29588: checking for gettimeofday() protoype" >&5
if eval "test \"`echo '$''{'ace_cv_lib_has_gettimeofday_prototype'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29573 "configure"
+#line 29594 "configure"
#include "confdefs.h"
#include <time.h>
@@ -29635,13 +29656,13 @@ fi
if test "$ac_cv_func_ctime_r" = yes; then
echo $ac_n "checking if ctime_r() takes two arguments""... $ac_c" 1>&6
-echo "configure:29639: checking if ctime_r() takes two arguments" >&5
+echo "configure:29660: checking if ctime_r() takes two arguments" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_ctime_r_2_params'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29645 "configure"
+#line 29666 "configure"
#include "confdefs.h"
#ifndef _REENTRANT
@@ -29662,7 +29683,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_ctime_r_2_params=yes
@@ -29698,13 +29719,13 @@ if test "$ace_cv_struct_msghdr" = yes; then
echo $ac_n "checking if struct msghdr has a msg_accrights member""... $ac_c" 1>&6
-echo "configure:29702: checking if struct msghdr has a msg_accrights member" >&5
+echo "configure:29723: checking if struct msghdr has a msg_accrights member" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_msghdr_has_msg_accrights'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29708 "configure"
+#line 29729 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29719,7 +29740,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29744: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_struct_msghdr_has_msg_accrights=yes
@@ -29748,13 +29769,13 @@ fi
echo $ac_n "checking if struct msghdr has a msg_accrights_len member""... $ac_c" 1>&6
-echo "configure:29752: checking if struct msghdr has a msg_accrights_len member" >&5
+echo "configure:29773: checking if struct msghdr has a msg_accrights_len member" >&5
if eval "test \"`echo '$''{'ace_cv_lib_posix_struct_msghdr_has_msg_accrights_len'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29758 "configure"
+#line 29779 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29769,7 +29790,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_posix_struct_msghdr_has_msg_accrights_len=yes
@@ -29804,13 +29825,13 @@ EOF
echo $ac_n "checking for 4.4 BSD style struct msghdr""... $ac_c" 1>&6
-echo "configure:29808: checking for 4.4 BSD style struct msghdr" >&5
+echo "configure:29829: checking for 4.4 BSD style struct msghdr" >&5
if eval "test \"`echo '$''{'ace_cv_lib_4_4bsd_msghdr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29814 "configure"
+#line 29835 "configure"
#include "confdefs.h"
#include <sys/socket.h>
EOF
@@ -29853,13 +29874,13 @@ EOF
if test "$ace_cv_lib_4_4bsd_msghdr" = yes; then
echo $ac_n "checking if CMSG_DATA is defined""... $ac_c" 1>&6
-echo "configure:29857: checking if CMSG_DATA is defined" >&5
+echo "configure:29878: checking if CMSG_DATA is defined" >&5
if eval "test \"`echo '$''{'ace_cv_lib_cmsg_data'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 29863 "configure"
+#line 29884 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29884,7 +29905,7 @@ else
ace_cv_lib_cmsg_data=no
cat > conftest.$ac_ext <<EOF
-#line 29888 "configure"
+#line 29909 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29903,7 +29924,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29907: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
@@ -29913,7 +29934,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 29917 "configure"
+#line 29938 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29932,7 +29953,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
{ echo "configure: error: cmsgmdr member '__cmsg_data0' not supported by ACE's CMSG_DATA macro" 1>&2; exit 1; }
@@ -29943,7 +29964,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 29947 "configure"
+#line 29968 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -29958,7 +29979,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:29962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:29983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
if eval "test \"`echo '$''{'ace_cv_lib_cmsg_data_member'+set}'`\" = set"; then
@@ -30017,7 +30038,7 @@ fi
if test "$cross_compiling" != yes; then
echo $ac_n "checking for restartable system calls""... $ac_c" 1>&6
-echo "configure:30021: checking for restartable system calls" >&5
+echo "configure:30042: checking for restartable system calls" >&5
if eval "test \"`echo '$''{'ac_cv_sys_restartable_syscalls'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -30025,7 +30046,7 @@ else
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
-#line 30029 "configure"
+#line 30050 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -30046,7 +30067,7 @@ main () {
}
EOF
-if { (eval echo configure:30050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:30071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sys_restartable_syscalls=yes
else
@@ -30078,13 +30099,13 @@ fi
echo $ac_n "checking for ctime() macro""... $ac_c" 1>&6
-echo "configure:30082: checking for ctime() macro" >&5
+echo "configure:30103: checking for ctime() macro" >&5
if eval "test \"`echo '$''{'ace_cv_feature_have_ctime_macro'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30088 "configure"
+#line 30109 "configure"
#include "confdefs.h"
#include <time.h>
@@ -30130,13 +30151,13 @@ EOF
echo $ac_n "checking for reentrant function macros""... $ac_c" 1>&6
-echo "configure:30134: checking for reentrant function macros" >&5
+echo "configure:30155: checking for reentrant function macros" >&5
if eval "test \"`echo '$''{'ace_cv_feature_has_broken_r_routines'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30140 "configure"
+#line 30161 "configure"
#include "confdefs.h"
#ifndef _REENTRANT
@@ -30193,13 +30214,13 @@ EOF
echo $ac_n "checking for sig{empty fill add del}set macros""... $ac_c" 1>&6
-echo "configure:30197: checking for sig{empty fill add del}set macros" >&5
+echo "configure:30218: checking for sig{empty fill add del}set macros" >&5
if eval "test \"`echo '$''{'ace_cv_feature_have_sig_macros'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30203 "configure"
+#line 30224 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -30248,13 +30269,13 @@ EOF
echo $ac_n "checking for open() mode masks""... $ac_c" 1>&6
-echo "configure:30252: checking for open() mode masks" >&5
+echo "configure:30273: checking for open() mode masks" >&5
if eval "test \"`echo '$''{'ace_cv_feature_have_open_mode_masks'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30258 "configure"
+#line 30279 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -30315,13 +30336,13 @@ EOF
echo $ac_n "checking for POSIX O_NONBLOCK semantics""... $ac_c" 1>&6
-echo "configure:30319: checking for POSIX O_NONBLOCK semantics" >&5
+echo "configure:30340: checking for POSIX O_NONBLOCK semantics" >&5
if eval "test \"`echo '$''{'ace_cv_feature_posix_o_nonblock'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30325 "configure"
+#line 30346 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -30367,13 +30388,13 @@ EOF
echo $ac_n "checking for MAP_FAILED constant""... $ac_c" 1>&6
-echo "configure:30371: checking for MAP_FAILED constant" >&5
+echo "configure:30392: checking for MAP_FAILED constant" >&5
if eval "test \"`echo '$''{'ace_cv_lib_have_map_failed'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30377 "configure"
+#line 30398 "configure"
#include "confdefs.h"
#include <sys/mman.h>
@@ -30403,13 +30424,13 @@ fi
echo $ac_n "checking if MAP_FAILED is a long constant""... $ac_c" 1>&6
-echo "configure:30407: checking if MAP_FAILED is a long constant" >&5
+echo "configure:30428: checking if MAP_FAILED is a long constant" >&5
if eval "test \"`echo '$''{'ace_cv_feature_long_map_failed'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30413 "configure"
+#line 30434 "configure"
#include "confdefs.h"
#include <sys/mman.h>
@@ -30445,13 +30466,13 @@ EOF
echo $ac_n "checking if MAP_FAILED is not cast to void *""... $ac_c" 1>&6
-echo "configure:30449: checking if MAP_FAILED is not cast to void *" >&5
+echo "configure:30470: checking if MAP_FAILED is not cast to void *" >&5
if eval "test \"`echo '$''{'ace_cv_have_broken_map_failed'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30455 "configure"
+#line 30476 "configure"
#include "confdefs.h"
#include <sys/mman.h>
@@ -30462,7 +30483,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:30466: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:30487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_have_broken_map_failed=no
@@ -30473,7 +30494,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 30477 "configure"
+#line 30498 "configure"
#include "confdefs.h"
#include <sys/mman.h>
@@ -30484,7 +30505,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:30488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:30509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_have_broken_map_failed=yes
@@ -30529,13 +30550,13 @@ EOF
echo $ac_n "checking for TCP_NODELAY support""... $ac_c" 1>&6
-echo "configure:30533: checking for TCP_NODELAY support" >&5
+echo "configure:30554: checking for TCP_NODELAY support" >&5
if eval "test \"`echo '$''{'ace_cv_feature_tcp_nodelay'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30539 "configure"
+#line 30560 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -30581,13 +30602,13 @@ EOF
echo $ac_n "checking for SO_SNDBUF/SO_RCVBUF socket options""... $ac_c" 1>&6
-echo "configure:30585: checking for SO_SNDBUF/SO_RCVBUF socket options" >&5
+echo "configure:30606: checking for SO_SNDBUF/SO_RCVBUF socket options" >&5
if eval "test \"`echo '$''{'ace_cv_feature_so_sndbuf_rcvbuf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30591 "configure"
+#line 30612 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -30636,7 +30657,7 @@ if test "$ac_cv_header_dlfcn_h" = yes &&
test "$ace_has_svr4_dynamic_linking" = yes; then
echo $ac_n "checking for automatic init/fini calls""... $ac_c" 1>&6
-echo "configure:30640: checking for automatic init/fini calls" >&5
+echo "configure:30661: checking for automatic init/fini calls" >&5
if eval "test \"`echo '$''{'ace_cv_feature_auto_init_fini'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -30668,7 +30689,7 @@ fi
if test "$ace_user_enable_threads" = yes; then
echo $ac_n "checking for recursive thread exit semantics""... $ac_c" 1>&6
-echo "configure:30672: checking for recursive thread exit semantics" >&5
+echo "configure:30693: checking for recursive thread exit semantics" >&5
if eval "test \"`echo '$''{'ace_cv_feature_recursive_thr_exit'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -30694,13 +30715,13 @@ fi
echo $ac_n "checking for UNIX domain sockets""... $ac_c" 1>&6
-echo "configure:30698: checking for UNIX domain sockets" >&5
+echo "configure:30719: checking for UNIX domain sockets" >&5
if eval "test \"`echo '$''{'ace_cv_feature_unix_sockets'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30704 "configure"
+#line 30725 "configure"
#include "confdefs.h"
#include <sys/un.h>
@@ -30711,7 +30732,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:30715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:30736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_unix_sockets=yes
@@ -30744,7 +30765,7 @@ EOF
echo $ac_n "checking for ACE_Handle_Set optimized for select()""... $ac_c" 1>&6
-echo "configure:30748: checking for ACE_Handle_Set optimized for select()" >&5
+echo "configure:30769: checking for ACE_Handle_Set optimized for select()" >&5
if eval "test \"`echo '$''{'ace_cv_feature_handle_set_optimized_for_select'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -30774,13 +30795,13 @@ EOF
echo $ac_n "checking for IP multicast support""... $ac_c" 1>&6
-echo "configure:30778: checking for IP multicast support" >&5
+echo "configure:30799: checking for IP multicast support" >&5
if eval "test \"`echo '$''{'ace_cv_feature_ip_multicast'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 30784 "configure"
+#line 30805 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -30794,7 +30815,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:30798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:30819: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_ip_multicast=yes
@@ -30805,7 +30826,7 @@ else
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 30809 "configure"
+#line 30830 "configure"
#include "confdefs.h"
#ifndef ACE_LACKS_SYS_TYPES_H
@@ -30819,7 +30840,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:30823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:30844: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_ip_multicast=yes
@@ -30854,7 +30875,7 @@ EOF
echo $ac_n "checking if running on an Alpha""... $ac_c" 1>&6
-echo "configure:30858: checking if running on an Alpha" >&5
+echo "configure:30879: checking if running on an Alpha" >&5
if eval "test \"`echo '$''{'ace_cv_feature_alpha'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -30893,7 +30914,7 @@ EOF
echo $ac_n "checking if running on a Power PC""... $ac_c" 1>&6
-echo "configure:30897: checking if running on a Power PC" >&5
+echo "configure:30918: checking if running on a Power PC" >&5
if eval "test \"`echo '$''{'ace_cv_feature_powerpc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -30934,7 +30955,7 @@ EOF
echo $ac_n "checking if running on a Pentium(tm) processor""... $ac_c" 1>&6
-echo "configure:30938: checking if running on a Pentium(tm) processor" >&5
+echo "configure:30959: checking if running on a Pentium(tm) processor" >&5
if eval "test \"`echo '$''{'ace_cv_feature_pentium'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -31050,7 +31071,7 @@ EOF
fi
echo $ac_n "checking which POSIX thread library was found""... $ac_c" 1>&6
-echo "configure:31054: checking which POSIX thread library was found" >&5
+echo "configure:31075: checking which POSIX thread library was found" >&5
ace_has_pthreads=no
@@ -31118,7 +31139,7 @@ else
echo "$ac_t""none" 1>&6
fi
echo $ac_n "checking if a UNIX International thread library was found""... $ac_c" 1>&6
-echo "configure:31122: checking if a UNIX International thread library was found" >&5
+echo "configure:31143: checking if a UNIX International thread library was found" >&5
if test "$ace_has_sthreads" = yes; then
echo "$ac_t""yes" 1>&6
else
@@ -31169,13 +31190,13 @@ EOF
echo $ac_n "checking for pthread_join null status pointer support""... $ac_c" 1>&6
-echo "configure:31173: checking for pthread_join null status pointer support" >&5
+echo "configure:31194: checking for pthread_join null status pointer support" >&5
if eval "test \"`echo '$''{'ace_cv_have_null_status_pthread_join'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 31179 "configure"
+#line 31200 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_PTHREADS) && defined (ACE_HAS_PTHREADS_DRAFT4)
@@ -31194,7 +31215,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
cat > conftest.$ac_ext <<EOF
-#line 31198 "configure"
+#line 31219 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -31257,7 +31278,7 @@ main (int argc, char *argv[])
}
EOF
-if { (eval echo configure:31261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:31282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ace_cv_have_null_status_pthread_join=yes
@@ -31301,13 +31322,13 @@ EOF
echo $ac_n "checking if SCHED_OTHER is only scheduling policy""... $ac_c" 1>&6
-echo "configure:31305: checking if SCHED_OTHER is only scheduling policy" >&5
+echo "configure:31326: checking if SCHED_OTHER is only scheduling policy" >&5
if eval "test \"`echo '$''{'ace_cv_feature_only_have_sched_other'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 31311 "configure"
+#line 31332 "configure"
#include "confdefs.h"
#ifdef ACE_HAS_PTHREADS
@@ -31342,7 +31363,7 @@ else
else
cat > conftest.$ac_ext <<EOF
-#line 31346 "configure"
+#line 31367 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
@@ -31400,7 +31421,7 @@ int main ()
}
EOF
-if { (eval echo configure:31404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:31425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ace_cv_feature_only_have_sched_other=no
@@ -31629,7 +31650,7 @@ EOF
EOF
cat > conftest.$ac_ext <<EOF
-#line 31633 "configure"
+#line 31654 "configure"
#include "confdefs.h"
#ifdef __LP64__
@@ -31777,7 +31798,7 @@ EOF
;;
*osf3.2*)
cat > conftest.$ac_ext <<EOF
-#line 31781 "configure"
+#line 31802 "configure"
#include "confdefs.h"
#if defined(__DECCXX)
@@ -31800,7 +31821,7 @@ rm -f conftest*
;;
*osf4.0*)
cat > conftest.$ac_ext <<EOF
-#line 31804 "configure"
+#line 31825 "configure"
#include "confdefs.h"
#if defined(__DECCXX)
@@ -31821,7 +31842,7 @@ fi
rm -f conftest*
cat > conftest.$ac_ext <<EOF
-#line 31825 "configure"
+#line 31846 "configure"
#include "confdefs.h"
/* Include unistd.h to define _POSIX_C_SOURCE. */
@@ -31873,7 +31894,7 @@ EOF
EOF
cat > conftest.$ac_ext <<EOF
-#line 31877 "configure"
+#line 31898 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_TSS_EMULATION)
@@ -32039,7 +32060,7 @@ EOF
EOF
cat > conftest.$ac_ext <<EOF
-#line 32043 "configure"
+#line 32064 "configure"
#include "confdefs.h"
#if defined (ACE_HAS_TSS_EMULATION)
@@ -32118,7 +32139,7 @@ LDFLAGS="$ACE_LDFLAGS $LDFLAGS"
echo $ac_n "checking for ACE iostream support""... $ac_c" 1>&6
-echo "configure:32122: checking for ACE iostream support" >&5
+echo "configure:32143: checking for ACE iostream support" >&5
if eval "test \"`echo '$''{'ace_cv_feature_ace_iostream'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -32139,7 +32160,7 @@ else
CFLAGS="$CFLAGS -I. -I${srcdir}"
cat > conftest.$ac_ext <<EOF
-#line 32143 "configure"
+#line 32164 "configure"
#include "confdefs.h"
#if defined(ACE_UINT64_TYPEDEF)
typedef ACE_UINT64_TYPEDEF ACE_UINT64;
@@ -32152,7 +32173,7 @@ int a=0; a += 1;
; return 0; }
EOF
-if { (eval echo configure:32156: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:32177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_feature_ace_iostream=yes
@@ -32196,7 +32217,7 @@ EOF
echo $ac_n "checking if ACE needs minimum iostream header inclusion""... $ac_c" 1>&6
-echo "configure:32200: checking if ACE needs minimum iostream header inclusion" >&5
+echo "configure:32221: checking if ACE needs minimum iostream header inclusion" >&5
if eval "test \"`echo '$''{'ace_cv_lib_minimum_iostream'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -32217,7 +32238,7 @@ else
CFLAGS="$CFLAGS -I. -I${srcdir}"
cat > conftest.$ac_ext <<EOF
-#line 32221 "configure"
+#line 32242 "configure"
#include "confdefs.h"
#if defined(ACE_UINT64_TYPEDEF)
typedef ACE_UINT64_TYPEDEF ACE_UINT64;
@@ -32230,7 +32251,7 @@ int a=0; a += 1;
; return 0; }
EOF
-if { (eval echo configure:32234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:32255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_minimum_iostream=no
@@ -32246,7 +32267,7 @@ else
CFLAGS="$CFLAGS -I. -I${srcdir}"
cat > conftest.$ac_ext <<EOF
-#line 32250 "configure"
+#line 32271 "configure"
#include "confdefs.h"
#if defined(ACE_UINT64_TYPEDEF)
typedef ACE_UINT64_TYPEDEF ACE_UINT64;
@@ -32260,7 +32281,7 @@ int a=0; a += 1;
; return 0; }
EOF
-if { (eval echo configure:32264: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:32285: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_minimum_iostream=yes
@@ -32311,7 +32332,7 @@ EOF
echo $ac_n "checking for ACE_addr::sap_any support""... $ac_c" 1>&6
-echo "configure:32315: checking for ACE_addr::sap_any support" >&5
+echo "configure:32336: checking for ACE_addr::sap_any support" >&5
if eval "test \"`echo '$''{'ace_cv_lib_sap_any_support'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -32332,7 +32353,7 @@ else
CFLAGS="$CFLAGS -I. -I${srcdir}"
cat > conftest.$ac_ext <<EOF
-#line 32336 "configure"
+#line 32357 "configure"
#include "confdefs.h"
#if defined(ACE_UINT64_TYPEDEF)
typedef ACE_UINT64_TYPEDEF ACE_UINT64;
@@ -32345,7 +32366,7 @@ int a=0; a += 1;
; return 0; }
EOF
-if { (eval echo configure:32349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:32370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_sap_any_support=yes
@@ -32361,7 +32382,7 @@ else
CFLAGS="$CFLAGS -I. -I${srcdir}"
cat > conftest.$ac_ext <<EOF
-#line 32365 "configure"
+#line 32386 "configure"
#include "confdefs.h"
#if defined(ACE_UINT64_TYPEDEF)
typedef ACE_UINT64_TYPEDEF ACE_UINT64;
@@ -32375,7 +32396,7 @@ int a=0; a += 1;
; return 0; }
EOF
-if { (eval echo configure:32379: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:32400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_sap_any_support=no
@@ -32427,7 +32448,7 @@ EOF
echo $ac_n "checking if ACE needs conversion to pass ACE_TTY_IO to DEV_Connector""... $ac_c" 1>&6
-echo "configure:32431: checking if ACE needs conversion to pass ACE_TTY_IO to DEV_Connector" >&5
+echo "configure:32452: checking if ACE needs conversion to pass ACE_TTY_IO to DEV_Connector" >&5
if eval "test \"`echo '$''{'ace_cv_lib_need_dev_io_conv'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -32448,7 +32469,7 @@ else
CFLAGS="$CFLAGS -I. -I${srcdir}"
cat > conftest.$ac_ext <<EOF
-#line 32452 "configure"
+#line 32473 "configure"
#include "confdefs.h"
#if defined(ACE_UINT64_TYPEDEF)
typedef ACE_UINT64_TYPEDEF ACE_UINT64;
@@ -32461,7 +32482,7 @@ int a=0; a += 1;
; return 0; }
EOF
-if { (eval echo configure:32465: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:32486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_need_dev_io_conv=no
@@ -32477,7 +32498,7 @@ else
CFLAGS="$CFLAGS -I. -I${srcdir}"
cat > conftest.$ac_ext <<EOF
-#line 32481 "configure"
+#line 32502 "configure"
#include "confdefs.h"
#if defined(ACE_UINT64_TYPEDEF)
typedef ACE_UINT64_TYPEDEF ACE_UINT64;
@@ -32491,7 +32512,7 @@ int a=0; a += 1;
; return 0; }
EOF
-if { (eval echo configure:32495: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:32516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ace_cv_lib_need_dev_io_conv=yes
diff --git a/configure.in b/configure.in
index 7b57ec0d20b..8f8fcce73b5 100644
--- a/configure.in
+++ b/configure.in
@@ -46,7 +46,7 @@ dnl continue any further. The idea is to prevent automatically
dnl generated files from being checked into the repository. This
dnl will prevent accidental overwrites of ACE's current Makefiles by
dnl the automatically generated ones, for example.
-dnl ACE_CHECK_FOR_CVS_DIR
+ACE_CHECK_FOR_CVS_DIR
dnl Check what platform we are running on.
AC_CANONICAL_SYSTEM
diff --git a/man/Makefile.in b/man/Makefile.in
new file mode 100644
index 00000000000..f329c3960d4
--- /dev/null
+++ b/man/Makefile.in
@@ -0,0 +1,318 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+SUBDIRS = man3 html
+
+EXTRA_DIST = acewindex.html
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../ace/config.h
+CONFIG_CLEAN_FILES =
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = man
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu man/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ chmod 777 $(distdir)/$$subdir; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-recursive
+dvi-am:
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am:
+install-exec: install-exec-recursive
+
+install-data-am:
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am:
+uninstall: uninstall-recursive
+all-am: Makefile
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-tags mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-tags clean-generic mostlyclean-am
+
+clean: clean-recursive
+
+distclean-am: distclean-tags distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+
+maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+
+.PHONY: 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 \
+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 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
+
+
+acewindex.html:
+ touch $@
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/man/html/Makefile.in b/man/html/Makefile.in
new file mode 100644
index 00000000000..a721300017e
--- /dev/null
+++ b/man/html/Makefile.in
@@ -0,0 +1,245 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+htmldir = $(pkgdatadir)/html
+html_DATA := $(shell echo $(top_builddir)/man/man3/*.3 | xargs -n 1 basename | sed -e 's/\.3/\.html/')
+
+
+MAINTAINERCLEANFILES = $(html_DATA)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../ace/config.h
+CONFIG_CLEAN_FILES =
+DATA = $(html_DATA)
+
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu man/html/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+install-htmlDATA: $(html_DATA)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ @list='$(html_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(htmldir)/$$p"; \
+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(htmldir)/$$p; \
+ else if test -f $$p; then \
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(htmldir)/$$p"; \
+ $(INSTALL_DATA) $$p $(DESTDIR)$(htmldir)/$$p; \
+ fi; fi; \
+ done
+
+uninstall-htmlDATA:
+ @$(NORMAL_UNINSTALL)
+ list='$(html_DATA)'; for p in $$list; do \
+ rm -f $(DESTDIR)$(htmldir)/$$p; \
+ done
+tags: TAGS
+TAGS:
+
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = man/html
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu man/html/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am: install-htmlDATA
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am: uninstall-htmlDATA
+uninstall: uninstall-am
+all-am: Makefile $(DATA)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+ $(mkinstalldirs) $(DESTDIR)$(htmldir)
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+mostlyclean-am: mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: uninstall-htmlDATA install-htmlDATA tags distdir 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 installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+$(html_DATA):
+ @ACE_ROOT=$(top_srcdir) $(top_srcdir)/bin/man2html \
+ $(top_builddir)/man/man3/`echo $@ | sed -e 's/\.html$$/\.3/'` \
+ > /dev/null
+
+dist-hook:
+ (tar cf - ./ACE*.html) | (cd $(distdir); tar xfBp -)
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/man/man3/Makefile.in b/man/man3/Makefile.in
new file mode 100644
index 00000000000..94d497aa4f6
--- /dev/null
+++ b/man/man3/Makefile.in
@@ -0,0 +1,223 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+man_MANS := $(shell echo ACE*.3)
+
+MAINTAINERCLEANFILES = $(man_MANS)
+
+EXTRA_DIST = $(man_MANS)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../ace/config.h
+CONFIG_CLEAN_FILES =
+MANS = $(man_MANS)
+
+NROFF = nroff
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu man/man3/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+install-man: $(MANS)
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS)
+uninstall-man:
+ @$(NORMAL_UNINSTALL)
+ $(MAKE) $(AM_MAKEFLAGS)
+tags: TAGS
+TAGS:
+
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = man/man3
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu man/man3/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am: install-man
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am: uninstall-man
+uninstall: uninstall-am
+all-am: Makefile $(MANS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+mostlyclean-am: mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: install-man uninstall-man tags distdir 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 installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/Makefile.in b/netsvcs/Makefile.in
new file mode 100644
index 00000000000..ba5e91e28f8
--- /dev/null
+++ b/netsvcs/Makefile.in
@@ -0,0 +1,316 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+SUBDIRS = lib clients servers
+
+
+EXTRA_DIST = ACE-netsvcs.html
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../ace/config.h
+CONFIG_CLEAN_FILES =
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ chmod 777 $(distdir)/$$subdir; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-recursive
+dvi-am:
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am:
+install-exec: install-exec-recursive
+
+install-data-am:
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am:
+uninstall: uninstall-recursive
+all-am: Makefile
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-tags mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-tags clean-generic mostlyclean-am
+
+clean: clean-recursive
+
+distclean-am: distclean-tags distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+
+maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+
+.PHONY: 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 \
+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 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
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Logger/Makefile.in b/netsvcs/clients/Logger/Makefile.in
new file mode 100644
index 00000000000..e10ba0bfdab
--- /dev/null
+++ b/netsvcs/clients/Logger/Makefile.in
@@ -0,0 +1,391 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+LDADD = $(top_builddir)/ace/libACE.la
+
+noinst_PROGRAMS = direct_logging indirect_logging
+
+
+direct_logging_SOURCES = direct_logging.cpp
+
+indirect_logging_SOURCES = indirect_logging.cpp
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+direct_logging_OBJECTS = direct_logging.o
+direct_logging_LDADD = $(LDADD)
+direct_logging_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+direct_logging_LDFLAGS =
+indirect_logging_OBJECTS = indirect_logging.o
+indirect_logging_LDADD = $(LDADD)
+indirect_logging_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+indirect_logging_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/direct_logging.P .deps/indirect_logging.P
+SOURCES = $(direct_logging_SOURCES) $(indirect_logging_SOURCES)
+OBJECTS = $(direct_logging_OBJECTS) $(indirect_logging_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Logger/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+direct_logging: $(direct_logging_OBJECTS) $(direct_logging_DEPENDENCIES)
+ @rm -f direct_logging
+ $(CXXLINK) $(direct_logging_LDFLAGS) $(direct_logging_OBJECTS) $(direct_logging_LDADD) $(LIBS)
+
+indirect_logging: $(indirect_logging_OBJECTS) $(indirect_logging_DEPENDENCIES)
+ @rm -f indirect_logging
+ $(CXXLINK) $(indirect_logging_LDFLAGS) $(indirect_logging_OBJECTS) $(indirect_logging_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Logger
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Logger/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Makefile.in b/netsvcs/clients/Makefile.in
new file mode 100644
index 00000000000..455f3669a1f
--- /dev/null
+++ b/netsvcs/clients/Makefile.in
@@ -0,0 +1,314 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+SUBDIRS = Logger Naming Tokens
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../ace/config.h
+CONFIG_CLEAN_FILES =
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ chmod 777 $(distdir)/$$subdir; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-recursive
+dvi-am:
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am:
+install-exec: install-exec-recursive
+
+install-data-am:
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am:
+uninstall: uninstall-recursive
+all-am: Makefile
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-tags mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-tags clean-generic mostlyclean-am
+
+clean: clean-recursive
+
+distclean-am: distclean-tags distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+
+maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+
+.PHONY: 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 \
+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 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
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Naming/Client/Makefile.in b/netsvcs/clients/Naming/Client/Makefile.in
new file mode 100644
index 00000000000..2231d50aeee
--- /dev/null
+++ b/netsvcs/clients/Naming/Client/Makefile.in
@@ -0,0 +1,424 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_LIBRARIES = libClient_Test.a
+
+libClient_Test_a_SOURCES = Client_Test.cpp Client_Test.h
+
+noinst_PROGRAMS = main
+
+
+main_SOURCES = main.cpp
+main_LDADD = $(top_builddir)/netsvcs/clients/Naming/Client/libClient_Test.a $(top_builddir)/ace/libACE.la
+
+
+noinst_DATA = svc.conf svc2.conf
+
+EXTRA_DIST = $(noinst_DATA)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+LIBRARIES = $(noinst_LIBRARIES)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+libClient_Test_a_LIBADD =
+libClient_Test_a_OBJECTS = Client_Test.o
+AR = ar
+PROGRAMS = $(noinst_PROGRAMS)
+
+main_OBJECTS = main.o
+main_DEPENDENCIES = \
+$(top_builddir)/netsvcs/clients/Naming/Client/libClient_Test.a \
+$(top_builddir)/ace/libACE.la
+main_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+CFLAGS = @CFLAGS@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+DATA = $(noinst_DATA)
+
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/Client_Test.P .deps/main.P
+SOURCES = $(libClient_Test_a_SOURCES) $(main_SOURCES)
+OBJECTS = $(libClient_Test_a_OBJECTS) $(main_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Naming/Client/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstLIBRARIES:
+
+clean-noinstLIBRARIES:
+ -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+
+distclean-noinstLIBRARIES:
+
+maintainer-clean-noinstLIBRARIES:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+libClient_Test.a: $(libClient_Test_a_OBJECTS) $(libClient_Test_a_DEPENDENCIES)
+ -rm -f libClient_Test.a
+ $(AR) cru libClient_Test.a $(libClient_Test_a_OBJECTS) $(libClient_Test_a_LIBADD)
+ $(RANLIB) libClient_Test.a
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+main: $(main_OBJECTS) $(main_DEPENDENCIES)
+ @rm -f main
+ $(CXXLINK) $(main_LDFLAGS) $(main_OBJECTS) $(main_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Naming/Client
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Naming/Client/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-noinstPROGRAMS \
+ mostlyclean-tags mostlyclean-depend mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
+ clean-noinstPROGRAMS clean-tags clean-depend \
+ clean-generic mostlyclean-am clean-local
+
+clean: clean-am
+
+distclean-am: distclean-noinstLIBRARIES distclean-compile \
+ distclean-libtool distclean-noinstPROGRAMS \
+ distclean-tags distclean-depend distclean-generic \
+ clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
+ maintainer-clean-depend maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
+clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
+distclean-noinstPROGRAMS clean-noinstPROGRAMS \
+maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
+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 installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile.in b/netsvcs/clients/Naming/Dump_Restore/Makefile.in
new file mode 100644
index 00000000000..75a817df854
--- /dev/null
+++ b/netsvcs/clients/Naming/Dump_Restore/Makefile.in
@@ -0,0 +1,417 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_LIBRARIES = libDump_Restore.a
+
+
+libDump_Restore_a_SOURCES = Dump_Restore.cpp Dump_Restore.h
+
+noinst_PROGRAMS = main
+
+
+main_SOURCES = main.cpp
+main_LDADD = $(top_builddir)/netsvcs/clients/Naming/Dump_Restore/libDump_Restore.a $(top_builddir)/ace/libACE.la
+
+
+EXTRA_DIST = createfile.cpp
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+LIBRARIES = $(noinst_LIBRARIES)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+libDump_Restore_a_LIBADD =
+libDump_Restore_a_OBJECTS = Dump_Restore.o
+AR = ar
+PROGRAMS = $(noinst_PROGRAMS)
+
+main_OBJECTS = main.o
+main_DEPENDENCIES = \
+$(top_builddir)/netsvcs/clients/Naming/Dump_Restore/libDump_Restore.a \
+$(top_builddir)/ace/libACE.la
+main_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+CFLAGS = @CFLAGS@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/Dump_Restore.P .deps/main.P
+SOURCES = $(libDump_Restore_a_SOURCES) $(main_SOURCES)
+OBJECTS = $(libDump_Restore_a_OBJECTS) $(main_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Naming/Dump_Restore/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstLIBRARIES:
+
+clean-noinstLIBRARIES:
+ -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+
+distclean-noinstLIBRARIES:
+
+maintainer-clean-noinstLIBRARIES:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+libDump_Restore.a: $(libDump_Restore_a_OBJECTS) $(libDump_Restore_a_DEPENDENCIES)
+ -rm -f libDump_Restore.a
+ $(AR) cru libDump_Restore.a $(libDump_Restore_a_OBJECTS) $(libDump_Restore_a_LIBADD)
+ $(RANLIB) libDump_Restore.a
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+main: $(main_OBJECTS) $(main_DEPENDENCIES)
+ @rm -f main
+ $(CXXLINK) $(main_LDFLAGS) $(main_OBJECTS) $(main_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Naming/Dump_Restore
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Naming/Dump_Restore/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(LIBRARIES) $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-noinstPROGRAMS \
+ mostlyclean-tags mostlyclean-depend mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
+ clean-noinstPROGRAMS clean-tags clean-depend \
+ clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstLIBRARIES distclean-compile \
+ distclean-libtool distclean-noinstPROGRAMS \
+ distclean-tags distclean-depend distclean-generic \
+ clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
+ maintainer-clean-depend maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
+clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
+distclean-noinstPROGRAMS clean-noinstPROGRAMS \
+maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
+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 installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Naming/Makefile.in b/netsvcs/clients/Naming/Makefile.in
new file mode 100644
index 00000000000..077f59a3e52
--- /dev/null
+++ b/netsvcs/clients/Naming/Makefile.in
@@ -0,0 +1,314 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+SUBDIRS = Client Dump_Restore
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../ace/config.h
+CONFIG_CLEAN_FILES =
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Naming/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Naming
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Naming/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ chmod 777 $(distdir)/$$subdir; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-recursive
+dvi-am:
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am:
+install-exec: install-exec-recursive
+
+install-data-am:
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am:
+uninstall: uninstall-recursive
+all-am: Makefile
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-tags mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-tags clean-generic mostlyclean-am
+
+clean: clean-recursive
+
+distclean-am: distclean-tags distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+
+maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+
+.PHONY: 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 \
+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 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
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Tokens/Makefile.in b/netsvcs/clients/Tokens/Makefile.in
new file mode 100644
index 00000000000..348a80dc09d
--- /dev/null
+++ b/netsvcs/clients/Tokens/Makefile.in
@@ -0,0 +1,314 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+SUBDIRS = collection deadlock invariant manual mutex rw_lock
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../ace/config.h
+CONFIG_CLEAN_FILES =
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Tokens/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (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:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+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; \
+ done; \
+ test "$$dot_seen" = "no" && rev=". $$rev"; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ 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; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Tokens
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Tokens/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ chmod 777 $(distdir)/$$subdir; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-recursive
+dvi-am:
+dvi: dvi-recursive
+check-am: all-am
+check: check-recursive
+installcheck-am:
+installcheck: installcheck-recursive
+install-exec-am:
+install-exec: install-exec-recursive
+
+install-data-am:
+install-data: install-data-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-recursive
+uninstall-am:
+uninstall: uninstall-recursive
+all-am: Makefile
+all-redirect: all-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs: installdirs-recursive
+installdirs-am:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-tags mostlyclean-generic
+
+mostlyclean: mostlyclean-recursive
+
+clean-am: clean-tags clean-generic mostlyclean-am
+
+clean: clean-recursive
+
+distclean-am: distclean-tags distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-recursive
+
+maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-recursive
+
+.PHONY: 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 \
+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 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
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Tokens/collection/Makefile.in b/netsvcs/clients/Tokens/collection/Makefile.in
new file mode 100644
index 00000000000..86de034a644
--- /dev/null
+++ b/netsvcs/clients/Tokens/collection/Makefile.in
@@ -0,0 +1,381 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_PROGRAMS = collection
+
+
+collection_SOURCES = collection.cpp
+collection_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+collection_OBJECTS = collection.o
+collection_DEPENDENCIES = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
+$(top_builddir)/ace/libACE.la
+collection_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/collection.P
+SOURCES = $(collection_SOURCES)
+OBJECTS = $(collection_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Tokens/collection/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+collection: $(collection_OBJECTS) $(collection_DEPENDENCIES)
+ @rm -f collection
+ $(CXXLINK) $(collection_LDFLAGS) $(collection_OBJECTS) $(collection_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Tokens/collection
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Tokens/collection/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Tokens/deadlock/Makefile.in b/netsvcs/clients/Tokens/deadlock/Makefile.in
new file mode 100644
index 00000000000..2f47e6f7555
--- /dev/null
+++ b/netsvcs/clients/Tokens/deadlock/Makefile.in
@@ -0,0 +1,381 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_PROGRAMS = deadlock_detection_test
+
+
+deadlock_detection_test_SOURCES = deadlock_detection_test.cpp
+deadlock_detection_test_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+deadlock_detection_test_OBJECTS = deadlock_detection_test.o
+deadlock_detection_test_DEPENDENCIES = \
+$(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+deadlock_detection_test_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/deadlock_detection_test.P
+SOURCES = $(deadlock_detection_test_SOURCES)
+OBJECTS = $(deadlock_detection_test_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Tokens/deadlock/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+deadlock_detection_test: $(deadlock_detection_test_OBJECTS) $(deadlock_detection_test_DEPENDENCIES)
+ @rm -f deadlock_detection_test
+ $(CXXLINK) $(deadlock_detection_test_LDFLAGS) $(deadlock_detection_test_OBJECTS) $(deadlock_detection_test_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Tokens/deadlock
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Tokens/deadlock/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Tokens/invariant/Makefile.in b/netsvcs/clients/Tokens/invariant/Makefile.in
new file mode 100644
index 00000000000..7d0e8f06166
--- /dev/null
+++ b/netsvcs/clients/Tokens/invariant/Makefile.in
@@ -0,0 +1,381 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_PROGRAMS = invariant
+
+
+invariant_SOURCES = invariant.cpp
+invariant_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+invariant_OBJECTS = invariant.o
+invariant_DEPENDENCIES = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
+$(top_builddir)/ace/libACE.la
+invariant_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/invariant.P
+SOURCES = $(invariant_SOURCES)
+OBJECTS = $(invariant_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Tokens/invariant/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+invariant: $(invariant_OBJECTS) $(invariant_DEPENDENCIES)
+ @rm -f invariant
+ $(CXXLINK) $(invariant_LDFLAGS) $(invariant_OBJECTS) $(invariant_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Tokens/invariant
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Tokens/invariant/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Tokens/manual/Makefile.in b/netsvcs/clients/Tokens/manual/Makefile.in
new file mode 100644
index 00000000000..bd185def248
--- /dev/null
+++ b/netsvcs/clients/Tokens/manual/Makefile.in
@@ -0,0 +1,385 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_PROGRAMS = manual
+
+
+manual_SOURCES = manual.cpp
+manual_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+manual_OBJECTS = manual.o
+manual_DEPENDENCIES = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
+$(top_builddir)/ace/libACE.la
+manual_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/manual.P
+SOURCES = $(manual_SOURCES)
+OBJECTS = $(manual_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Tokens/manual/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+manual: $(manual_OBJECTS) $(manual_DEPENDENCIES)
+ @rm -f manual
+ $(CXXLINK) $(manual_LDFLAGS) $(manual_OBJECTS) $(manual_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Tokens/manual
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Tokens/manual/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am clean-local
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Tokens/mutex/Makefile.in b/netsvcs/clients/Tokens/mutex/Makefile.in
new file mode 100644
index 00000000000..df481bef52e
--- /dev/null
+++ b/netsvcs/clients/Tokens/mutex/Makefile.in
@@ -0,0 +1,381 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_PROGRAMS = test_mutex
+
+
+test_mutex_SOURCES = test_mutex.cpp
+test_mutex_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+test_mutex_OBJECTS = test_mutex.o
+test_mutex_DEPENDENCIES = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
+$(top_builddir)/ace/libACE.la
+test_mutex_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/test_mutex.P
+SOURCES = $(test_mutex_SOURCES)
+OBJECTS = $(test_mutex_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Tokens/mutex/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+test_mutex: $(test_mutex_OBJECTS) $(test_mutex_DEPENDENCIES)
+ @rm -f test_mutex
+ $(CXXLINK) $(test_mutex_LDFLAGS) $(test_mutex_OBJECTS) $(test_mutex_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Tokens/mutex
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Tokens/mutex/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/clients/Tokens/rw_lock/Makefile.in b/netsvcs/clients/Tokens/rw_lock/Makefile.in
new file mode 100644
index 00000000000..5724ce79627
--- /dev/null
+++ b/netsvcs/clients/Tokens/rw_lock/Makefile.in
@@ -0,0 +1,381 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../../../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+noinst_PROGRAMS = rw_locks
+
+
+rw_locks_SOURCES = rw_locks.cpp
+rw_locks_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+rw_locks_OBJECTS = rw_locks.o
+rw_locks_DEPENDENCIES = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
+$(top_builddir)/ace/libACE.la
+rw_locks_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/rw_locks.P
+SOURCES = $(rw_locks_SOURCES)
+OBJECTS = $(rw_locks_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/clients/Tokens/rw_lock/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+rw_locks: $(rw_locks_OBJECTS) $(rw_locks_DEPENDENCIES)
+ @rm -f rw_locks
+ $(CXXLINK) $(rw_locks_LDFLAGS) $(rw_locks_OBJECTS) $(rw_locks_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/clients/Tokens/rw_lock
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/clients/Tokens/rw_lock/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/lib/Makefile.in b/netsvcs/lib/Makefile.in
new file mode 100644
index 00000000000..76d8dcdb586
--- /dev/null
+++ b/netsvcs/lib/Makefile.in
@@ -0,0 +1,412 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+lib_LTLIBRARIES = libnetsvcs.la
+
+libnetsvcs_la_SOURCES = Base_Optimizer.cpp Client_Logging_Handler.cpp Log_Message_Receiver.cpp Logging_Strategy.cpp Name_Handler.cpp Server_Logging_Handler.cpp Server_Logging_Handler_T.cpp TS_Clerk_Handler.cpp TS_Server_Handler.cpp Token_Handler.cpp
+
+
+libnetsvcs_la_LDFLAGS = -version-info @ACE_CURRENT@:@ACE_REVISION@:@ACE_AGE@
+
+
+noinst_HEADERS = Base_Optimizer.h Client_Logging_Handler.h Log_Message_Receiver.h Logging_Strategy.h Name_Handler.h Server_Logging_Handler.h Server_Logging_Handler_T.h TS_Clerk_Handler.h TS_Server_Handler.h Token_Handler.h
+
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../ace/config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(lib_LTLIBRARIES)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+libnetsvcs_la_LIBADD =
+libnetsvcs_la_OBJECTS = Base_Optimizer.lo Client_Logging_Handler.lo \
+Log_Message_Receiver.lo Logging_Strategy.lo Name_Handler.lo \
+Server_Logging_Handler.lo Server_Logging_Handler_T.lo \
+TS_Clerk_Handler.lo TS_Server_Handler.lo Token_Handler.lo
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+HEADERS = $(noinst_HEADERS)
+
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/Base_Optimizer.P .deps/Client_Logging_Handler.P \
+.deps/Log_Message_Receiver.P .deps/Logging_Strategy.P \
+.deps/Name_Handler.P .deps/Server_Logging_Handler.P \
+.deps/Server_Logging_Handler_T.P .deps/TS_Clerk_Handler.P \
+.deps/TS_Server_Handler.P .deps/Token_Handler.P
+SOURCES = $(libnetsvcs_la_SOURCES)
+OBJECTS = $(libnetsvcs_la_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/lib/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-libLTLIBRARIES:
+
+clean-libLTLIBRARIES:
+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+
+distclean-libLTLIBRARIES:
+
+maintainer-clean-libLTLIBRARIES:
+
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
+ $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
+ else :; fi; \
+ done
+
+uninstall-libLTLIBRARIES:
+ @$(NORMAL_UNINSTALL)
+ list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
+ done
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+libnetsvcs.la: $(libnetsvcs_la_OBJECTS) $(libnetsvcs_la_DEPENDENCIES)
+ $(CXXLINK) -rpath $(libdir) $(libnetsvcs_la_LDFLAGS) $(libnetsvcs_la_OBJECTS) $(libnetsvcs_la_LIBADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/lib
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/lib/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am: install-libLTLIBRARIES
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am: uninstall-libLTLIBRARIES
+uninstall: uninstall-am
+all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am clean-local
+
+clean: clean-am
+
+distclean-am: distclean-libLTLIBRARIES distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
+clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
+uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
+distclean-compile clean-compile maintainer-clean-compile \
+mostlyclean-libtool distclean-libtool clean-libtool \
+maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
+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 installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/netsvcs/servers/Makefile.in b/netsvcs/servers/Makefile.in
new file mode 100644
index 00000000000..be9af33c7a8
--- /dev/null
+++ b/netsvcs/servers/Makefile.in
@@ -0,0 +1,386 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/netsvcs/lib
+
+noinst_PROGRAMS = main
+
+main_SOURCES = main.cpp
+main_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la $(top_builddir)/ace/libACE.la
+
+
+noinst_DATA = svc.conf
+
+EXTRA_DIST = $(noinst_DATA)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../ace/config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+main_OBJECTS = main.o
+main_DEPENDENCIES = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
+$(top_builddir)/ace/libACE.la
+main_LDFLAGS =
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+DATA = $(noinst_DATA)
+
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/main.P
+SOURCES = $(main_SOURCES)
+OBJECTS = $(main_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu netsvcs/servers/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstPROGRAMS:
+
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+
+distclean-noinstPROGRAMS:
+
+maintainer-clean-noinstPROGRAMS:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+main: $(main_OBJECTS) $(main_DEPENDENCIES)
+ @rm -f main
+ $(CXXLINK) $(main_LDFLAGS) $(main_OBJECTS) $(main_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = netsvcs/servers
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu netsvcs/servers/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(PROGRAMS) $(DATA)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-noinstPROGRAMS distclean-compile \
+ distclean-libtool distclean-tags distclean-depend \
+ distclean-generic clean-am
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-tags maintainer-clean-depend \
+ maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags 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 installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/tests/Makefile.in b/tests/Makefile.in
new file mode 100644
index 00000000000..22a71f1c37f
--- /dev/null
+++ b/tests/Makefile.in
@@ -0,0 +1,1207 @@
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
+
+# 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.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
+host_alias = @host_alias@
+host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
+ACE_AGE = @ACE_AGE@
+ACE_CURRENT = @ACE_CURRENT@
+ACE_INCLUDEDIR = @ACE_INCLUDEDIR@
+ACE_LIBDIR = @ACE_LIBDIR@
+ACE_LIBS = @ACE_LIBS@
+ACE_REVISION = @ACE_REVISION@
+ACE_XLIBS = @ACE_XLIBS@
+AS = @AS@
+AWK = @AWK@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXFLAGS = @CXXFLAGS@
+DLLTOOL = @DLLTOOL@
+GPERF = @GPERF@
+LD = @LD@
+LEX = @LEX@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NM = @NM@
+OBJDUMP = @OBJDUMP@
+PACKAGE = @PACKAGE@
+PROF = @PROF@
+PURIFY = @PURIFY@
+QUANTIFY = @QUANTIFY@
+RANLIB = @RANLIB@
+VERSION = @VERSION@
+XTREACTOR_TEST_XLIBS = @XTREACTOR_TEST_XLIBS@
+YACC = @YACC@
+
+AUTOMAKE_OPTIONS = 1.4
+
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+
+LDADD = $(top_builddir)/ace/libACE.la
+
+noinst_SCRIPTS = run_tests.sh run_tests.psosim run_tests.check run_tests.vxworks run_tests.bat
+
+@COMPILE_XTREACTOR_TEST_TRUE@XTREACTOR_TEST = XtReactor_Test
+@COMPILE_XTREACTOR_TEST_FALSE@XTREACTOR_TEST =
+
+noinst_LTLIBRARIES = libDLL_Test.la
+libDLL_Test_la_LDFLAGS = -module
+libDLL_Test_la_SOURCES = $(DLL_Test_SOURCES)
+
+check_PROGRAMS = Aio_Platform_Test Atomic_Op_Test Barrier_Test Basic_Types_Test Buffer_Stream_Test Cache_Map_Manager_Test Cached_Conn_Test CDR_Test Collection_Test Conn_Test DLL_Test DLList_Test Dynamic_Priority_Test Enum_Interfaces_Test Env_Value_Test Future_Test Handle_Set_Test High_Res_Timer_Test IOStream_Test MM_Shared_Memory_Test MT_Reactor_Timer_Test MT_SOCK_Test Map_Manager_Test Map_Test Mem_Map_Test Message_Block_Test Message_Queue_Notifications_Test Message_Queue_Test New_Fail_Test Notify_Performance_Test OrdMultiSet_Test Pipe_Test Priority_Buffer_Test Priority_Reactor_Test Priority_Task_Test Process_Mutex_Test Process_Strategy_Test RB_Tree_Test Reactor_Exceptions_Test Reactor_Notify_Test Reactor_Performance_Test Reactor_Timer_Test Reactors_Test Reader_Writer_Test Recursive_Mutex_Test Reverse_Lock_Test SOCK_Connector_Test SOCK_Test SPIPE_Test SString_Test SV_Shared_Memory_Test Semaphore_Test Service_Config_Test Sigset_Ops_Test Simple_Message_Block_Test TSS_Test Task_Test Thread_Manager_Test Thread_Mutex_Test Thread_Pool_Test Time_Service_Test Time_Value_Test Timeprobe_Test Timer_Queue_Test UPIPE_SAP_Test Upgradable_RW_Test Naming_Test FlReactor_Test Thread_Pool_Reactor_Test TkReactor_Test $(XTREACTOR_TEST)
+
+
+Aio_Platform_Test_SOURCES = Aio_Platform_Test.cpp
+
+Atomic_Op_Test_SOURCES = Atomic_Op_Test.cpp
+
+Barrier_Test_SOURCES = Barrier_Test.cpp
+
+Basic_Types_Test_SOURCES = Basic_Types_Test.cpp
+
+Buffer_Stream_Test_SOURCES = Buffer_Stream_Test.cpp
+
+CDR_Test_SOURCES = CDR_Test.cpp
+
+# Cached_Accept_Conn_Test_SOURCES = Cached_Accept_Conn_Test.cpp
+
+Cached_Conn_Test_SOURCES = Cached_Conn_Test.cpp
+
+Cache_Map_Manager_Test_SOURCES = Cache_Map_Manager_Test.cpp Cache_Map_Manager_Test.h
+
+
+Collection_Test_SOURCES = Collection_Test.cpp
+
+Conn_Test_SOURCES = Conn_Test.cpp Conn_Test.h
+
+DLL_Test_SOURCES = DLL_Test.cpp DLL_Test.h
+
+DLList_Test_SOURCES = DLList_Test.cpp
+
+Dynamic_Priority_Test_SOURCES = Dynamic_Priority_Test.cpp
+
+Enum_Interfaces_Test_SOURCES = Enum_Interfaces_Test.cpp
+
+Env_Value_Test_SOURCES = Env_Value_Test.cpp
+
+FlReactor_Test_SOURCES = FlReactor_Test.cpp
+
+Future_Test_SOURCES = Future_Test.cpp
+
+Handle_Set_Test_SOURCES = Handle_Set_Test.cpp
+
+High_Res_Timer_Test_SOURCES = High_Res_Timer_Test.cpp
+
+IOStream_Test_SOURCES = IOStream_Test.cpp
+
+MM_Shared_Memory_Test_SOURCES = MM_Shared_Memory_Test.cpp
+
+MT_Reactor_Timer_Test_SOURCES = MT_Reactor_Timer_Test.cpp MT_Reactor_Timer_Test.h
+
+
+MT_SOCK_Test_SOURCES = MT_SOCK_Test.cpp
+
+Map_Manager_Test_SOURCES = Map_Manager_Test.cpp
+
+Map_Test_SOURCES = Map_Test.cpp Map_Test.h
+
+Mem_Map_Test_SOURCES = Mem_Map_Test.cpp
+
+Message_Block_Test_SOURCES = Message_Block_Test.cpp
+
+Message_Queue_Notifications_Test_SOURCES = Message_Queue_Notifications_Test.cpp
+
+Message_Queue_Test_SOURCES = Message_Queue_Test.cpp
+
+Naming_Test_SOURCES = Naming_Test.cpp
+
+New_Fail_Test_SOURCES = New_Fail_Test.cpp
+
+Notify_Performance_Test_SOURCES = Notify_Performance_Test.cpp
+
+OrdMultiSet_Test_SOURCES = OrdMultiSet_Test.cpp
+
+Pipe_Test_SOURCES = Pipe_Test.cpp
+
+Priority_Buffer_Test_SOURCES = Priority_Buffer_Test.cpp
+
+Priority_Reactor_Test_SOURCES = Priority_Reactor_Test.cpp Priority_Reactor_Test.h
+
+
+Priority_Task_Test_SOURCES = Priority_Task_Test.cpp
+
+Process_Mutex_Test_SOURCES = Process_Mutex_Test.cpp
+
+Process_Strategy_Test_SOURCES = Process_Strategy_Test.cpp Process_Strategy_Test.h
+
+
+# Purgable_Map_Manager_Test_SOURCES = Purgable_Map_Manager_Test.cpp
+
+RB_Tree_Test_SOURCES = RB_Tree_Test.cpp RB_Tree_Test.h
+
+Reactor_Exceptions_Test_SOURCES = Reactor_Exceptions_Test.cpp
+
+Reactor_Notify_Test_SOURCES = Reactor_Notify_Test.cpp
+
+Reactor_Performance_Test_SOURCES = Reactor_Performance_Test.cpp Reactor_Performance_Test.h
+
+
+Reactor_Timer_Test_SOURCES = Reactor_Timer_Test.cpp
+
+Reactors_Test_SOURCES = Reactors_Test.cpp
+
+Reader_Writer_Test_SOURCES = Reader_Writer_Test.cpp
+
+Recursive_Mutex_Test_SOURCES = Recursive_Mutex_Test.cpp
+
+Reverse_Lock_Test_SOURCES = Reverse_Lock_Test.cpp
+
+SOCK_Connector_Test_SOURCES = SOCK_Connector_Test.cpp
+
+SOCK_Test_SOURCES = SOCK_Test.cpp
+
+SPIPE_Test_SOURCES = SPIPE_Test.cpp
+
+SString_Test_SOURCES = SString_Test.cpp
+
+SV_Shared_Memory_Test_SOURCES = SV_Shared_Memory_Test.cpp
+
+Semaphore_Test_SOURCES = Semaphore_Test.cpp
+
+Service_Config_Test_SOURCES = Service_Config_Test.cpp
+
+Sigset_Ops_Test_SOURCES = Sigset_Ops_Test.cpp
+
+Simple_Message_Block_Test_SOURCES = Simple_Message_Block_Test.cpp
+
+TSS_Test_SOURCES = TSS_Test.cpp TSS_Test_Errno.h
+
+
+Task_Test_SOURCES = Task_Test.cpp
+
+Thread_Manager_Test_SOURCES = Thread_Manager_Test.cpp
+
+Thread_Mutex_Test_SOURCES = Thread_Mutex_Test.cpp
+
+Thread_Pool_Reactor_Test_SOURCES = Thread_Pool_Reactor_Test.cpp Thread_Pool_Reactor_Test.h
+
+
+Thread_Pool_Test_SOURCES = Thread_Pool_Test.cpp
+
+Time_Service_Test_SOURCES = Time_Service_Test.cpp
+
+Time_Value_Test_SOURCES = Time_Value_Test.cpp
+
+Timeprobe_Test_SOURCES = Timeprobe_Test.cpp
+
+Timer_Queue_Test_SOURCES = Timer_Queue_Test.cpp
+
+TkReactor_Test_SOURCES = TkReactor_Test.cpp
+
+UPIPE_SAP_Test_SOURCES = UPIPE_SAP_Test.cpp
+
+Upgradable_RW_Test_SOURCES = Upgradable_RW_Test.cpp Upgradable_RW_Test.h
+
+
+XtReactor_Test_SOURCES = XtReactor_Test.cpp
+XtReactor_Test_LDADD = $(top_builddir)/ace/libACE.la @XTREACTOR_TEST_XLIBS@
+
+noinst_HEADERS = test_config.h
+
+noinst_DATA = TkReactor_Test.tcl UNIXserver.conf UNIXclerk.conf UNIXtokens.conf Win32server.conf Win32clerk.conf Win32tokens.conf
+
+@ACE_CROSS_COMPILED_TRUE@TESTS =
+@ACE_CROSS_COMPILED_FALSE@TESTS = $(check_PROGRAMS)
+
+EXTRA_DIST = $(noinst_SCRIPTS) $(noinst_DATA)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../ace/config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+
+
+DEFS = @DEFS@ -I. -I$(srcdir) -I../ace
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_LIBS = @X_LIBS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+libDLL_Test_la_LIBADD =
+libDLL_Test_la_OBJECTS = DLL_Test.lo
+Aio_Platform_Test_OBJECTS = Aio_Platform_Test.o
+Aio_Platform_Test_LDADD = $(LDADD)
+Aio_Platform_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Aio_Platform_Test_LDFLAGS =
+Atomic_Op_Test_OBJECTS = Atomic_Op_Test.o
+Atomic_Op_Test_LDADD = $(LDADD)
+Atomic_Op_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Atomic_Op_Test_LDFLAGS =
+Barrier_Test_OBJECTS = Barrier_Test.o
+Barrier_Test_LDADD = $(LDADD)
+Barrier_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Barrier_Test_LDFLAGS =
+Basic_Types_Test_OBJECTS = Basic_Types_Test.o
+Basic_Types_Test_LDADD = $(LDADD)
+Basic_Types_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Basic_Types_Test_LDFLAGS =
+Buffer_Stream_Test_OBJECTS = Buffer_Stream_Test.o
+Buffer_Stream_Test_LDADD = $(LDADD)
+Buffer_Stream_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Buffer_Stream_Test_LDFLAGS =
+Cache_Map_Manager_Test_OBJECTS = Cache_Map_Manager_Test.o
+Cache_Map_Manager_Test_LDADD = $(LDADD)
+Cache_Map_Manager_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Cache_Map_Manager_Test_LDFLAGS =
+Cached_Conn_Test_OBJECTS = Cached_Conn_Test.o
+Cached_Conn_Test_LDADD = $(LDADD)
+Cached_Conn_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Cached_Conn_Test_LDFLAGS =
+CDR_Test_OBJECTS = CDR_Test.o
+CDR_Test_LDADD = $(LDADD)
+CDR_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+CDR_Test_LDFLAGS =
+Collection_Test_OBJECTS = Collection_Test.o
+Collection_Test_LDADD = $(LDADD)
+Collection_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Collection_Test_LDFLAGS =
+Conn_Test_OBJECTS = Conn_Test.o
+Conn_Test_LDADD = $(LDADD)
+Conn_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Conn_Test_LDFLAGS =
+DLL_Test_OBJECTS = DLL_Test.o
+DLL_Test_LDADD = $(LDADD)
+DLL_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+DLL_Test_LDFLAGS =
+DLList_Test_OBJECTS = DLList_Test.o
+DLList_Test_LDADD = $(LDADD)
+DLList_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+DLList_Test_LDFLAGS =
+Dynamic_Priority_Test_OBJECTS = Dynamic_Priority_Test.o
+Dynamic_Priority_Test_LDADD = $(LDADD)
+Dynamic_Priority_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Dynamic_Priority_Test_LDFLAGS =
+Enum_Interfaces_Test_OBJECTS = Enum_Interfaces_Test.o
+Enum_Interfaces_Test_LDADD = $(LDADD)
+Enum_Interfaces_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Enum_Interfaces_Test_LDFLAGS =
+Env_Value_Test_OBJECTS = Env_Value_Test.o
+Env_Value_Test_LDADD = $(LDADD)
+Env_Value_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Env_Value_Test_LDFLAGS =
+Future_Test_OBJECTS = Future_Test.o
+Future_Test_LDADD = $(LDADD)
+Future_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Future_Test_LDFLAGS =
+Handle_Set_Test_OBJECTS = Handle_Set_Test.o
+Handle_Set_Test_LDADD = $(LDADD)
+Handle_Set_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Handle_Set_Test_LDFLAGS =
+High_Res_Timer_Test_OBJECTS = High_Res_Timer_Test.o
+High_Res_Timer_Test_LDADD = $(LDADD)
+High_Res_Timer_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+High_Res_Timer_Test_LDFLAGS =
+IOStream_Test_OBJECTS = IOStream_Test.o
+IOStream_Test_LDADD = $(LDADD)
+IOStream_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+IOStream_Test_LDFLAGS =
+MM_Shared_Memory_Test_OBJECTS = MM_Shared_Memory_Test.o
+MM_Shared_Memory_Test_LDADD = $(LDADD)
+MM_Shared_Memory_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+MM_Shared_Memory_Test_LDFLAGS =
+MT_Reactor_Timer_Test_OBJECTS = MT_Reactor_Timer_Test.o
+MT_Reactor_Timer_Test_LDADD = $(LDADD)
+MT_Reactor_Timer_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+MT_Reactor_Timer_Test_LDFLAGS =
+MT_SOCK_Test_OBJECTS = MT_SOCK_Test.o
+MT_SOCK_Test_LDADD = $(LDADD)
+MT_SOCK_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+MT_SOCK_Test_LDFLAGS =
+Map_Manager_Test_OBJECTS = Map_Manager_Test.o
+Map_Manager_Test_LDADD = $(LDADD)
+Map_Manager_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Map_Manager_Test_LDFLAGS =
+Map_Test_OBJECTS = Map_Test.o
+Map_Test_LDADD = $(LDADD)
+Map_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Map_Test_LDFLAGS =
+Mem_Map_Test_OBJECTS = Mem_Map_Test.o
+Mem_Map_Test_LDADD = $(LDADD)
+Mem_Map_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Mem_Map_Test_LDFLAGS =
+Message_Block_Test_OBJECTS = Message_Block_Test.o
+Message_Block_Test_LDADD = $(LDADD)
+Message_Block_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Message_Block_Test_LDFLAGS =
+Message_Queue_Notifications_Test_OBJECTS = \
+Message_Queue_Notifications_Test.o
+Message_Queue_Notifications_Test_LDADD = $(LDADD)
+Message_Queue_Notifications_Test_DEPENDENCIES = \
+$(top_builddir)/ace/libACE.la
+Message_Queue_Notifications_Test_LDFLAGS =
+Message_Queue_Test_OBJECTS = Message_Queue_Test.o
+Message_Queue_Test_LDADD = $(LDADD)
+Message_Queue_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Message_Queue_Test_LDFLAGS =
+New_Fail_Test_OBJECTS = New_Fail_Test.o
+New_Fail_Test_LDADD = $(LDADD)
+New_Fail_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+New_Fail_Test_LDFLAGS =
+Notify_Performance_Test_OBJECTS = Notify_Performance_Test.o
+Notify_Performance_Test_LDADD = $(LDADD)
+Notify_Performance_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Notify_Performance_Test_LDFLAGS =
+OrdMultiSet_Test_OBJECTS = OrdMultiSet_Test.o
+OrdMultiSet_Test_LDADD = $(LDADD)
+OrdMultiSet_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+OrdMultiSet_Test_LDFLAGS =
+Pipe_Test_OBJECTS = Pipe_Test.o
+Pipe_Test_LDADD = $(LDADD)
+Pipe_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Pipe_Test_LDFLAGS =
+Priority_Buffer_Test_OBJECTS = Priority_Buffer_Test.o
+Priority_Buffer_Test_LDADD = $(LDADD)
+Priority_Buffer_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Priority_Buffer_Test_LDFLAGS =
+Priority_Reactor_Test_OBJECTS = Priority_Reactor_Test.o
+Priority_Reactor_Test_LDADD = $(LDADD)
+Priority_Reactor_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Priority_Reactor_Test_LDFLAGS =
+Priority_Task_Test_OBJECTS = Priority_Task_Test.o
+Priority_Task_Test_LDADD = $(LDADD)
+Priority_Task_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Priority_Task_Test_LDFLAGS =
+Process_Mutex_Test_OBJECTS = Process_Mutex_Test.o
+Process_Mutex_Test_LDADD = $(LDADD)
+Process_Mutex_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Process_Mutex_Test_LDFLAGS =
+Process_Strategy_Test_OBJECTS = Process_Strategy_Test.o
+Process_Strategy_Test_LDADD = $(LDADD)
+Process_Strategy_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Process_Strategy_Test_LDFLAGS =
+RB_Tree_Test_OBJECTS = RB_Tree_Test.o
+RB_Tree_Test_LDADD = $(LDADD)
+RB_Tree_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+RB_Tree_Test_LDFLAGS =
+Reactor_Exceptions_Test_OBJECTS = Reactor_Exceptions_Test.o
+Reactor_Exceptions_Test_LDADD = $(LDADD)
+Reactor_Exceptions_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Reactor_Exceptions_Test_LDFLAGS =
+Reactor_Notify_Test_OBJECTS = Reactor_Notify_Test.o
+Reactor_Notify_Test_LDADD = $(LDADD)
+Reactor_Notify_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Reactor_Notify_Test_LDFLAGS =
+Reactor_Performance_Test_OBJECTS = Reactor_Performance_Test.o
+Reactor_Performance_Test_LDADD = $(LDADD)
+Reactor_Performance_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Reactor_Performance_Test_LDFLAGS =
+Reactor_Timer_Test_OBJECTS = Reactor_Timer_Test.o
+Reactor_Timer_Test_LDADD = $(LDADD)
+Reactor_Timer_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Reactor_Timer_Test_LDFLAGS =
+Reactors_Test_OBJECTS = Reactors_Test.o
+Reactors_Test_LDADD = $(LDADD)
+Reactors_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Reactors_Test_LDFLAGS =
+Reader_Writer_Test_OBJECTS = Reader_Writer_Test.o
+Reader_Writer_Test_LDADD = $(LDADD)
+Reader_Writer_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Reader_Writer_Test_LDFLAGS =
+Recursive_Mutex_Test_OBJECTS = Recursive_Mutex_Test.o
+Recursive_Mutex_Test_LDADD = $(LDADD)
+Recursive_Mutex_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Recursive_Mutex_Test_LDFLAGS =
+Reverse_Lock_Test_OBJECTS = Reverse_Lock_Test.o
+Reverse_Lock_Test_LDADD = $(LDADD)
+Reverse_Lock_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Reverse_Lock_Test_LDFLAGS =
+SOCK_Connector_Test_OBJECTS = SOCK_Connector_Test.o
+SOCK_Connector_Test_LDADD = $(LDADD)
+SOCK_Connector_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+SOCK_Connector_Test_LDFLAGS =
+SOCK_Test_OBJECTS = SOCK_Test.o
+SOCK_Test_LDADD = $(LDADD)
+SOCK_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+SOCK_Test_LDFLAGS =
+SPIPE_Test_OBJECTS = SPIPE_Test.o
+SPIPE_Test_LDADD = $(LDADD)
+SPIPE_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+SPIPE_Test_LDFLAGS =
+SString_Test_OBJECTS = SString_Test.o
+SString_Test_LDADD = $(LDADD)
+SString_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+SString_Test_LDFLAGS =
+SV_Shared_Memory_Test_OBJECTS = SV_Shared_Memory_Test.o
+SV_Shared_Memory_Test_LDADD = $(LDADD)
+SV_Shared_Memory_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+SV_Shared_Memory_Test_LDFLAGS =
+Semaphore_Test_OBJECTS = Semaphore_Test.o
+Semaphore_Test_LDADD = $(LDADD)
+Semaphore_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Semaphore_Test_LDFLAGS =
+Service_Config_Test_OBJECTS = Service_Config_Test.o
+Service_Config_Test_LDADD = $(LDADD)
+Service_Config_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Service_Config_Test_LDFLAGS =
+Sigset_Ops_Test_OBJECTS = Sigset_Ops_Test.o
+Sigset_Ops_Test_LDADD = $(LDADD)
+Sigset_Ops_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Sigset_Ops_Test_LDFLAGS =
+Simple_Message_Block_Test_OBJECTS = Simple_Message_Block_Test.o
+Simple_Message_Block_Test_LDADD = $(LDADD)
+Simple_Message_Block_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Simple_Message_Block_Test_LDFLAGS =
+TSS_Test_OBJECTS = TSS_Test.o
+TSS_Test_LDADD = $(LDADD)
+TSS_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+TSS_Test_LDFLAGS =
+Task_Test_OBJECTS = Task_Test.o
+Task_Test_LDADD = $(LDADD)
+Task_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Task_Test_LDFLAGS =
+Thread_Manager_Test_OBJECTS = Thread_Manager_Test.o
+Thread_Manager_Test_LDADD = $(LDADD)
+Thread_Manager_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Thread_Manager_Test_LDFLAGS =
+Thread_Mutex_Test_OBJECTS = Thread_Mutex_Test.o
+Thread_Mutex_Test_LDADD = $(LDADD)
+Thread_Mutex_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Thread_Mutex_Test_LDFLAGS =
+Thread_Pool_Test_OBJECTS = Thread_Pool_Test.o
+Thread_Pool_Test_LDADD = $(LDADD)
+Thread_Pool_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Thread_Pool_Test_LDFLAGS =
+Time_Service_Test_OBJECTS = Time_Service_Test.o
+Time_Service_Test_LDADD = $(LDADD)
+Time_Service_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Time_Service_Test_LDFLAGS =
+Time_Value_Test_OBJECTS = Time_Value_Test.o
+Time_Value_Test_LDADD = $(LDADD)
+Time_Value_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Time_Value_Test_LDFLAGS =
+Timeprobe_Test_OBJECTS = Timeprobe_Test.o
+Timeprobe_Test_LDADD = $(LDADD)
+Timeprobe_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Timeprobe_Test_LDFLAGS =
+Timer_Queue_Test_OBJECTS = Timer_Queue_Test.o
+Timer_Queue_Test_LDADD = $(LDADD)
+Timer_Queue_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Timer_Queue_Test_LDFLAGS =
+UPIPE_SAP_Test_OBJECTS = UPIPE_SAP_Test.o
+UPIPE_SAP_Test_LDADD = $(LDADD)
+UPIPE_SAP_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+UPIPE_SAP_Test_LDFLAGS =
+Upgradable_RW_Test_OBJECTS = Upgradable_RW_Test.o
+Upgradable_RW_Test_LDADD = $(LDADD)
+Upgradable_RW_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Upgradable_RW_Test_LDFLAGS =
+Naming_Test_OBJECTS = Naming_Test.o
+Naming_Test_LDADD = $(LDADD)
+Naming_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Naming_Test_LDFLAGS =
+FlReactor_Test_OBJECTS = FlReactor_Test.o
+FlReactor_Test_LDADD = $(LDADD)
+FlReactor_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+FlReactor_Test_LDFLAGS =
+Thread_Pool_Reactor_Test_OBJECTS = Thread_Pool_Reactor_Test.o
+Thread_Pool_Reactor_Test_LDADD = $(LDADD)
+Thread_Pool_Reactor_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+Thread_Pool_Reactor_Test_LDFLAGS =
+TkReactor_Test_OBJECTS = TkReactor_Test.o
+TkReactor_Test_LDADD = $(LDADD)
+TkReactor_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+TkReactor_Test_LDFLAGS =
+XtReactor_Test_OBJECTS = XtReactor_Test.o
+XtReactor_Test_DEPENDENCIES = $(top_builddir)/ace/libACE.la
+XtReactor_Test_LDFLAGS =
+SCRIPTS = $(noinst_SCRIPTS)
+
+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+CFLAGS = @CFLAGS@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+DATA = $(noinst_DATA)
+
+HEADERS = $(noinst_HEADERS)
+
+DIST_COMMON = README Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES = .deps/Aio_Platform_Test.P .deps/Atomic_Op_Test.P \
+.deps/Barrier_Test.P .deps/Basic_Types_Test.P \
+.deps/Buffer_Stream_Test.P .deps/CDR_Test.P \
+.deps/Cache_Map_Manager_Test.P .deps/Cached_Conn_Test.P \
+.deps/Collection_Test.P .deps/Conn_Test.P .deps/DLL_Test.P \
+.deps/DLList_Test.P .deps/Dynamic_Priority_Test.P \
+.deps/Enum_Interfaces_Test.P .deps/Env_Value_Test.P \
+.deps/FlReactor_Test.P .deps/Future_Test.P .deps/Handle_Set_Test.P \
+.deps/High_Res_Timer_Test.P .deps/IOStream_Test.P \
+.deps/MM_Shared_Memory_Test.P .deps/MT_Reactor_Timer_Test.P \
+.deps/MT_SOCK_Test.P .deps/Map_Manager_Test.P .deps/Map_Test.P \
+.deps/Mem_Map_Test.P .deps/Message_Block_Test.P \
+.deps/Message_Queue_Notifications_Test.P .deps/Message_Queue_Test.P \
+.deps/Naming_Test.P .deps/New_Fail_Test.P \
+.deps/Notify_Performance_Test.P .deps/OrdMultiSet_Test.P \
+.deps/Pipe_Test.P .deps/Priority_Buffer_Test.P \
+.deps/Priority_Reactor_Test.P .deps/Priority_Task_Test.P \
+.deps/Process_Mutex_Test.P .deps/Process_Strategy_Test.P \
+.deps/RB_Tree_Test.P .deps/Reactor_Exceptions_Test.P \
+.deps/Reactor_Notify_Test.P .deps/Reactor_Performance_Test.P \
+.deps/Reactor_Timer_Test.P .deps/Reactors_Test.P \
+.deps/Reader_Writer_Test.P .deps/Recursive_Mutex_Test.P \
+.deps/Reverse_Lock_Test.P .deps/SOCK_Connector_Test.P .deps/SOCK_Test.P \
+.deps/SPIPE_Test.P .deps/SString_Test.P .deps/SV_Shared_Memory_Test.P \
+.deps/Semaphore_Test.P .deps/Service_Config_Test.P \
+.deps/Sigset_Ops_Test.P .deps/Simple_Message_Block_Test.P \
+.deps/TSS_Test.P .deps/Task_Test.P .deps/Thread_Manager_Test.P \
+.deps/Thread_Mutex_Test.P .deps/Thread_Pool_Reactor_Test.P \
+.deps/Thread_Pool_Test.P .deps/Time_Service_Test.P \
+.deps/Time_Value_Test.P .deps/Timeprobe_Test.P .deps/Timer_Queue_Test.P \
+.deps/TkReactor_Test.P .deps/UPIPE_SAP_Test.P \
+.deps/Upgradable_RW_Test.P .deps/XtReactor_Test.P
+SOURCES = $(libDLL_Test_la_SOURCES) $(Aio_Platform_Test_SOURCES) $(Atomic_Op_Test_SOURCES) $(Barrier_Test_SOURCES) $(Basic_Types_Test_SOURCES) $(Buffer_Stream_Test_SOURCES) $(Cache_Map_Manager_Test_SOURCES) $(Cached_Conn_Test_SOURCES) $(CDR_Test_SOURCES) $(Collection_Test_SOURCES) $(Conn_Test_SOURCES) $(DLL_Test_SOURCES) $(DLList_Test_SOURCES) $(Dynamic_Priority_Test_SOURCES) $(Enum_Interfaces_Test_SOURCES) $(Env_Value_Test_SOURCES) $(Future_Test_SOURCES) $(Handle_Set_Test_SOURCES) $(High_Res_Timer_Test_SOURCES) $(IOStream_Test_SOURCES) $(MM_Shared_Memory_Test_SOURCES) $(MT_Reactor_Timer_Test_SOURCES) $(MT_SOCK_Test_SOURCES) $(Map_Manager_Test_SOURCES) $(Map_Test_SOURCES) $(Mem_Map_Test_SOURCES) $(Message_Block_Test_SOURCES) $(Message_Queue_Notifications_Test_SOURCES) $(Message_Queue_Test_SOURCES) $(New_Fail_Test_SOURCES) $(Notify_Performance_Test_SOURCES) $(OrdMultiSet_Test_SOURCES) $(Pipe_Test_SOURCES) $(Priority_Buffer_Test_SOURCES) $(Priority_Reactor_Test_SOURCES) $(Priority_Task_Test_SOURCES) $(Process_Mutex_Test_SOURCES) $(Process_Strategy_Test_SOURCES) $(RB_Tree_Test_SOURCES) $(Reactor_Exceptions_Test_SOURCES) $(Reactor_Notify_Test_SOURCES) $(Reactor_Performance_Test_SOURCES) $(Reactor_Timer_Test_SOURCES) $(Reactors_Test_SOURCES) $(Reader_Writer_Test_SOURCES) $(Recursive_Mutex_Test_SOURCES) $(Reverse_Lock_Test_SOURCES) $(SOCK_Connector_Test_SOURCES) $(SOCK_Test_SOURCES) $(SPIPE_Test_SOURCES) $(SString_Test_SOURCES) $(SV_Shared_Memory_Test_SOURCES) $(Semaphore_Test_SOURCES) $(Service_Config_Test_SOURCES) $(Sigset_Ops_Test_SOURCES) $(Simple_Message_Block_Test_SOURCES) $(TSS_Test_SOURCES) $(Task_Test_SOURCES) $(Thread_Manager_Test_SOURCES) $(Thread_Mutex_Test_SOURCES) $(Thread_Pool_Test_SOURCES) $(Time_Service_Test_SOURCES) $(Time_Value_Test_SOURCES) $(Timeprobe_Test_SOURCES) $(Timer_Queue_Test_SOURCES) $(UPIPE_SAP_Test_SOURCES) $(Upgradable_RW_Test_SOURCES) $(Naming_Test_SOURCES) $(FlReactor_Test_SOURCES) $(Thread_Pool_Reactor_Test_SOURCES) $(TkReactor_Test_SOURCES) $(XtReactor_Test_SOURCES)
+OBJECTS = $(libDLL_Test_la_OBJECTS) $(Aio_Platform_Test_OBJECTS) $(Atomic_Op_Test_OBJECTS) $(Barrier_Test_OBJECTS) $(Basic_Types_Test_OBJECTS) $(Buffer_Stream_Test_OBJECTS) $(Cache_Map_Manager_Test_OBJECTS) $(Cached_Conn_Test_OBJECTS) $(CDR_Test_OBJECTS) $(Collection_Test_OBJECTS) $(Conn_Test_OBJECTS) $(DLL_Test_OBJECTS) $(DLList_Test_OBJECTS) $(Dynamic_Priority_Test_OBJECTS) $(Enum_Interfaces_Test_OBJECTS) $(Env_Value_Test_OBJECTS) $(Future_Test_OBJECTS) $(Handle_Set_Test_OBJECTS) $(High_Res_Timer_Test_OBJECTS) $(IOStream_Test_OBJECTS) $(MM_Shared_Memory_Test_OBJECTS) $(MT_Reactor_Timer_Test_OBJECTS) $(MT_SOCK_Test_OBJECTS) $(Map_Manager_Test_OBJECTS) $(Map_Test_OBJECTS) $(Mem_Map_Test_OBJECTS) $(Message_Block_Test_OBJECTS) $(Message_Queue_Notifications_Test_OBJECTS) $(Message_Queue_Test_OBJECTS) $(New_Fail_Test_OBJECTS) $(Notify_Performance_Test_OBJECTS) $(OrdMultiSet_Test_OBJECTS) $(Pipe_Test_OBJECTS) $(Priority_Buffer_Test_OBJECTS) $(Priority_Reactor_Test_OBJECTS) $(Priority_Task_Test_OBJECTS) $(Process_Mutex_Test_OBJECTS) $(Process_Strategy_Test_OBJECTS) $(RB_Tree_Test_OBJECTS) $(Reactor_Exceptions_Test_OBJECTS) $(Reactor_Notify_Test_OBJECTS) $(Reactor_Performance_Test_OBJECTS) $(Reactor_Timer_Test_OBJECTS) $(Reactors_Test_OBJECTS) $(Reader_Writer_Test_OBJECTS) $(Recursive_Mutex_Test_OBJECTS) $(Reverse_Lock_Test_OBJECTS) $(SOCK_Connector_Test_OBJECTS) $(SOCK_Test_OBJECTS) $(SPIPE_Test_OBJECTS) $(SString_Test_OBJECTS) $(SV_Shared_Memory_Test_OBJECTS) $(Semaphore_Test_OBJECTS) $(Service_Config_Test_OBJECTS) $(Sigset_Ops_Test_OBJECTS) $(Simple_Message_Block_Test_OBJECTS) $(TSS_Test_OBJECTS) $(Task_Test_OBJECTS) $(Thread_Manager_Test_OBJECTS) $(Thread_Mutex_Test_OBJECTS) $(Thread_Pool_Test_OBJECTS) $(Time_Service_Test_OBJECTS) $(Time_Value_Test_OBJECTS) $(Timeprobe_Test_OBJECTS) $(Timer_Queue_Test_OBJECTS) $(UPIPE_SAP_Test_OBJECTS) $(Upgradable_RW_Test_OBJECTS) $(Naming_Test_OBJECTS) $(FlReactor_Test_OBJECTS) $(Thread_Pool_Reactor_Test_OBJECTS) $(TkReactor_Test_OBJECTS) $(XtReactor_Test_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .cpp .lo .o .s
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstLTLIBRARIES:
+
+clean-noinstLTLIBRARIES:
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+
+distclean-noinstLTLIBRARIES:
+
+maintainer-clean-noinstLTLIBRARIES:
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+libDLL_Test.la: $(libDLL_Test_la_OBJECTS) $(libDLL_Test_la_DEPENDENCIES)
+ $(CXXLINK) $(libDLL_Test_la_LDFLAGS) $(libDLL_Test_la_OBJECTS) $(libDLL_Test_la_LIBADD) $(LIBS)
+
+mostlyclean-checkPROGRAMS:
+
+clean-checkPROGRAMS:
+ -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
+
+distclean-checkPROGRAMS:
+
+maintainer-clean-checkPROGRAMS:
+
+Aio_Platform_Test: $(Aio_Platform_Test_OBJECTS) $(Aio_Platform_Test_DEPENDENCIES)
+ @rm -f Aio_Platform_Test
+ $(CXXLINK) $(Aio_Platform_Test_LDFLAGS) $(Aio_Platform_Test_OBJECTS) $(Aio_Platform_Test_LDADD) $(LIBS)
+
+Atomic_Op_Test: $(Atomic_Op_Test_OBJECTS) $(Atomic_Op_Test_DEPENDENCIES)
+ @rm -f Atomic_Op_Test
+ $(CXXLINK) $(Atomic_Op_Test_LDFLAGS) $(Atomic_Op_Test_OBJECTS) $(Atomic_Op_Test_LDADD) $(LIBS)
+
+Barrier_Test: $(Barrier_Test_OBJECTS) $(Barrier_Test_DEPENDENCIES)
+ @rm -f Barrier_Test
+ $(CXXLINK) $(Barrier_Test_LDFLAGS) $(Barrier_Test_OBJECTS) $(Barrier_Test_LDADD) $(LIBS)
+
+Basic_Types_Test: $(Basic_Types_Test_OBJECTS) $(Basic_Types_Test_DEPENDENCIES)
+ @rm -f Basic_Types_Test
+ $(CXXLINK) $(Basic_Types_Test_LDFLAGS) $(Basic_Types_Test_OBJECTS) $(Basic_Types_Test_LDADD) $(LIBS)
+
+Buffer_Stream_Test: $(Buffer_Stream_Test_OBJECTS) $(Buffer_Stream_Test_DEPENDENCIES)
+ @rm -f Buffer_Stream_Test
+ $(CXXLINK) $(Buffer_Stream_Test_LDFLAGS) $(Buffer_Stream_Test_OBJECTS) $(Buffer_Stream_Test_LDADD) $(LIBS)
+
+Cache_Map_Manager_Test: $(Cache_Map_Manager_Test_OBJECTS) $(Cache_Map_Manager_Test_DEPENDENCIES)
+ @rm -f Cache_Map_Manager_Test
+ $(CXXLINK) $(Cache_Map_Manager_Test_LDFLAGS) $(Cache_Map_Manager_Test_OBJECTS) $(Cache_Map_Manager_Test_LDADD) $(LIBS)
+
+Cached_Conn_Test: $(Cached_Conn_Test_OBJECTS) $(Cached_Conn_Test_DEPENDENCIES)
+ @rm -f Cached_Conn_Test
+ $(CXXLINK) $(Cached_Conn_Test_LDFLAGS) $(Cached_Conn_Test_OBJECTS) $(Cached_Conn_Test_LDADD) $(LIBS)
+
+CDR_Test: $(CDR_Test_OBJECTS) $(CDR_Test_DEPENDENCIES)
+ @rm -f CDR_Test
+ $(CXXLINK) $(CDR_Test_LDFLAGS) $(CDR_Test_OBJECTS) $(CDR_Test_LDADD) $(LIBS)
+
+Collection_Test: $(Collection_Test_OBJECTS) $(Collection_Test_DEPENDENCIES)
+ @rm -f Collection_Test
+ $(CXXLINK) $(Collection_Test_LDFLAGS) $(Collection_Test_OBJECTS) $(Collection_Test_LDADD) $(LIBS)
+
+Conn_Test: $(Conn_Test_OBJECTS) $(Conn_Test_DEPENDENCIES)
+ @rm -f Conn_Test
+ $(CXXLINK) $(Conn_Test_LDFLAGS) $(Conn_Test_OBJECTS) $(Conn_Test_LDADD) $(LIBS)
+
+DLL_Test: $(DLL_Test_OBJECTS) $(DLL_Test_DEPENDENCIES)
+ @rm -f DLL_Test
+ $(CXXLINK) $(DLL_Test_LDFLAGS) $(DLL_Test_OBJECTS) $(DLL_Test_LDADD) $(LIBS)
+
+DLList_Test: $(DLList_Test_OBJECTS) $(DLList_Test_DEPENDENCIES)
+ @rm -f DLList_Test
+ $(CXXLINK) $(DLList_Test_LDFLAGS) $(DLList_Test_OBJECTS) $(DLList_Test_LDADD) $(LIBS)
+
+Dynamic_Priority_Test: $(Dynamic_Priority_Test_OBJECTS) $(Dynamic_Priority_Test_DEPENDENCIES)
+ @rm -f Dynamic_Priority_Test
+ $(CXXLINK) $(Dynamic_Priority_Test_LDFLAGS) $(Dynamic_Priority_Test_OBJECTS) $(Dynamic_Priority_Test_LDADD) $(LIBS)
+
+Enum_Interfaces_Test: $(Enum_Interfaces_Test_OBJECTS) $(Enum_Interfaces_Test_DEPENDENCIES)
+ @rm -f Enum_Interfaces_Test
+ $(CXXLINK) $(Enum_Interfaces_Test_LDFLAGS) $(Enum_Interfaces_Test_OBJECTS) $(Enum_Interfaces_Test_LDADD) $(LIBS)
+
+Env_Value_Test: $(Env_Value_Test_OBJECTS) $(Env_Value_Test_DEPENDENCIES)
+ @rm -f Env_Value_Test
+ $(CXXLINK) $(Env_Value_Test_LDFLAGS) $(Env_Value_Test_OBJECTS) $(Env_Value_Test_LDADD) $(LIBS)
+
+Future_Test: $(Future_Test_OBJECTS) $(Future_Test_DEPENDENCIES)
+ @rm -f Future_Test
+ $(CXXLINK) $(Future_Test_LDFLAGS) $(Future_Test_OBJECTS) $(Future_Test_LDADD) $(LIBS)
+
+Handle_Set_Test: $(Handle_Set_Test_OBJECTS) $(Handle_Set_Test_DEPENDENCIES)
+ @rm -f Handle_Set_Test
+ $(CXXLINK) $(Handle_Set_Test_LDFLAGS) $(Handle_Set_Test_OBJECTS) $(Handle_Set_Test_LDADD) $(LIBS)
+
+High_Res_Timer_Test: $(High_Res_Timer_Test_OBJECTS) $(High_Res_Timer_Test_DEPENDENCIES)
+ @rm -f High_Res_Timer_Test
+ $(CXXLINK) $(High_Res_Timer_Test_LDFLAGS) $(High_Res_Timer_Test_OBJECTS) $(High_Res_Timer_Test_LDADD) $(LIBS)
+
+IOStream_Test: $(IOStream_Test_OBJECTS) $(IOStream_Test_DEPENDENCIES)
+ @rm -f IOStream_Test
+ $(CXXLINK) $(IOStream_Test_LDFLAGS) $(IOStream_Test_OBJECTS) $(IOStream_Test_LDADD) $(LIBS)
+
+MM_Shared_Memory_Test: $(MM_Shared_Memory_Test_OBJECTS) $(MM_Shared_Memory_Test_DEPENDENCIES)
+ @rm -f MM_Shared_Memory_Test
+ $(CXXLINK) $(MM_Shared_Memory_Test_LDFLAGS) $(MM_Shared_Memory_Test_OBJECTS) $(MM_Shared_Memory_Test_LDADD) $(LIBS)
+
+MT_Reactor_Timer_Test: $(MT_Reactor_Timer_Test_OBJECTS) $(MT_Reactor_Timer_Test_DEPENDENCIES)
+ @rm -f MT_Reactor_Timer_Test
+ $(CXXLINK) $(MT_Reactor_Timer_Test_LDFLAGS) $(MT_Reactor_Timer_Test_OBJECTS) $(MT_Reactor_Timer_Test_LDADD) $(LIBS)
+
+MT_SOCK_Test: $(MT_SOCK_Test_OBJECTS) $(MT_SOCK_Test_DEPENDENCIES)
+ @rm -f MT_SOCK_Test
+ $(CXXLINK) $(MT_SOCK_Test_LDFLAGS) $(MT_SOCK_Test_OBJECTS) $(MT_SOCK_Test_LDADD) $(LIBS)
+
+Map_Manager_Test: $(Map_Manager_Test_OBJECTS) $(Map_Manager_Test_DEPENDENCIES)
+ @rm -f Map_Manager_Test
+ $(CXXLINK) $(Map_Manager_Test_LDFLAGS) $(Map_Manager_Test_OBJECTS) $(Map_Manager_Test_LDADD) $(LIBS)
+
+Map_Test: $(Map_Test_OBJECTS) $(Map_Test_DEPENDENCIES)
+ @rm -f Map_Test
+ $(CXXLINK) $(Map_Test_LDFLAGS) $(Map_Test_OBJECTS) $(Map_Test_LDADD) $(LIBS)
+
+Mem_Map_Test: $(Mem_Map_Test_OBJECTS) $(Mem_Map_Test_DEPENDENCIES)
+ @rm -f Mem_Map_Test
+ $(CXXLINK) $(Mem_Map_Test_LDFLAGS) $(Mem_Map_Test_OBJECTS) $(Mem_Map_Test_LDADD) $(LIBS)
+
+Message_Block_Test: $(Message_Block_Test_OBJECTS) $(Message_Block_Test_DEPENDENCIES)
+ @rm -f Message_Block_Test
+ $(CXXLINK) $(Message_Block_Test_LDFLAGS) $(Message_Block_Test_OBJECTS) $(Message_Block_Test_LDADD) $(LIBS)
+
+Message_Queue_Notifications_Test: $(Message_Queue_Notifications_Test_OBJECTS) $(Message_Queue_Notifications_Test_DEPENDENCIES)
+ @rm -f Message_Queue_Notifications_Test
+ $(CXXLINK) $(Message_Queue_Notifications_Test_LDFLAGS) $(Message_Queue_Notifications_Test_OBJECTS) $(Message_Queue_Notifications_Test_LDADD) $(LIBS)
+
+Message_Queue_Test: $(Message_Queue_Test_OBJECTS) $(Message_Queue_Test_DEPENDENCIES)
+ @rm -f Message_Queue_Test
+ $(CXXLINK) $(Message_Queue_Test_LDFLAGS) $(Message_Queue_Test_OBJECTS) $(Message_Queue_Test_LDADD) $(LIBS)
+
+New_Fail_Test: $(New_Fail_Test_OBJECTS) $(New_Fail_Test_DEPENDENCIES)
+ @rm -f New_Fail_Test
+ $(CXXLINK) $(New_Fail_Test_LDFLAGS) $(New_Fail_Test_OBJECTS) $(New_Fail_Test_LDADD) $(LIBS)
+
+Notify_Performance_Test: $(Notify_Performance_Test_OBJECTS) $(Notify_Performance_Test_DEPENDENCIES)
+ @rm -f Notify_Performance_Test
+ $(CXXLINK) $(Notify_Performance_Test_LDFLAGS) $(Notify_Performance_Test_OBJECTS) $(Notify_Performance_Test_LDADD) $(LIBS)
+
+OrdMultiSet_Test: $(OrdMultiSet_Test_OBJECTS) $(OrdMultiSet_Test_DEPENDENCIES)
+ @rm -f OrdMultiSet_Test
+ $(CXXLINK) $(OrdMultiSet_Test_LDFLAGS) $(OrdMultiSet_Test_OBJECTS) $(OrdMultiSet_Test_LDADD) $(LIBS)
+
+Pipe_Test: $(Pipe_Test_OBJECTS) $(Pipe_Test_DEPENDENCIES)
+ @rm -f Pipe_Test
+ $(CXXLINK) $(Pipe_Test_LDFLAGS) $(Pipe_Test_OBJECTS) $(Pipe_Test_LDADD) $(LIBS)
+
+Priority_Buffer_Test: $(Priority_Buffer_Test_OBJECTS) $(Priority_Buffer_Test_DEPENDENCIES)
+ @rm -f Priority_Buffer_Test
+ $(CXXLINK) $(Priority_Buffer_Test_LDFLAGS) $(Priority_Buffer_Test_OBJECTS) $(Priority_Buffer_Test_LDADD) $(LIBS)
+
+Priority_Reactor_Test: $(Priority_Reactor_Test_OBJECTS) $(Priority_Reactor_Test_DEPENDENCIES)
+ @rm -f Priority_Reactor_Test
+ $(CXXLINK) $(Priority_Reactor_Test_LDFLAGS) $(Priority_Reactor_Test_OBJECTS) $(Priority_Reactor_Test_LDADD) $(LIBS)
+
+Priority_Task_Test: $(Priority_Task_Test_OBJECTS) $(Priority_Task_Test_DEPENDENCIES)
+ @rm -f Priority_Task_Test
+ $(CXXLINK) $(Priority_Task_Test_LDFLAGS) $(Priority_Task_Test_OBJECTS) $(Priority_Task_Test_LDADD) $(LIBS)
+
+Process_Mutex_Test: $(Process_Mutex_Test_OBJECTS) $(Process_Mutex_Test_DEPENDENCIES)
+ @rm -f Process_Mutex_Test
+ $(CXXLINK) $(Process_Mutex_Test_LDFLAGS) $(Process_Mutex_Test_OBJECTS) $(Process_Mutex_Test_LDADD) $(LIBS)
+
+Process_Strategy_Test: $(Process_Strategy_Test_OBJECTS) $(Process_Strategy_Test_DEPENDENCIES)
+ @rm -f Process_Strategy_Test
+ $(CXXLINK) $(Process_Strategy_Test_LDFLAGS) $(Process_Strategy_Test_OBJECTS) $(Process_Strategy_Test_LDADD) $(LIBS)
+
+RB_Tree_Test: $(RB_Tree_Test_OBJECTS) $(RB_Tree_Test_DEPENDENCIES)
+ @rm -f RB_Tree_Test
+ $(CXXLINK) $(RB_Tree_Test_LDFLAGS) $(RB_Tree_Test_OBJECTS) $(RB_Tree_Test_LDADD) $(LIBS)
+
+Reactor_Exceptions_Test: $(Reactor_Exceptions_Test_OBJECTS) $(Reactor_Exceptions_Test_DEPENDENCIES)
+ @rm -f Reactor_Exceptions_Test
+ $(CXXLINK) $(Reactor_Exceptions_Test_LDFLAGS) $(Reactor_Exceptions_Test_OBJECTS) $(Reactor_Exceptions_Test_LDADD) $(LIBS)
+
+Reactor_Notify_Test: $(Reactor_Notify_Test_OBJECTS) $(Reactor_Notify_Test_DEPENDENCIES)
+ @rm -f Reactor_Notify_Test
+ $(CXXLINK) $(Reactor_Notify_Test_LDFLAGS) $(Reactor_Notify_Test_OBJECTS) $(Reactor_Notify_Test_LDADD) $(LIBS)
+
+Reactor_Performance_Test: $(Reactor_Performance_Test_OBJECTS) $(Reactor_Performance_Test_DEPENDENCIES)
+ @rm -f Reactor_Performance_Test
+ $(CXXLINK) $(Reactor_Performance_Test_LDFLAGS) $(Reactor_Performance_Test_OBJECTS) $(Reactor_Performance_Test_LDADD) $(LIBS)
+
+Reactor_Timer_Test: $(Reactor_Timer_Test_OBJECTS) $(Reactor_Timer_Test_DEPENDENCIES)
+ @rm -f Reactor_Timer_Test
+ $(CXXLINK) $(Reactor_Timer_Test_LDFLAGS) $(Reactor_Timer_Test_OBJECTS) $(Reactor_Timer_Test_LDADD) $(LIBS)
+
+Reactors_Test: $(Reactors_Test_OBJECTS) $(Reactors_Test_DEPENDENCIES)
+ @rm -f Reactors_Test
+ $(CXXLINK) $(Reactors_Test_LDFLAGS) $(Reactors_Test_OBJECTS) $(Reactors_Test_LDADD) $(LIBS)
+
+Reader_Writer_Test: $(Reader_Writer_Test_OBJECTS) $(Reader_Writer_Test_DEPENDENCIES)
+ @rm -f Reader_Writer_Test
+ $(CXXLINK) $(Reader_Writer_Test_LDFLAGS) $(Reader_Writer_Test_OBJECTS) $(Reader_Writer_Test_LDADD) $(LIBS)
+
+Recursive_Mutex_Test: $(Recursive_Mutex_Test_OBJECTS) $(Recursive_Mutex_Test_DEPENDENCIES)
+ @rm -f Recursive_Mutex_Test
+ $(CXXLINK) $(Recursive_Mutex_Test_LDFLAGS) $(Recursive_Mutex_Test_OBJECTS) $(Recursive_Mutex_Test_LDADD) $(LIBS)
+
+Reverse_Lock_Test: $(Reverse_Lock_Test_OBJECTS) $(Reverse_Lock_Test_DEPENDENCIES)
+ @rm -f Reverse_Lock_Test
+ $(CXXLINK) $(Reverse_Lock_Test_LDFLAGS) $(Reverse_Lock_Test_OBJECTS) $(Reverse_Lock_Test_LDADD) $(LIBS)
+
+SOCK_Connector_Test: $(SOCK_Connector_Test_OBJECTS) $(SOCK_Connector_Test_DEPENDENCIES)
+ @rm -f SOCK_Connector_Test
+ $(CXXLINK) $(SOCK_Connector_Test_LDFLAGS) $(SOCK_Connector_Test_OBJECTS) $(SOCK_Connector_Test_LDADD) $(LIBS)
+
+SOCK_Test: $(SOCK_Test_OBJECTS) $(SOCK_Test_DEPENDENCIES)
+ @rm -f SOCK_Test
+ $(CXXLINK) $(SOCK_Test_LDFLAGS) $(SOCK_Test_OBJECTS) $(SOCK_Test_LDADD) $(LIBS)
+
+SPIPE_Test: $(SPIPE_Test_OBJECTS) $(SPIPE_Test_DEPENDENCIES)
+ @rm -f SPIPE_Test
+ $(CXXLINK) $(SPIPE_Test_LDFLAGS) $(SPIPE_Test_OBJECTS) $(SPIPE_Test_LDADD) $(LIBS)
+
+SString_Test: $(SString_Test_OBJECTS) $(SString_Test_DEPENDENCIES)
+ @rm -f SString_Test
+ $(CXXLINK) $(SString_Test_LDFLAGS) $(SString_Test_OBJECTS) $(SString_Test_LDADD) $(LIBS)
+
+SV_Shared_Memory_Test: $(SV_Shared_Memory_Test_OBJECTS) $(SV_Shared_Memory_Test_DEPENDENCIES)
+ @rm -f SV_Shared_Memory_Test
+ $(CXXLINK) $(SV_Shared_Memory_Test_LDFLAGS) $(SV_Shared_Memory_Test_OBJECTS) $(SV_Shared_Memory_Test_LDADD) $(LIBS)
+
+Semaphore_Test: $(Semaphore_Test_OBJECTS) $(Semaphore_Test_DEPENDENCIES)
+ @rm -f Semaphore_Test
+ $(CXXLINK) $(Semaphore_Test_LDFLAGS) $(Semaphore_Test_OBJECTS) $(Semaphore_Test_LDADD) $(LIBS)
+
+Service_Config_Test: $(Service_Config_Test_OBJECTS) $(Service_Config_Test_DEPENDENCIES)
+ @rm -f Service_Config_Test
+ $(CXXLINK) $(Service_Config_Test_LDFLAGS) $(Service_Config_Test_OBJECTS) $(Service_Config_Test_LDADD) $(LIBS)
+
+Sigset_Ops_Test: $(Sigset_Ops_Test_OBJECTS) $(Sigset_Ops_Test_DEPENDENCIES)
+ @rm -f Sigset_Ops_Test
+ $(CXXLINK) $(Sigset_Ops_Test_LDFLAGS) $(Sigset_Ops_Test_OBJECTS) $(Sigset_Ops_Test_LDADD) $(LIBS)
+
+Simple_Message_Block_Test: $(Simple_Message_Block_Test_OBJECTS) $(Simple_Message_Block_Test_DEPENDENCIES)
+ @rm -f Simple_Message_Block_Test
+ $(CXXLINK) $(Simple_Message_Block_Test_LDFLAGS) $(Simple_Message_Block_Test_OBJECTS) $(Simple_Message_Block_Test_LDADD) $(LIBS)
+
+TSS_Test: $(TSS_Test_OBJECTS) $(TSS_Test_DEPENDENCIES)
+ @rm -f TSS_Test
+ $(CXXLINK) $(TSS_Test_LDFLAGS) $(TSS_Test_OBJECTS) $(TSS_Test_LDADD) $(LIBS)
+
+Task_Test: $(Task_Test_OBJECTS) $(Task_Test_DEPENDENCIES)
+ @rm -f Task_Test
+ $(CXXLINK) $(Task_Test_LDFLAGS) $(Task_Test_OBJECTS) $(Task_Test_LDADD) $(LIBS)
+
+Thread_Manager_Test: $(Thread_Manager_Test_OBJECTS) $(Thread_Manager_Test_DEPENDENCIES)
+ @rm -f Thread_Manager_Test
+ $(CXXLINK) $(Thread_Manager_Test_LDFLAGS) $(Thread_Manager_Test_OBJECTS) $(Thread_Manager_Test_LDADD) $(LIBS)
+
+Thread_Mutex_Test: $(Thread_Mutex_Test_OBJECTS) $(Thread_Mutex_Test_DEPENDENCIES)
+ @rm -f Thread_Mutex_Test
+ $(CXXLINK) $(Thread_Mutex_Test_LDFLAGS) $(Thread_Mutex_Test_OBJECTS) $(Thread_Mutex_Test_LDADD) $(LIBS)
+
+Thread_Pool_Test: $(Thread_Pool_Test_OBJECTS) $(Thread_Pool_Test_DEPENDENCIES)
+ @rm -f Thread_Pool_Test
+ $(CXXLINK) $(Thread_Pool_Test_LDFLAGS) $(Thread_Pool_Test_OBJECTS) $(Thread_Pool_Test_LDADD) $(LIBS)
+
+Time_Service_Test: $(Time_Service_Test_OBJECTS) $(Time_Service_Test_DEPENDENCIES)
+ @rm -f Time_Service_Test
+ $(CXXLINK) $(Time_Service_Test_LDFLAGS) $(Time_Service_Test_OBJECTS) $(Time_Service_Test_LDADD) $(LIBS)
+
+Time_Value_Test: $(Time_Value_Test_OBJECTS) $(Time_Value_Test_DEPENDENCIES)
+ @rm -f Time_Value_Test
+ $(CXXLINK) $(Time_Value_Test_LDFLAGS) $(Time_Value_Test_OBJECTS) $(Time_Value_Test_LDADD) $(LIBS)
+
+Timeprobe_Test: $(Timeprobe_Test_OBJECTS) $(Timeprobe_Test_DEPENDENCIES)
+ @rm -f Timeprobe_Test
+ $(CXXLINK) $(Timeprobe_Test_LDFLAGS) $(Timeprobe_Test_OBJECTS) $(Timeprobe_Test_LDADD) $(LIBS)
+
+Timer_Queue_Test: $(Timer_Queue_Test_OBJECTS) $(Timer_Queue_Test_DEPENDENCIES)
+ @rm -f Timer_Queue_Test
+ $(CXXLINK) $(Timer_Queue_Test_LDFLAGS) $(Timer_Queue_Test_OBJECTS) $(Timer_Queue_Test_LDADD) $(LIBS)
+
+UPIPE_SAP_Test: $(UPIPE_SAP_Test_OBJECTS) $(UPIPE_SAP_Test_DEPENDENCIES)
+ @rm -f UPIPE_SAP_Test
+ $(CXXLINK) $(UPIPE_SAP_Test_LDFLAGS) $(UPIPE_SAP_Test_OBJECTS) $(UPIPE_SAP_Test_LDADD) $(LIBS)
+
+Upgradable_RW_Test: $(Upgradable_RW_Test_OBJECTS) $(Upgradable_RW_Test_DEPENDENCIES)
+ @rm -f Upgradable_RW_Test
+ $(CXXLINK) $(Upgradable_RW_Test_LDFLAGS) $(Upgradable_RW_Test_OBJECTS) $(Upgradable_RW_Test_LDADD) $(LIBS)
+
+Naming_Test: $(Naming_Test_OBJECTS) $(Naming_Test_DEPENDENCIES)
+ @rm -f Naming_Test
+ $(CXXLINK) $(Naming_Test_LDFLAGS) $(Naming_Test_OBJECTS) $(Naming_Test_LDADD) $(LIBS)
+
+FlReactor_Test: $(FlReactor_Test_OBJECTS) $(FlReactor_Test_DEPENDENCIES)
+ @rm -f FlReactor_Test
+ $(CXXLINK) $(FlReactor_Test_LDFLAGS) $(FlReactor_Test_OBJECTS) $(FlReactor_Test_LDADD) $(LIBS)
+
+Thread_Pool_Reactor_Test: $(Thread_Pool_Reactor_Test_OBJECTS) $(Thread_Pool_Reactor_Test_DEPENDENCIES)
+ @rm -f Thread_Pool_Reactor_Test
+ $(CXXLINK) $(Thread_Pool_Reactor_Test_LDFLAGS) $(Thread_Pool_Reactor_Test_OBJECTS) $(Thread_Pool_Reactor_Test_LDADD) $(LIBS)
+
+TkReactor_Test: $(TkReactor_Test_OBJECTS) $(TkReactor_Test_DEPENDENCIES)
+ @rm -f TkReactor_Test
+ $(CXXLINK) $(TkReactor_Test_LDFLAGS) $(TkReactor_Test_OBJECTS) $(TkReactor_Test_LDADD) $(LIBS)
+
+XtReactor_Test: $(XtReactor_Test_OBJECTS) $(XtReactor_Test_DEPENDENCIES)
+ @rm -f XtReactor_Test
+ $(CXXLINK) $(XtReactor_Test_LDFLAGS) $(XtReactor_Test_OBJECTS) $(XtReactor_Test_LDADD) $(LIBS)
+.cpp.o:
+ $(CXXCOMPILE) -c $<
+.cpp.lo:
+ $(LTCXXCOMPILE) -c $<
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = tests
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+ -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+ @echo '$(COMPILE) -c $<'; \
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.c
+ @echo '$(LTCOMPILE) -c $<'; \
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+
+%.o: %.cpp
+ @echo '$(CXXCOMPILE) -c $<'; \
+ $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm .deps/$(*F).pp
+
+%.lo: %.cpp
+ @echo '$(LTCXXCOMPILE) -c $<'; \
+ $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
+ < .deps/$(*F).pp > .deps/$(*F).P; \
+ tr ' ' '\012' < .deps/$(*F).pp \
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+ >> .deps/$(*F).P; \
+ rm -f .deps/$(*F).pp
+check-TESTS: $(TESTS)
+ @failed=0; all=0; \
+ srcdir=$(srcdir); export srcdir; \
+ for tst in $(TESTS); do \
+ if test -f $$tst; then dir=.; \
+ else dir="$(srcdir)"; fi; \
+ if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
+ all=`expr $$all + 1`; \
+ echo "PASS: $$tst"; \
+ elif test $$? -ne 77; then \
+ all=`expr $$all + 1`; \
+ failed=`expr $$failed + 1`; \
+ echo "FAIL: $$tst"; \
+ fi; \
+ done; \
+ if test "$$failed" -eq 0; then \
+ banner="All $$all tests passed"; \
+ else \
+ banner="$$failed of $$all tests failed"; \
+ fi; \
+ dashes=`echo "$$banner" | sed s/./=/g`; \
+ echo "$$dashes"; \
+ echo "$$banner"; \
+ echo "$$dashes"; \
+ test "$$failed" -eq 0
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+ $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
+ $(MAKE) $(AM_MAKEFLAGS) check-TESTS
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-checkPROGRAMS \
+ mostlyclean-tags mostlyclean-depend mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
+ clean-checkPROGRAMS clean-tags clean-depend \
+ clean-generic mostlyclean-am clean-local
+
+clean: clean-am
+
+distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
+ distclean-libtool distclean-checkPROGRAMS \
+ distclean-tags distclean-depend distclean-generic \
+ clean-am distclean-local
+ -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
+ maintainer-clean-compile maintainer-clean-libtool \
+ maintainer-clean-checkPROGRAMS maintainer-clean-tags \
+ maintainer-clean-depend maintainer-clean-generic \
+ distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
+clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
+distclean-checkPROGRAMS clean-checkPROGRAMS \
+maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
+clean-tags maintainer-clean-tags distdir mostlyclean-depend \
+distclean-depend clean-depend maintainer-clean-depend check-TESTS \
+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 installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+
+distclean-local:
+ -rm -rf log
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT: