Diff for /embedaddon/libiconv/srclib/Makefile.gnulib between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 09:29:43 version 1.1.1.3, 2021/03/17 13:38:46
Line 1 Line 1
 ## DO NOT EDIT! GENERATED AUTOMATICALLY!  ## DO NOT EDIT! GENERATED AUTOMATICALLY!
 ## Process this file with automake to produce Makefile.in.  ## Process this file with automake to produce Makefile.in.
# Copyright (C) 2002-2011 Free Software Foundation, Inc.# Copyright (C) 2002-2019 Free Software Foundation, Inc.
 #  #
# This file is free software, distributed under the terms of the GNU# This file is free software; you can redistribute it and/or modify
# General Public License.  As a special exception to the GNU General# it under the terms of the GNU General Public License as published by
# Public License, this file may be distributed as part of a program# the Free Software Foundation; either version 3 of the License, or
# that contains a configuration script generated by Autoconf, under# (at your option) any later version.
 #
 # This file is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
 # along with this file.  If not, see <https://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License,
 # this file may be distributed as part of a program that
 # contains a configuration script generated by Autoconf, under
 # the same distribution terms as the rest of that program.  # the same distribution terms as the rest of that program.
 #  #
 # Generated by gnulib-tool.  # Generated by gnulib-tool.
# Reproduce by: gnulib-tool --import --dir=. --local-dir=gnulib-local --lib=libicrt --source-base=srclib --m4-base=srcm4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=Makefile.gnulib --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files binary-io error gettext gettext-h libiconv-misc mbstate memmove progname relocatable-prog safe-read sigpipe stdio stdlib strerror unistd uniwidth/width unlocked-io xalloc# Reproduce by:
 # gnulib-tool --import --local-dir=gnulib-local \
 #  --lib=libicrt \
 #  --source-base=srclib \
 #  --m4-base=srcm4 \
 #  --doc-base=doc \
 #  --tests-base=tests \
 #  --aux-dir=build-aux \
 #  --makefile-name=Makefile.gnulib \
 #  --no-conditional-dependencies \
 #  --no-libtool \
 #  --macro-prefix=gl \
 #  --no-vc-files \
 #  binary-io \
 #  error \
 #  gettext \
 #  gettext-h \
 #  libiconv-misc \
 #  mbstate \
 #  progname \
 #  relocatable-prog \
 #  safe-read \
 #  sigpipe \
 #  stdio \
 #  stdlib \
 #  strerror \
 #  unistd \
 #  uniwidth/width \
 #  unlocked-io \
 #  xalloc
   
   
 MOSTLYCLEANFILES += core *.stackdump  MOSTLYCLEANFILES += core *.stackdump
   # No GNU Make output.
   
 noinst_LIBRARIES += libicrt.a  noinst_LIBRARIES += libicrt.a
   
Line 21  libicrt_a_LIBADD = $(gl_LIBOBJS) Line 63  libicrt_a_LIBADD = $(gl_LIBOBJS)
 libicrt_a_DEPENDENCIES = $(gl_LIBOBJS)  libicrt_a_DEPENDENCIES = $(gl_LIBOBJS)
 EXTRA_libicrt_a_SOURCES =  EXTRA_libicrt_a_SOURCES =
   
   ## begin gnulib module absolute-header
   
   # Use this preprocessor expression to decide whether #include_next works.
   # Do not rely on a 'configure'-time test for this, since the expression
   # might appear in an installed header, which is used by some other compiler.
   HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
   
   ## end   gnulib module absolute-header
   
 ## begin gnulib module alloca-opt  ## begin gnulib module alloca-opt
   
 BUILT_SOURCES += $(ALLOCA_H)  BUILT_SOURCES += $(ALLOCA_H)
Line 31  if GL_GENERATE_ALLOCA_H Line 82  if GL_GENERATE_ALLOCA_H
 alloca.h: alloca.in.h $(top_builddir)/config.status  alloca.h: alloca.in.h $(top_builddir)/config.status
         $(AM_V_GEN)rm -f $@-t $@ && \          $(AM_V_GEN)rm -f $@-t $@ && \
         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \          { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/alloca.in.h; \          sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
         } > $@-t && \          } > $@-t && \
         mv -f $@-t $@          mv -f $@-t $@
 else  else
