1# DO NOT EDIT! GENERATED AUTOMATICALLY!
2# Copyright (C) 2002-2021 Free Software Foundation, Inc.
3#
4# This file is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3 of the License, or
7# (at your option) any later version.
8#
9# This file is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this file.  If not, see <https://www.gnu.org/licenses/>.
16#
17# As a special exception to the GNU General Public License,
18# this file may be distributed as part of a program that
19# contains a configuration script generated by Autoconf, under
20# the same distribution terms as the rest of that program.
21#
22# Generated by gnulib-tool.
23#
24# This file represents the compiled summary of the specification in
25# gnulib-cache.m4. It lists the computed macro invocations that need
26# to be invoked from configure.ac.
27# In projects that use version control, this file can be treated like
28# other built files.
29
30
31# This macro should be invoked from ./configure.ac, in the section
32# "Checks for programs", right after AC_PROG_CC, and certainly before
33# any checks for libraries, header files, types and library functions.
34AC_DEFUN([gl_EARLY],
35[
36  m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
37  m4_pattern_allow([^gl_ES$])dnl a valid locale name
38  m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
39  m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
40
41  # Pre-early section.
42  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
43  AC_REQUIRE([gl_PROG_AR_RANLIB])
44
45  AC_REQUIRE([AM_PROG_CC_C_O])
46  # Code from module absolute-header:
47  # Code from module alloca-opt:
48  # Code from module ansi-c++-opt:
49  AC_REQUIRE([gl_ANSI_CXX])
50  # Code from module asyncsafe-spin:
51  # Code from module attribute:
52  # Code from module basename-lgpl:
53  # Code from module c99:
54  # Code from module clean-temp-simple:
55  # Code from module cloexec:
56  # Code from module close:
57  # Code from module double-slash-root:
58  # Code from module dup2:
59  # Code from module errno:
60  # Code from module error:
61  # Code from module extensions:
62  # Code from module extern-inline:
63  # Code from module fatal-signal:
64  # Code from module fcntl:
65  # Code from module fcntl-h:
66  # Code from module fd-hook:
67  # Code from module filename:
68  # Code from module fstat:
69  # Code from module getdtablesize:
70  # Code from module getprogname:
71  # Code from module gettext-h:
72  # Code from module host-cpu-c-abi:
73  # Code from module idx:
74  # Code from module include_next:
75  # Code from module intprops:
76  # Code from module largefile:
77  AC_REQUIRE([AC_SYS_LARGEFILE])
78  # Code from module limits-h:
79  # Code from module linkedhash-list:
80  # Code from module list:
81  # Code from module lock:
82  # Code from module malloca:
83  # Code from module msvc-inval:
84  # Code from module msvc-nothrow:
85  # Code from module multiarch:
86  # Code from module nocrash:
87  # Code from module open:
88  # Code from module pathmax:
89  # Code from module raise:
90  # Code from module rmdir:
91  # Code from module sigaction:
92  # Code from module signal-h:
93  # Code from module sigprocmask:
94  # Code from module size_max:
95  # Code from module snippet/_Noreturn:
96  # Code from module snippet/arg-nonnull:
97  # Code from module snippet/c++defs:
98  # Code from module snippet/warn-on-use:
99  # Code from module sparcv8+:
100  gl_SPARC_V8PLUS
101  # Code from module ssize_t:
102  # Code from module stat:
103  # Code from module stat-time:
104  # Code from module std-gnu11:
105  # Code from module stdbool:
106  # Code from module stddef:
107  # Code from module stdint:
108  # Code from module stdio:
109  # Code from module stdnoreturn:
110  # Code from module strerror:
111  # Code from module strerror-override:
112  # Code from module string:
113  # Code from module sys_stat:
114  # Code from module sys_types:
115  # Code from module thread-optim:
116  # Code from module threadlib:
117  gl_THREADLIB_EARLY
118  # Code from module time:
119  # Code from module unistd:
120  # Code from module verify:
121  # Code from module windows-mutex:
122  # Code from module windows-once:
123  # Code from module windows-recmutex:
124  # Code from module windows-rwlock:
125  # Code from module windows-spin:
126  # Code from module xalloc-oversized:
127  # Code from module xsize:
128])
129
130# This macro should be invoked from ./configure.ac, in the section
131# "Check for header files, types and library functions".
132AC_DEFUN([gl_INIT],
133[
134  AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
135  gl_cond_libtool=true
136  gl_m4_base='gnulib-m4'
137  m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
138  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
139  m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
140  m4_pushdef([gl_LIBSOURCES_LIST], [])
141  m4_pushdef([gl_LIBSOURCES_DIR], [])
142  m4_pushdef([GL_MACRO_PREFIX], [gl])
143  m4_pushdef([GL_MODULE_INDICATOR_PREFIX], [GL])
144  gl_COMMON
145  gl_source_base='gnulib-lib'
146  gl_FUNC_ALLOCA
147  AC_REQUIRE([AC_C_INLINE])
148  AC_CHECK_HEADERS_ONCE([pthread.h])
149  AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
150  gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
151  gl_FUNC_CLOSE
152  if test $REPLACE_CLOSE = 1; then
153    AC_LIBOBJ([close])
154  fi
155  gl_UNISTD_MODULE_INDICATOR([close])
156  gl_DOUBLE_SLASH_ROOT
157  gl_FUNC_DUP2
158  if test $REPLACE_DUP2 = 1; then
159    AC_LIBOBJ([dup2])
160    gl_PREREQ_DUP2
161  fi
162  gl_UNISTD_MODULE_INDICATOR([dup2])
163  gl_HEADER_ERRNO_H
164  gl_ERROR
165  if test $ac_cv_lib_error_at_line = no; then
166    AC_LIBOBJ([error])
167    gl_PREREQ_ERROR
168  fi
169  m4_ifdef([AM_XGETTEXT_OPTION],
170    [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
171     AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
172  AC_REQUIRE([gl_EXTERN_INLINE])
173  gl_FATAL_SIGNAL
174  gl_FUNC_FCNTL
175  if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
176    AC_LIBOBJ([fcntl])
177  fi
178  gl_FCNTL_MODULE_INDICATOR([fcntl])
179  gl_FCNTL_H
180  gl_FCNTL_H_REQUIRE_DEFAULTS
181  gl_FUNC_FSTAT
182  if test $REPLACE_FSTAT = 1; then
183    AC_LIBOBJ([fstat])
184    case "$host_os" in
185      mingw*)
186        AC_LIBOBJ([stat-w32])
187        ;;
188    esac
189    gl_PREREQ_FSTAT
190  fi
191  gl_SYS_STAT_MODULE_INDICATOR([fstat])
192  gl_FUNC_GETDTABLESIZE
193  if test $HAVE_GETDTABLESIZE = 0 || test $REPLACE_GETDTABLESIZE = 1; then
194    AC_LIBOBJ([getdtablesize])
195    gl_PREREQ_GETDTABLESIZE
196  fi
197  gl_UNISTD_MODULE_INDICATOR([getdtablesize])
198  gl_FUNC_GETPROGNAME
199  AC_SUBST([LIBINTL])
200  AC_SUBST([LTLIBINTL])
201  AC_REQUIRE([gl_HOST_CPU_C_ABI])
202  AC_REQUIRE([gl_LARGEFILE])
203  gl_LIMITS_H
204  gl_LOCK
205  gl_MODULE_INDICATOR([lock])
206  gl_MALLOCA
207  AC_REQUIRE([gl_MSVC_INVAL])
208  if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
209    AC_LIBOBJ([msvc-inval])
210  fi
211  AC_REQUIRE([gl_MSVC_NOTHROW])
212  if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
213    AC_LIBOBJ([msvc-nothrow])
214  fi
215  gl_MODULE_INDICATOR([msvc-nothrow])
216  gl_MULTIARCH
217  gl_FUNC_OPEN
218  if test $REPLACE_OPEN = 1; then
219    AC_LIBOBJ([open])
220    gl_PREREQ_OPEN
221  fi
222  gl_FCNTL_MODULE_INDICATOR([open])
223  gl_PATHMAX
224  gl_FUNC_RAISE
225  if test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1; then
226    AC_LIBOBJ([raise])
227    gl_PREREQ_RAISE
228  fi
229  gl_SIGNAL_MODULE_INDICATOR([raise])
230  gl_FUNC_RMDIR
231  if test $REPLACE_RMDIR = 1; then
232    AC_LIBOBJ([rmdir])
233  fi
234  gl_UNISTD_MODULE_INDICATOR([rmdir])
235  gl_SIGACTION
236  if test $HAVE_SIGACTION = 0; then
237    AC_LIBOBJ([sigaction])
238    gl_PREREQ_SIGACTION
239  fi
240  gl_SIGNAL_MODULE_INDICATOR([sigaction])
241  gl_SIGNAL_H
242  gl_SIGNAL_H_REQUIRE_DEFAULTS
243  gl_SIGNALBLOCKING
244  if test $HAVE_POSIX_SIGNALBLOCKING = 0; then
245    AC_LIBOBJ([sigprocmask])
246    gl_PREREQ_SIGPROCMASK
247  fi
248  gl_SIGNAL_MODULE_INDICATOR([sigprocmask])
249  gl_SIZE_MAX
250  gt_TYPE_SSIZE_T
251  gl_FUNC_STAT
252  if test $REPLACE_STAT = 1; then
253    AC_LIBOBJ([stat])
254    case "$host_os" in
255      mingw*)
256        AC_LIBOBJ([stat-w32])
257        ;;
258    esac
259    gl_PREREQ_STAT
260  fi
261  gl_SYS_STAT_MODULE_INDICATOR([stat])
262  gl_STAT_TIME
263  gl_STAT_BIRTHTIME
264  AM_STDBOOL_H
265  gl_STDDEF_H
266  gl_STDDEF_H_REQUIRE_DEFAULTS
267  gl_STDINT_H
268  gl_STDIO_H
269  gl_STDIO_H_REQUIRE_DEFAULTS
270  dnl No need to create extra modules for these functions. Everyone who uses
271  dnl <stdio.h> likely needs them.
272  gl_STDIO_MODULE_INDICATOR([fscanf])
273  gl_MODULE_INDICATOR([fscanf])
274  gl_STDIO_MODULE_INDICATOR([scanf])
275  gl_MODULE_INDICATOR([scanf])
276  gl_STDIO_MODULE_INDICATOR([fgetc])
277  gl_STDIO_MODULE_INDICATOR([getc])
278  gl_STDIO_MODULE_INDICATOR([getchar])
279  gl_STDIO_MODULE_INDICATOR([fgets])
280  gl_STDIO_MODULE_INDICATOR([fread])
281  dnl No need to create extra modules for these functions. Everyone who uses
282  dnl <stdio.h> likely needs them.
283  gl_STDIO_MODULE_INDICATOR([fprintf])
284  gl_STDIO_MODULE_INDICATOR([printf])
285  gl_STDIO_MODULE_INDICATOR([vfprintf])
286  gl_STDIO_MODULE_INDICATOR([vprintf])
287  gl_STDIO_MODULE_INDICATOR([fputc])
288  gl_STDIO_MODULE_INDICATOR([putc])
289  gl_STDIO_MODULE_INDICATOR([putchar])
290  gl_STDIO_MODULE_INDICATOR([fputs])
291  gl_STDIO_MODULE_INDICATOR([puts])
292  gl_STDIO_MODULE_INDICATOR([fwrite])
293  gl_STDNORETURN_H
294  gl_FUNC_STRERROR
295  if test $REPLACE_STRERROR = 1; then
296    AC_LIBOBJ([strerror])
297  fi
298  gl_MODULE_INDICATOR([strerror])
299  gl_STRING_MODULE_INDICATOR([strerror])
300  AC_REQUIRE([gl_HEADER_ERRNO_H])
301  AC_REQUIRE([gl_FUNC_STRERROR_0])
302  if test -n "$ERRNO_H" || test $REPLACE_STRERROR_0 = 1; then
303    AC_LIBOBJ([strerror-override])
304    gl_PREREQ_SYS_H_WINSOCK2
305  fi
306  gl_STRING_H
307  gl_STRING_H_REQUIRE_DEFAULTS
308  gl_SYS_STAT_H
309  gl_SYS_STAT_H_REQUIRE_DEFAULTS
310  AC_PROG_MKDIR_P
311  gl_SYS_TYPES_H
312  gl_SYS_TYPES_H_REQUIRE_DEFAULTS
313  AC_PROG_MKDIR_P
314  AC_CHECK_HEADERS([sys/single_threaded.h])
315  AC_REQUIRE([gl_THREADLIB])
316  gl_TIME_H
317  gl_TIME_H_REQUIRE_DEFAULTS
318  gl_UNISTD_H
319  gl_UNISTD_H_REQUIRE_DEFAULTS
320  AC_REQUIRE([AC_CANONICAL_HOST])
321  case "$host_os" in
322    mingw*)
323      AC_LIBOBJ([windows-mutex])
324      ;;
325  esac
326  AC_REQUIRE([AC_CANONICAL_HOST])
327  case "$host_os" in
328    mingw*)
329      AC_LIBOBJ([windows-once])
330      ;;
331  esac
332  AC_REQUIRE([AC_CANONICAL_HOST])
333  case "$host_os" in
334    mingw*)
335      AC_LIBOBJ([windows-recmutex])
336      ;;
337  esac
338  AC_REQUIRE([AC_CANONICAL_HOST])
339  case "$host_os" in
340    mingw*)
341      AC_LIBOBJ([windows-rwlock])
342      ;;
343  esac
344  AC_REQUIRE([AC_CANONICAL_HOST])
345  case "$host_os" in
346    mingw*)
347      AC_LIBOBJ([windows-spin])
348      ;;
349  esac
350  gl_XSIZE
351  # End of code from modules
352  m4_ifval(gl_LIBSOURCES_LIST, [
353    m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
354      for gl_file in ]gl_LIBSOURCES_LIST[ ; do
355        if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
356          echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
357          exit 1
358        fi
359      done])dnl
360      m4_if(m4_sysval, [0], [],
361        [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
362  ])
363  m4_popdef([GL_MODULE_INDICATOR_PREFIX])
364  m4_popdef([GL_MACRO_PREFIX])
365  m4_popdef([gl_LIBSOURCES_DIR])
366  m4_popdef([gl_LIBSOURCES_LIST])
367  m4_popdef([AC_LIBSOURCES])
368  m4_popdef([AC_REPLACE_FUNCS])
369  m4_popdef([AC_LIBOBJ])
370  AC_CONFIG_COMMANDS_PRE([
371    gl_libobjs=
372    gl_ltlibobjs=
373    if test -n "$gl_LIBOBJS"; then
374      # Remove the extension.
375      sed_drop_objext='s/\.o$//;s/\.obj$//'
376      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
377        gl_libobjs="$gl_libobjs $i.$ac_objext"
378        gl_ltlibobjs="$gl_ltlibobjs $i.lo"
379      done
380    fi
381    AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
382    AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
383  ])
384  gltests_libdeps=
385  gltests_ltlibdeps=
386  m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
387  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
388  m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
389  m4_pushdef([gltests_LIBSOURCES_LIST], [])
390  m4_pushdef([gltests_LIBSOURCES_DIR], [])
391  m4_pushdef([GL_MACRO_PREFIX], [gltests])
392  m4_pushdef([GL_MODULE_INDICATOR_PREFIX], [GL])
393  gl_COMMON
394  gl_source_base='tests'
395changequote(,)dnl
396  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
397changequote([, ])dnl
398  AC_SUBST([gltests_WITNESS])
399  gl_module_indicator_condition=$gltests_WITNESS
400  m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition])
401  m4_popdef([gl_MODULE_INDICATOR_CONDITION])
402  m4_ifval(gltests_LIBSOURCES_LIST, [
403    m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
404      for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
405        if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
406          echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
407          exit 1
408        fi
409      done])dnl
410      m4_if(m4_sysval, [0], [],
411        [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
412  ])
413  m4_popdef([GL_MODULE_INDICATOR_PREFIX])
414  m4_popdef([GL_MACRO_PREFIX])
415  m4_popdef([gltests_LIBSOURCES_DIR])
416  m4_popdef([gltests_LIBSOURCES_LIST])
417  m4_popdef([AC_LIBSOURCES])
418  m4_popdef([AC_REPLACE_FUNCS])
419  m4_popdef([AC_LIBOBJ])
420  AC_CONFIG_COMMANDS_PRE([
421    gltests_libobjs=
422    gltests_ltlibobjs=
423    if test -n "$gltests_LIBOBJS"; then
424      # Remove the extension.
425      sed_drop_objext='s/\.o$//;s/\.obj$//'
426      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
427        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
428        gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
429      done
430    fi
431    AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
432    AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
433  ])
434])
435
436# Like AC_LIBOBJ, except that the module name goes
437# into gl_LIBOBJS instead of into LIBOBJS.
438AC_DEFUN([gl_LIBOBJ], [
439  AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
440  gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
441])
442
443# Like AC_REPLACE_FUNCS, except that the module name goes
444# into gl_LIBOBJS instead of into LIBOBJS.
445AC_DEFUN([gl_REPLACE_FUNCS], [
446  m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
447  AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
448])
449
450# Like AC_LIBSOURCES, except the directory where the source file is
451# expected is derived from the gnulib-tool parameterization,
452# and alloca is special cased (for the alloca-opt module).
453# We could also entirely rely on EXTRA_lib..._SOURCES.
454AC_DEFUN([gl_LIBSOURCES], [
455  m4_foreach([_gl_NAME], [$1], [
456    m4_if(_gl_NAME, [alloca.c], [], [
457      m4_define([gl_LIBSOURCES_DIR], [gnulib-lib])
458      m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
459    ])
460  ])
461])
462
463# Like AC_LIBOBJ, except that the module name goes
464# into gltests_LIBOBJS instead of into LIBOBJS.
465AC_DEFUN([gltests_LIBOBJ], [
466  AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
467  gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
468])
469
470# Like AC_REPLACE_FUNCS, except that the module name goes
471# into gltests_LIBOBJS instead of into LIBOBJS.
472AC_DEFUN([gltests_REPLACE_FUNCS], [
473  m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
474  AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
475])
476
477# Like AC_LIBSOURCES, except the directory where the source file is
478# expected is derived from the gnulib-tool parameterization,
479# and alloca is special cased (for the alloca-opt module).
480# We could also entirely rely on EXTRA_lib..._SOURCES.
481AC_DEFUN([gltests_LIBSOURCES], [
482  m4_foreach([_gl_NAME], [$1], [
483    m4_if(_gl_NAME, [alloca.c], [], [
484      m4_define([gltests_LIBSOURCES_DIR], [tests])
485      m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
486    ])
487  ])
488])
489
490# This macro records the list of files which have been installed by
491# gnulib-tool and may be removed by future gnulib-tool invocations.
492AC_DEFUN([gl_FILE_LIST], [
493  lib/_Noreturn.h
494  lib/alloca.in.h
495  lib/arg-nonnull.h
496  lib/asyncsafe-spin.c
497  lib/asyncsafe-spin.h
498  lib/attribute.h
499  lib/basename-lgpl.c
500  lib/basename-lgpl.h
501  lib/c++defs.h
502  lib/clean-temp-private.h
503  lib/clean-temp-simple.c
504  lib/clean-temp-simple.h
505  lib/cloexec.c
506  lib/cloexec.h
507  lib/close.c
508  lib/dup2.c
509  lib/errno.in.h
510  lib/error.c
511  lib/error.h
512  lib/fatal-signal.c
513  lib/fatal-signal.h
514  lib/fcntl.c
515  lib/fcntl.in.h
516  lib/fd-hook.c
517  lib/fd-hook.h
518  lib/filename.h
519  lib/fstat.c
520  lib/getdtablesize.c
521  lib/getprogname.c
522  lib/getprogname.h
523  lib/gettext.h
524  lib/gl_anyhash1.h
525  lib/gl_anyhash2.h
526  lib/gl_anyhash_primes.h
527  lib/gl_anylinked_list1.h
528  lib/gl_anylinked_list2.h
529  lib/gl_linkedhash_list.c
530  lib/gl_linkedhash_list.h
531  lib/gl_list.c
532  lib/gl_list.h
533  lib/glthread/lock.c
534  lib/glthread/lock.h
535  lib/glthread/threadlib.c
536  lib/idx.h
537  lib/intprops.h
538  lib/limits.in.h
539  lib/malloca.c
540  lib/malloca.h
541  lib/msvc-inval.c
542  lib/msvc-inval.h
543  lib/msvc-nothrow.c
544  lib/msvc-nothrow.h
545  lib/open.c
546  lib/pathmax.h
547  lib/raise.c
548  lib/rmdir.c
549  lib/sig-handler.c
550  lib/sig-handler.h
551  lib/sigaction.c
552  lib/signal.in.h
553  lib/sigprocmask.c
554  lib/size_max.h
555  lib/stat-time.c
556  lib/stat-time.h
557  lib/stat-w32.c
558  lib/stat-w32.h
559  lib/stat.c
560  lib/stdbool.in.h
561  lib/stddef.in.h
562  lib/stdint.in.h
563  lib/stdio.in.h
564  lib/stdnoreturn.in.h
565  lib/strerror-override.c
566  lib/strerror-override.h
567  lib/strerror.c
568  lib/string.in.h
569  lib/sys_stat.in.h
570  lib/sys_types.in.h
571  lib/thread-optim.h
572  lib/time.in.h
573  lib/unistd.c
574  lib/unistd.in.h
575  lib/verify.h
576  lib/warn-on-use.h
577  lib/windows-initguard.h
578  lib/windows-mutex.c
579  lib/windows-mutex.h
580  lib/windows-once.c
581  lib/windows-once.h
582  lib/windows-recmutex.c
583  lib/windows-recmutex.h
584  lib/windows-rwlock.c
585  lib/windows-rwlock.h
586  lib/windows-spin.c
587  lib/windows-spin.h
588  lib/xalloc-oversized.h
589  lib/xsize.c
590  lib/xsize.h
591  m4/00gnulib.m4
592  m4/absolute-header.m4
593  m4/alloca.m4
594  m4/ansi-c++.m4
595  m4/asm-underscore.m4
596  m4/close.m4
597  m4/double-slash-root.m4
598  m4/dup2.m4
599  m4/eealloc.m4
600  m4/errno_h.m4
601  m4/error.m4
602  m4/extensions.m4
603  m4/extern-inline.m4
604  m4/fatal-signal.m4
605  m4/fcntl-o.m4
606  m4/fcntl.m4
607  m4/fcntl_h.m4
608  m4/fstat.m4
609  m4/getdtablesize.m4
610  m4/getprogname.m4
611  m4/gnulib-common.m4
612  m4/host-cpu-c-abi.m4
613  m4/include_next.m4
614  m4/largefile.m4
615  m4/limits-h.m4
616  m4/lock.m4
617  m4/malloca.m4
618  m4/mode_t.m4
619  m4/msvc-inval.m4
620  m4/msvc-nothrow.m4
621  m4/multiarch.m4
622  m4/nocrash.m4
623  m4/off_t.m4
624  m4/open-cloexec.m4
625  m4/open-slash.m4
626  m4/open.m4
627  m4/pathmax.m4
628  m4/pid_t.m4
629  m4/pthread_rwlock_rdlock.m4
630  m4/raise.m4
631  m4/rmdir.m4
632  m4/sig_atomic_t.m4
633  m4/sigaction.m4
634  m4/signal_h.m4
635  m4/signalblocking.m4
636  m4/size_max.m4
637  m4/sparcv8+.m4
638  m4/ssize_t.m4
639  m4/stat-time.m4
640  m4/stat.m4
641  m4/std-gnu11.m4
642  m4/stdbool.m4
643  m4/stddef_h.m4
644  m4/stdint.m4
645  m4/stdio_h.m4
646  m4/stdnoreturn.m4
647  m4/strerror.m4
648  m4/string_h.m4
649  m4/sys_socket_h.m4
650  m4/sys_stat_h.m4
651  m4/sys_types_h.m4
652  m4/threadlib.m4
653  m4/time_h.m4
654  m4/unistd_h.m4
655  m4/warn-on-use.m4
656  m4/wchar_t.m4
657  m4/wint_t.m4
658  m4/xsize.m4
659  m4/zzgnulib.m4
660])
661