Line 62  EXTRA_DIST += areadlink.h Line 113  EXTRA_DIST += areadlink.h
   
 ## begin gnulib module binary-io  ## begin gnulib module binary-io
   
libicrt_a_SOURCES += binary-io.hlibicrt_a_SOURCES += binary-io.h binary-io.c
   
 ## end   gnulib module binary-io  ## end   gnulib module binary-io
   
Line 83  EXTRA_DIST += careadlinkat.h Line 134  EXTRA_DIST += careadlinkat.h
   
 ## end   gnulib module careadlinkat  ## end   gnulib module careadlinkat
   
   ## begin gnulib module dirname-lgpl
   
   libicrt_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
   
   EXTRA_DIST += dirname.h
   
   ## end   gnulib module dirname-lgpl
   
 ## begin gnulib module dosname  ## begin gnulib module dosname
   
   
Line 168  EXTRA_DIST += fcntl.in.h Line 227  EXTRA_DIST += fcntl.in.h
   
 ## end   gnulib module fcntl-h  ## end   gnulib module fcntl-h
   
   ## begin gnulib module filename
   
   
   EXTRA_DIST += filename.h
   
   ## end   gnulib module filename
   
   ## begin gnulib module getprogname
   
   libicrt_a_SOURCES += getprogname.h getprogname.c
   
   ## end   gnulib module getprogname
   
 ## begin gnulib module gettext  ## begin gnulib module gettext
   
# This is for those projects which use "gettextize --intl" to put a source-code# If your project uses "gettextize --intl" to put a source-code
# copy of libintl into their package. In such projects, every Makefile.am needs# copy of libintl into the package, every Makefile.am needs
 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.  # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
# For the Makefile.ams in other directories it is the maintainer's# Here's one way to do this:
# responsibility; for the one from gnulib we do it here.#AM_CPPFLAGS += -I$(top_builddir)/intl
# This option has no effect when the user disables NLS (because then the intl# This option has no effect when the user disables NLS (because then
# directory contains no libintl.h file) or when the project does not use# the intl directory contains no libintl.h file).  This option is not
# "gettextize --intl".# enabled by default because the intl directory might not exist if
AM_CPPFLAGS += -I$(top_builddir)/intl# your project does not use "gettext --intl", and some compilers
 # complain about -I options applied to nonexistent directories.
   
 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath  EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
   
Line 211  AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LI Line 284  AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LI
   
 ## end   gnulib module libiconv-misc  ## end   gnulib module libiconv-misc
   
   ## begin gnulib module limits-h
   
   BUILT_SOURCES += $(LIMITS_H)
   
   # We need the following in order to create <limits.h> when the system
   # doesn't have one that is compatible with GNU.
   if GL_GENERATE_LIMITS_H
   limits.h: limits.in.h $(top_builddir)/config.status
           $(AM_V_GEN)rm -f $@-t $@ && \
           { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
             sed -e 's|@''GUARD_PREFIX''@|GL|g' \
                 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
                 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
                 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
                 -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
                 < $(srcdir)/limits.in.h; \
           } > $@-t && \
           mv $@-t $@
   else
   limits.h: $(top_builddir)/config.status
           rm -f $@
   endif
   MOSTLYCLEANFILES += limits.h limits.h-t
   
   EXTRA_DIST += limits.in.h
   
   ## end   gnulib module limits-h
   
 ## begin gnulib module lstat  ## begin gnulib module lstat
   
   
Line 220  EXTRA_libicrt_a_SOURCES += lstat.c Line 321  EXTRA_libicrt_a_SOURCES += lstat.c
   
 ## end   gnulib module lstat  ## end   gnulib module lstat
   
   ## begin gnulib module malloc-posix
   
   
   EXTRA_DIST += malloc.c
   
   EXTRA_libicrt_a_SOURCES += malloc.c
   
   ## end   gnulib module malloc-posix
   
 ## begin gnulib module malloca  ## begin gnulib module malloca
   
 libicrt_a_SOURCES += malloca.c  libicrt_a_SOURCES += malloca.c
   
EXTRA_DIST += malloca.h malloca.valgrindEXTRA_DIST += malloca.h
   
 ## end   gnulib module malloca  ## end   gnulib module malloca
   
## begin gnulib module memmove## begin gnulib module msvc-inval
   
   
EXTRA_DIST += memmove.cEXTRA_DIST += msvc-inval.c msvc-inval.h
   
EXTRA_libicrt_a_SOURCES += memmove.cEXTRA_libicrt_a_SOURCES += msvc-inval.c
   
## end   gnulib module memmove## end   gnulib module msvc-inval
   
   ## begin gnulib module msvc-nothrow
   
   
   EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
   
   EXTRA_libicrt_a_SOURCES += msvc-nothrow.c
   
   ## end   gnulib module msvc-nothrow
   
 ## begin gnulib module pathmax  ## begin gnulib module pathmax
   
   
Line 250  libicrt_a_SOURCES += progname.h progname.c Line 369  libicrt_a_SOURCES += progname.h progname.c
   
 ## end   gnulib module progname  ## end   gnulib module progname
   
   ## begin gnulib module raise
   
   
   EXTRA_DIST += raise.c
   
   EXTRA_libicrt_a_SOURCES += raise.c
   
   ## end   gnulib module raise
   
 ## begin gnulib module read  ## begin gnulib module read
   
   
Line 283  uninstall-relocwrapper: Line 411  uninstall-relocwrapper:
                        uninstall ;; \                         uninstall ;; \
           esac; \            esac; \
         fi          fi
 .PHONY: uninstall-relocwrapper  
 endif  endif
   ## Automake warns about conditionally added dependencies to unconditionally defined targets.
   .PHONY: uninstall-relocwrapper
   
 EXTRA_DIST += progreloc.c relocatable.c relocatable.h  EXTRA_DIST += progreloc.c relocatable.c relocatable.h
   
 EXTRA_libicrt_a_SOURCES += progreloc.c relocatable.c  EXTRA_libicrt_a_SOURCES += progreloc.c relocatable.c
   
EXTRA_DIST += $(top_srcdir)/build-aux/config.libpath $(top_srcdir)/build-aux/reloc-ldflagsEXTRA_DIST += $(top_srcdir)/build-aux/config.libpath $(top_srcdir)/build-aux/reloc-ldflags $(top_srcdir)/build-aux/libtool-reloc
   
 ## end   gnulib module relocatable-prog  ## end   gnulib module relocatable-prog
   
 ## begin gnulib module relocatable-prog-wrapper  ## begin gnulib module relocatable-prog-wrapper
   
   
EXTRA_DIST += allocator.c allocator.h areadlink.c areadlink.h c-ctype.c c-ctype.h canonicalize-lgpl.c careadlinkat.c careadlinkat.h malloca.c malloca.h progname.c progname.h progreloc.c readlink.c relocatable.c relocatable.h relocwrapper.c setenv.cEXTRA_DIST += allocator.c allocator.h areadlink.c areadlink.h c-ctype.c c-ctype.h canonicalize-lgpl.c careadlinkat.c careadlinkat.h lstat.c malloca.c malloca.h progname.c progname.h progreloc.c readlink.c relocatable.c relocatable.h relocwrapper.c setenv.c stat.c
   
 EXTRA_DIST += $(top_srcdir)/build-aux/install-reloc  EXTRA_DIST += $(top_srcdir)/build-aux/install-reloc
   
Line 307  EXTRA_DIST += $(top_srcdir)/build-aux/install-reloc Line 436  EXTRA_DIST += $(top_srcdir)/build-aux/install-reloc
   
 libicrt_a_SOURCES += safe-read.c  libicrt_a_SOURCES += safe-read.c
   
EXTRA_DIST += safe-read.hEXTRA_DIST += safe-read.h sys-limits.h
   
 ## end   gnulib module safe-read  ## end   gnulib module safe-read
   
## begin gnulib module signal## begin gnulib module signal-h
   
 BUILT_SOURCES += signal.h  BUILT_SOURCES += signal.h
   
Line 325  signal.h: signal.in.h $(top_builddir)/config.status $( Line 454  signal.h: signal.in.h $(top_builddir)/config.status $(
               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \                -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \                -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
               -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \                -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
              -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \              -e 's/@''GNULIB_PTHREAD_SIGMASK''@/$(GNULIB_PTHREAD_SIGMASK)/g' \
               -e 's/@''GNULIB_RAISE''@/$(GNULIB_RAISE)/g' \
               -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \                -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
               -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \                -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
               -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \                -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
               -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \                -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
               -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \                -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
                 -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
               -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \                -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
               -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \                -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
               -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \                -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
Line 338  signal.h: signal.in.h $(top_builddir)/config.status $( Line 469  signal.h: signal.in.h $(top_builddir)/config.status $(
               -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \                -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
               -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \                -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
               -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \                -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
                 -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \                -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \                -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \                -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
Line 348  MOSTLYCLEANFILES += signal.h signal.h-t Line 480  MOSTLYCLEANFILES += signal.h signal.h-t
   
 EXTRA_DIST += signal.in.h  EXTRA_DIST += signal.in.h
   
## end   gnulib module signal## end   gnulib module signal-h
   
 ## begin gnulib module sigpipe  ## begin gnulib module sigpipe
   
Line 371  EXTRA_libicrt_a_SOURCES += sigprocmask.c Line 503  EXTRA_libicrt_a_SOURCES += sigprocmask.c
 ## begin gnulib module snippet/_Noreturn  ## begin gnulib module snippet/_Noreturn
   
 # Because this Makefile snippet defines a variable used by other  # Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all Makefile.am that# gnulib Makefile snippets, it must be present in all makefiles that
 # need it. This is ensured by the applicability 'all' defined above.  # need it. This is ensured by the applicability 'all' defined above.
   
_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h_NORETURN_H=$(srcdir)/_Noreturn.h
   
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.hEXTRA_DIST += _Noreturn.h
   
 ## end   gnulib module snippet/_Noreturn  ## end   gnulib module snippet/_Noreturn
   
 ## begin gnulib module snippet/arg-nonnull  ## begin gnulib module snippet/arg-nonnull
   
# The BUILT_SOURCES created by this Makefile snippet are not used via #include# Because this Makefile snippet defines a variable used by other
# statements but through direct file reference. Therefore this snippet must be# gnulib Makefile snippets, it must be present in all makefiles that
# present in all Makefile.am that need it. This is ensured by the applicability# need it. This is ensured by the applicability 'all' defined above.
# 'all' defined above. 
   
BUILT_SOURCES += arg-nonnull.hARG_NONNULL_H=$(srcdir)/arg-nonnull.h
# The arg-nonnull.h that gets inserted into generated .h files is the same as 
# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut 
# off. 
arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h 
        $(AM_V_GEN)rm -f $@-t $@ && \ 
        sed -n -e '/GL_ARG_NONNULL/,$$p' \ 
          < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ 
          > $@-t && \ 
        mv $@-t $@ 
MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t 
   
ARG_NONNULL_H=arg-nonnull.hEXTRA_DIST += arg-nonnull.h
   
 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h  
   
 ## end   gnulib module snippet/arg-nonnull  ## end   gnulib module snippet/arg-nonnull
   
 ## begin gnulib module snippet/c++defs  ## begin gnulib module snippet/c++defs
   
# The BUILT_SOURCES created by this Makefile snippet are not used via #include# Because this Makefile snippet defines a variable used by other
# statements but through direct file reference. Therefore this snippet must be# gnulib Makefile snippets, it must be present in all makefiles that
# present in all Makefile.am that need it. This is ensured by the applicability# need it. This is ensured by the applicability 'all' defined above.
# 'all' defined above. 
   
BUILT_SOURCES += c++defs.hCXXDEFS_H=$(srcdir)/c++defs.h
# The c++defs.h that gets inserted into generated .h files is the same as 
# build-aux/snippet/c++defs.h, except that it has the copyright header cut off. 
c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h 
        $(AM_V_GEN)rm -f $@-t $@ && \ 
        sed -n -e '/_GL_CXXDEFS/,$$p' \ 
          < $(top_srcdir)/build-aux/snippet/c++defs.h \ 
          > $@-t && \ 
        mv $@-t $@ 
MOSTLYCLEANFILES += c++defs.h c++defs.h-t 
   
CXXDEFS_H=c++defs.hEXTRA_DIST += c++defs.h
   
 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h  
   
 ## end   gnulib module snippet/c++defs  ## end   gnulib module snippet/c++defs
   
 ## begin gnulib module snippet/warn-on-use  ## begin gnulib module snippet/warn-on-use
   
BUILT_SOURCES += warn-on-use.h# Because this Makefile snippet defines a variable used by other
# The warn-on-use.h that gets inserted into generated .h files is the same as# gnulib Makefile snippets, it must be present in all makefiles that
# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut# need it. This is ensured by the applicability 'all' defined above.
# off. 
warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h 
        $(AM_V_GEN)rm -f $@-t $@ && \ 
        sed -n -e '/^.ifndef/,$$p' \ 
          < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ 
          > $@-t && \ 
        mv $@-t $@ 
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t 
   
WARN_ON_USE_H=warn-on-use.hWARN_ON_USE_H=$(srcdir)/warn-on-use.h
   
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.hEXTRA_DIST += warn-on-use.h
   
 ## end   gnulib module snippet/warn-on-use  ## end   gnulib module snippet/warn-on-use
   
 ## begin gnulib module stat  ## begin gnulib module stat
   
   
EXTRA_DIST += stat.cEXTRA_DIST += stat-w32.c stat-w32.h stat.c
   
EXTRA_libicrt_a_SOURCES += stat.cEXTRA_libicrt_a_SOURCES += stat-w32.c stat.c
   
 ## end   gnulib module stat  ## end   gnulib module stat
   
   ## begin gnulib module stat-time
   
   libicrt_a_SOURCES += stat-time.c
   
   EXTRA_DIST += stat-time.h
   
   ## end   gnulib module stat-time
   
 ## begin gnulib module stdbool  ## begin gnulib module stdbool
   
 BUILT_SOURCES += $(STDBOOL_H)  BUILT_SOURCES += $(STDBOOL_H)
Line 496  stddef.h: stddef.in.h $(top_builddir)/config.status Line 603  stddef.h: stddef.in.h $(top_builddir)/config.status
               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \                -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \                -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \                -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
                 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \                -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \                -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
               < $(srcdir)/stddef.in.h; \                < $(srcdir)/stddef.in.h; \
Line 527  stdint.h: stdint.in.h $(top_builddir)/config.status Line 635  stdint.h: stdint.in.h $(top_builddir)/config.status
               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \                -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \                -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \                -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
                 -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \                -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \                -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \                -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
Line 548  stdint.h: stdint.in.h $(top_builddir)/config.status Line 657  stdint.h: stdint.in.h $(top_builddir)/config.status
               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \                -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \                -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \                -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
                 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
               < $(srcdir)/stdint.in.h; \                < $(srcdir)/stdint.in.h; \
         } > $@-t && \          } > $@-t && \
         mv $@-t $@          mv $@-t $@
Line 577  stdio.h: stdio.in.h $(top_builddir)/config.status $(CX Line 687  stdio.h: stdio.in.h $(top_builddir)/config.status $(CX
               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \                -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \                -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \                -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
                 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \                -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \                -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \                -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
Line 598  stdio.h: stdio.in.h $(top_builddir)/config.status $(CX Line 709  stdio.h: stdio.in.h $(top_builddir)/config.status $(CX
               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \                -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \                -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \                -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
               -e 's/@''GNULIB_GETS''@/$(GNULIB_GETS)/g' \  
               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \                -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \                -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
                 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \                -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \                -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \                -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
Line 639  stdio.h: stdio.in.h $(top_builddir)/config.status $(CX Line 750  stdio.h: stdio.in.h $(top_builddir)/config.status $(CX
               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \                -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \                -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \                -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
                 -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
                 -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \                -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \                -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \                -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \                -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \                -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
                 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \                -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \                -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \                -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
Line 714  stdlib.h: stdlib.in.h $(top_builddir)/config.status $( Line 828  stdlib.h: stdlib.in.h $(top_builddir)/config.status $(
               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \                -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \                -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \                -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
                 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \                -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
                 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \                -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
                 -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
                 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \                -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \                -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
                 -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \                -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \                -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
                 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \                -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \                -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
                 -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \                -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \                -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \                -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
Line 735  stdlib.h: stdlib.in.h $(top_builddir)/config.status $( Line 856  stdlib.h: stdlib.in.h $(top_builddir)/config.status $(
               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \                -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \                -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \                -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
                 -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
                 -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
                 -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \                -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \                -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \                -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \                -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \                -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
                 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \                -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
                 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
                 -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
                 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \                -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \                -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
                 -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \                -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \                -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
                 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \                -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
                 -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
                 -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \                -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
                 -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \                -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \                -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \                -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
Line 755  stdlib.h: stdlib.in.h $(top_builddir)/config.status $( Line 888  stdlib.h: stdlib.in.h $(top_builddir)/config.status $(
               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \                -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \                -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \                -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
                 -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \                -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \                -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \                -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
                 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
                 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \                -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
                 -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
                 -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
                 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \                -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \                -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \                -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
                 -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \                -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
                 -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \                -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \                -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \                -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
Line 816  string.h: string.in.h $(top_builddir)/config.status $( Line 957  string.h: string.in.h $(top_builddir)/config.status $(
               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \                -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \                -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \                -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
                 -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \                -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \                -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \                -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
Line 854  string.h: string.in.h $(top_builddir)/config.status $( Line 996  string.h: string.in.h $(top_builddir)/config.status $(
               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \                -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \                -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
               < $(srcdir)/string.in.h | \                < $(srcdir)/string.in.h | \
          sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \          sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
               -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \                -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \                -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \                -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
Line 875  string.h: string.in.h $(top_builddir)/config.status $( Line 1018  string.h: string.in.h $(top_builddir)/config.status $(
               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \                -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \                -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \                -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \  
               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \                -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \                -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
              -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \              -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \                -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \                -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \  
               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \  
               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \  
               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \                -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \                -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \                -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
              -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \              -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \                -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
                 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
                 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
                 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \                -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \                -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \                -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
Line 917  sys/stat.h: sys_stat.in.h $(top_builddir)/config.statu Line 1060  sys/stat.h: sys_stat.in.h $(top_builddir)/config.statu
               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \                -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \                -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \                -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
                 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
                 -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
               -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \                -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
                 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
               -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \                -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
               -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \                -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
               -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \                -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
Line 929  sys/stat.h: sys_stat.in.h $(top_builddir)/config.statu Line 1075  sys/stat.h: sys_stat.in.h $(top_builddir)/config.statu
               -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \                -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
               -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \                -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
               -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \                -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
                 -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \                -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \                -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \                -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
Line 962  EXTRA_DIST += sys_stat.in.h Line 1109  EXTRA_DIST += sys_stat.in.h
   
 ## end   gnulib module sys_stat  ## end   gnulib module sys_stat
   
   ## begin gnulib module sys_types
   
   BUILT_SOURCES += sys/types.h
   
   # We need the following in order to create <sys/types.h> when the system
   # doesn't have one that works with the given compiler.
   sys/types.h: sys_types.in.h $(top_builddir)/config.status
           $(AM_V_at)$(MKDIR_P) sys
           $(AM_V_GEN)rm -f $@-t $@ && \
           { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
             sed -e 's|@''GUARD_PREFIX''@|GL|g' \
                 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
                 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
                 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
                 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
                 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
                 -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
                 < $(srcdir)/sys_types.in.h; \
           } > $@-t && \
           mv $@-t $@
   MOSTLYCLEANFILES += sys/types.h sys/types.h-t
   
   EXTRA_DIST += sys_types.in.h
   
   ## end   gnulib module sys_types
   
 ## begin gnulib module time  ## begin gnulib module time
   
 BUILT_SOURCES += time.h  BUILT_SOURCES += time.h
Line 976  time.h: time.in.h $(top_builddir)/config.status $(CXXD Line 1149  time.h: time.in.h $(top_builddir)/config.status $(CXXD
               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \                -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \                -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \                -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
                 -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
                 -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \                -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \                -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
                 -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \                -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \                -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \                -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
                 -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
                 -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \                -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \                -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \                -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \                -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
                 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
                 -e 's|@''HAVE_TZSET''@|$(HAVE_TZSET)|g' \
                 -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
                 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
                 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \                -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \                -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \                -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
                 -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \                -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
                 -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \                -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \                -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \                -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
                 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \                -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \                -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \                -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
Line 1007  EXTRA_DIST += time.in.h Line 1193  EXTRA_DIST += time.in.h
 ## begin gnulib module unistd  ## begin gnulib module unistd
   
 BUILT_SOURCES += unistd.h  BUILT_SOURCES += unistd.h
   libicrt_a_SOURCES += unistd.c
   
 # We need the following in order to create an empty placeholder for  # We need the following in order to create an empty placeholder for
 # <unistd.h> when the system doesn't have one.  # <unistd.h> when the system doesn't have one.
Line 1019  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1206  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \                -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \                -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \                -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
                 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
                 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \                -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \                -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
                 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \                -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \                -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \                -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
Line 1028  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1218  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \                -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \                -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \                -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
                 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \                -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \                -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \                -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
Line 1038  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1229  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \                -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \                -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \                -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
                 -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \                -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \                -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
                 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \                -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \                -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \                -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
Line 1052  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1245  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \                -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \                -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \                -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
                 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \                -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \                -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \                -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
                 -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \                -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
              -e 's/@''GNULIB_UNISTD_H_GETOPT''@/$(GNULIB_UNISTD_H_GETOPT)/g' \              -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \                -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \                -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \                -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
Line 1071  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1266  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \                -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \                -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \                -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
                 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \                -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \                -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \                -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \                -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \                -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \  
               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \                -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
                 -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \                -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \                -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \                -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
Line 1088  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1284  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \                -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \                -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \                -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
                 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \                -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \                -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \                -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
Line 1095  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1292  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \                -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \                -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \                -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
                 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \                -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
                 -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \                -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \                -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \                -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
                 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
                 -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \                -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \                -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \                -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
Line 1107  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1308  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \                -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \                -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \                -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
                 -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \                -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
                 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \                -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \                -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
                 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \                -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \                -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \                -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
                 -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
                 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \                -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \                -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \                -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
Line 1121  unistd.h: unistd.in.h $(top_builddir)/config.status $( Line 1327  unistd.h: unistd.in.h $(top_builddir)/config.status $(
               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \                -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \                -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \                -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
                 -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \                -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \                -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \                -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
                 -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
                 -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \                -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \                -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \                -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
Line 1203  EXTRA_DIST += verify.h Line 1412  EXTRA_DIST += verify.h
 libicrt_a_SOURCES += xalloc.h xmalloc.c xstrdup.c  libicrt_a_SOURCES += xalloc.h xmalloc.c xstrdup.c
   
 ## end   gnulib module xalloc  ## end   gnulib module xalloc
   
   ## begin gnulib module xalloc-oversized
   
   
   EXTRA_DIST += xalloc-oversized.h
   
   ## end   gnulib module xalloc-oversized
   
 ## begin gnulib module xreadlink  ## begin gnulib module xreadlink
   

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>