Imported Upstream version 3.2.0
[debian/amanda] / config / gnulib / gnulib-comp.m4
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2010 Free Software Foundation, Inc.
3 #
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Autoconf, under
8 # the same distribution terms as the rest of that program.
9 #
10 # Generated by gnulib-tool.
11 #
12 # This file represents the compiled summary of the specification in
13 # gnulib-cache.m4. It lists the computed macro invocations that need
14 # to be invoked from configure.ac.
15 # In projects that use version control, this file can be treated like
16 # other built files.
17
18
19 # This macro should be invoked from ./configure.in, in the section
20 # "Checks for programs", right after AC_PROG_CC, and certainly before
21 # any checks for libraries, header files, types and library functions.
22 AC_DEFUN([gl_EARLY],
23 [
24   m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
25   m4_pattern_allow([^gl_ES$])dnl a valid locale name
26   m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
27   m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
28   AC_REQUIRE([AC_PROG_RANLIB])
29   AC_REQUIRE([AM_PROG_CC_C_O])
30   # Code from module alignof:
31   # Code from module alloca-opt:
32   # Code from module arg-nonnull:
33   # Code from module arpa_inet:
34   # Code from module base64:
35   # Code from module btowc:
36   # Code from module c++defs:
37   # Code from module c-ctype:
38   # Code from module configmake:
39   # Code from module environ:
40   # Code from module errno:
41   # Code from module extensions:
42   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
43   # Code from module float:
44   # Code from module fseeko:
45   AC_REQUIRE([AC_FUNC_FSEEKO])
46   # Code from module fsusage:
47   # Code from module ftello:
48   AC_REQUIRE([AC_FUNC_FSEEKO])
49   # Code from module ftruncate:
50   # Code from module full-read:
51   # Code from module full-write:
52   # Code from module getaddrinfo:
53   # Code from module getopt-gnu:
54   # Code from module getopt-posix:
55   # Code from module gettext-h:
56   # Code from module gettimeofday:
57   # Code from module havelib:
58   # Code from module hostent:
59   # Code from module include_next:
60   # Code from module inet_ntop:
61   # Code from module inet_pton:
62   # Code from module langinfo:
63   # Code from module localcharset:
64   # Code from module lock:
65   # Code from module lseek:
66   # Code from module lstat:
67   # Code from module malloc-gnu:
68   # Code from module malloc-posix:
69   # Code from module mbrtowc:
70   # Code from module mbsinit:
71   # Code from module memchr:
72   # Code from module mkdtemp:
73   # Code from module multiarch:
74   # Code from module netdb:
75   # Code from module netinet_in:
76   # Code from module nl_langinfo:
77   # Code from module physmem:
78   # Code from module regex:
79   # Code from module safe-read:
80   # Code from module safe-write:
81   # Code from module servent:
82   # Code from module size_max:
83   # Code from module snprintf:
84   # Code from module socklen:
85   # Code from module ssize_t:
86   # Code from module stat:
87   # Code from module stdbool:
88   # Code from module stddef:
89   # Code from module stdint:
90   # Code from module stdio:
91   # Code from module stdlib:
92   # Code from module streq:
93   # Code from module string:
94   # Code from module sys_socket:
95   # Code from module sys_stat:
96   # Code from module sys_time:
97   # Code from module tempname:
98   # Code from module threadlib:
99   gl_THREADLIB_EARLY
100   # Code from module time:
101   # Code from module unistd:
102   # Code from module vasnprintf:
103   # Code from module verify:
104   # Code from module warn-on-use:
105   # Code from module wchar:
106   # Code from module wcrtomb:
107   # Code from module wctype:
108   # Code from module write:
109   # Code from module xsize:
110 ])
111
112 # This macro should be invoked from ./configure.in, in the section
113 # "Check for header files, types and library functions".
114 AC_DEFUN([gl_INIT],
115 [
116   AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
117   gl_cond_libtool=true
118   gl_m4_base='config/gnulib'
119   m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
120   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
121   m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
122   m4_pushdef([gl_LIBSOURCES_LIST], [])
123   m4_pushdef([gl_LIBSOURCES_DIR], [])
124   gl_COMMON
125   gl_source_base='gnulib'
126   # Code from module alignof:
127   # Code from module alloca-opt:
128   gl_FUNC_ALLOCA
129   # Code from module arg-nonnull:
130   # Code from module arpa_inet:
131   gl_HEADER_ARPA_INET
132   AC_PROG_MKDIR_P
133   # Code from module base64:
134   gl_FUNC_BASE64
135   # Code from module btowc:
136   gl_FUNC_BTOWC
137   gl_WCHAR_MODULE_INDICATOR([btowc])
138   # Code from module c++defs:
139   # Code from module c-ctype:
140   # Code from module configmake:
141   # Code from module environ:
142   gl_ENVIRON
143   gl_UNISTD_MODULE_INDICATOR([environ])
144   # Code from module errno:
145   gl_HEADER_ERRNO_H
146   # Code from module extensions:
147   # Code from module float:
148   gl_FLOAT_H
149   # Code from module fseeko:
150   gl_FUNC_FSEEKO
151   gl_STDIO_MODULE_INDICATOR([fseeko])
152   # Code from module fsusage:
153   gl_FSUSAGE
154   # Code from module ftello:
155   gl_FUNC_FTELLO
156   gl_STDIO_MODULE_INDICATOR([ftello])
157   # Code from module ftruncate:
158   gl_FUNC_FTRUNCATE
159   gl_UNISTD_MODULE_INDICATOR([ftruncate])
160   # Code from module full-read:
161   # Code from module full-write:
162   # Code from module getaddrinfo:
163   gl_GETADDRINFO
164   gl_NETDB_MODULE_INDICATOR([getaddrinfo])
165   # Code from module getopt-gnu:
166   gl_FUNC_GETOPT_GNU
167   gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
168   # Code from module getopt-posix:
169   gl_FUNC_GETOPT_POSIX
170   # Code from module gettext-h:
171   AC_SUBST([LIBINTL])
172   AC_SUBST([LTLIBINTL])
173   # Code from module gettimeofday:
174   gl_FUNC_GETTIMEOFDAY
175   gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
176   # Code from module havelib:
177   # Code from module hostent:
178   gl_HOSTENT
179   # Code from module include_next:
180   # Code from module inet_ntop:
181   gl_FUNC_INET_NTOP
182   gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
183   # Code from module inet_pton:
184   gl_FUNC_INET_PTON
185   gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
186   # Code from module langinfo:
187   gl_LANGINFO_H
188   # Code from module localcharset:
189   gl_LOCALCHARSET
190   LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(top_builddir)/$gl_source_base\""
191   AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
192   # Code from module lock:
193   gl_LOCK
194   # Code from module lseek:
195   gl_FUNC_LSEEK
196   gl_UNISTD_MODULE_INDICATOR([lseek])
197   # Code from module lstat:
198   gl_FUNC_LSTAT
199   gl_SYS_STAT_MODULE_INDICATOR([lstat])
200   # Code from module malloc-gnu:
201   gl_FUNC_MALLOC_GNU
202   gl_MODULE_INDICATOR([malloc-gnu])
203   # Code from module malloc-posix:
204   gl_FUNC_MALLOC_POSIX
205   gl_STDLIB_MODULE_INDICATOR([malloc-posix])
206   # Code from module mbrtowc:
207   gl_FUNC_MBRTOWC
208   gl_WCHAR_MODULE_INDICATOR([mbrtowc])
209   # Code from module mbsinit:
210   gl_FUNC_MBSINIT
211   gl_WCHAR_MODULE_INDICATOR([mbsinit])
212   # Code from module memchr:
213   gl_FUNC_MEMCHR
214   gl_STRING_MODULE_INDICATOR([memchr])
215   # Code from module mkdtemp:
216   gt_FUNC_MKDTEMP
217   gl_STDLIB_MODULE_INDICATOR([mkdtemp])
218   # Code from module multiarch:
219   gl_MULTIARCH
220   # Code from module netdb:
221   gl_HEADER_NETDB
222   # Code from module netinet_in:
223   gl_HEADER_NETINET_IN
224   AC_PROG_MKDIR_P
225   # Code from module nl_langinfo:
226   gl_FUNC_NL_LANGINFO
227   gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
228   # Code from module physmem:
229   gl_PHYSMEM
230   # Code from module regex:
231   gl_REGEX
232   # Code from module safe-read:
233   gl_SAFE_READ
234   # Code from module safe-write:
235   gl_SAFE_WRITE
236   # Code from module servent:
237   gl_SERVENT
238   # Code from module size_max:
239   gl_SIZE_MAX
240   # Code from module snprintf:
241   gl_FUNC_SNPRINTF
242   gl_STDIO_MODULE_INDICATOR([snprintf])
243   # Code from module socklen:
244   gl_TYPE_SOCKLEN_T
245   # Code from module ssize_t:
246   gt_TYPE_SSIZE_T
247   # Code from module stat:
248   gl_FUNC_STAT
249   gl_SYS_STAT_MODULE_INDICATOR([stat])
250   # Code from module stdbool:
251   AM_STDBOOL_H
252   # Code from module stddef:
253   gl_STDDEF_H
254   # Code from module stdint:
255   gl_STDINT_H
256   # Code from module stdio:
257   gl_STDIO_H
258   # Code from module stdlib:
259   gl_STDLIB_H
260   # Code from module streq:
261   # Code from module string:
262   gl_HEADER_STRING_H
263   # Code from module sys_socket:
264   gl_HEADER_SYS_SOCKET
265   AC_PROG_MKDIR_P
266   # Code from module sys_stat:
267   gl_HEADER_SYS_STAT_H
268   AC_PROG_MKDIR_P
269   # Code from module sys_time:
270   gl_HEADER_SYS_TIME_H
271   AC_PROG_MKDIR_P
272   # Code from module tempname:
273   gl_FUNC_GEN_TEMPNAME
274   # Code from module threadlib:
275   gl_THREADLIB
276   # Code from module time:
277   gl_HEADER_TIME_H
278   # Code from module unistd:
279   gl_UNISTD_H
280   # Code from module vasnprintf:
281   gl_FUNC_VASNPRINTF
282   # Code from module verify:
283   # Code from module warn-on-use:
284   # Code from module wchar:
285   gl_WCHAR_H
286   # Code from module wcrtomb:
287   gl_FUNC_WCRTOMB
288   gl_WCHAR_MODULE_INDICATOR([wcrtomb])
289   # Code from module wctype:
290   gl_WCTYPE_H
291   # Code from module write:
292   gl_FUNC_WRITE
293   gl_UNISTD_MODULE_INDICATOR([write])
294   # Code from module xsize:
295   gl_XSIZE
296   # End of code from modules
297   m4_ifval(gl_LIBSOURCES_LIST, [
298     m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
299       for gl_file in ]gl_LIBSOURCES_LIST[ ; do
300         if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
301           echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
302           exit 1
303         fi
304       done])dnl
305       m4_if(m4_sysval, [0], [],
306         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
307   ])
308   m4_popdef([gl_LIBSOURCES_DIR])
309   m4_popdef([gl_LIBSOURCES_LIST])
310   m4_popdef([AC_LIBSOURCES])
311   m4_popdef([AC_REPLACE_FUNCS])
312   m4_popdef([AC_LIBOBJ])
313   AC_CONFIG_COMMANDS_PRE([
314     gl_libobjs=
315     gl_ltlibobjs=
316     if test -n "$gl_LIBOBJS"; then
317       # Remove the extension.
318       sed_drop_objext='s/\.o$//;s/\.obj$//'
319       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
320         gl_libobjs="$gl_libobjs $i.$ac_objext"
321         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
322       done
323     fi
324     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
325     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
326   ])
327   gltests_libdeps=
328   gltests_ltlibdeps=
329   m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
330   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
331   m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
332   m4_pushdef([gltests_LIBSOURCES_LIST], [])
333   m4_pushdef([gltests_LIBSOURCES_DIR], [])
334   gl_COMMON
335   gl_source_base='tests'
336 changequote(,)dnl
337   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
338 changequote([, ])dnl
339   AC_SUBST([gltests_WITNESS])
340   gl_module_indicator_condition=$gltests_WITNESS
341   m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition])
342   m4_popdef([gl_MODULE_INDICATOR_CONDITION])
343   m4_ifval(gltests_LIBSOURCES_LIST, [
344     m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
345       for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
346         if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
347           echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
348           exit 1
349         fi
350       done])dnl
351       m4_if(m4_sysval, [0], [],
352         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
353   ])
354   m4_popdef([gltests_LIBSOURCES_DIR])
355   m4_popdef([gltests_LIBSOURCES_LIST])
356   m4_popdef([AC_LIBSOURCES])
357   m4_popdef([AC_REPLACE_FUNCS])
358   m4_popdef([AC_LIBOBJ])
359   AC_CONFIG_COMMANDS_PRE([
360     gltests_libobjs=
361     gltests_ltlibobjs=
362     if test -n "$gltests_LIBOBJS"; then
363       # Remove the extension.
364       sed_drop_objext='s/\.o$//;s/\.obj$//'
365       for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
366         gltests_libobjs="$gltests_libobjs $i.$ac_objext"
367         gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
368       done
369     fi
370     AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
371     AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
372   ])
373 ])
374
375 # Like AC_LIBOBJ, except that the module name goes
376 # into gl_LIBOBJS instead of into LIBOBJS.
377 AC_DEFUN([gl_LIBOBJ], [
378   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
379   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
380 ])
381
382 # Like AC_REPLACE_FUNCS, except that the module name goes
383 # into gl_LIBOBJS instead of into LIBOBJS.
384 AC_DEFUN([gl_REPLACE_FUNCS], [
385   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
386   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
387 ])
388
389 # Like AC_LIBSOURCES, except the directory where the source file is
390 # expected is derived from the gnulib-tool parameterization,
391 # and alloca is special cased (for the alloca-opt module).
392 # We could also entirely rely on EXTRA_lib..._SOURCES.
393 AC_DEFUN([gl_LIBSOURCES], [
394   m4_foreach([_gl_NAME], [$1], [
395     m4_if(_gl_NAME, [alloca.c], [], [
396       m4_define([gl_LIBSOURCES_DIR], [gnulib])
397       m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
398     ])
399   ])
400 ])
401
402 # Like AC_LIBOBJ, except that the module name goes
403 # into gltests_LIBOBJS instead of into LIBOBJS.
404 AC_DEFUN([gltests_LIBOBJ], [
405   AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
406   gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
407 ])
408
409 # Like AC_REPLACE_FUNCS, except that the module name goes
410 # into gltests_LIBOBJS instead of into LIBOBJS.
411 AC_DEFUN([gltests_REPLACE_FUNCS], [
412   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
413   AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
414 ])
415
416 # Like AC_LIBSOURCES, except the directory where the source file is
417 # expected is derived from the gnulib-tool parameterization,
418 # and alloca is special cased (for the alloca-opt module).
419 # We could also entirely rely on EXTRA_lib..._SOURCES.
420 AC_DEFUN([gltests_LIBSOURCES], [
421   m4_foreach([_gl_NAME], [$1], [
422     m4_if(_gl_NAME, [alloca.c], [], [
423       m4_define([gltests_LIBSOURCES_DIR], [tests])
424       m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
425     ])
426   ])
427 ])
428
429 # This macro records the list of files which have been installed by
430 # gnulib-tool and may be removed by future gnulib-tool invocations.
431 AC_DEFUN([gl_FILE_LIST], [
432   build-aux/arg-nonnull.h
433   build-aux/c++defs.h
434   build-aux/config.rpath
435   build-aux/warn-on-use.h
436   lib/alignof.h
437   lib/alloca.in.h
438   lib/arpa_inet.in.h
439   lib/asnprintf.c
440   lib/base64.c
441   lib/base64.h
442   lib/btowc.c
443   lib/c-ctype.c
444   lib/c-ctype.h
445   lib/config.charset
446   lib/errno.in.h
447   lib/float+.h
448   lib/float.in.h
449   lib/fseeko.c
450   lib/fsusage.c
451   lib/fsusage.h
452   lib/ftello.c
453   lib/ftruncate.c
454   lib/full-read.c
455   lib/full-read.h
456   lib/full-write.c
457   lib/full-write.h
458   lib/gai_strerror.c
459   lib/getaddrinfo.c
460   lib/getopt.c
461   lib/getopt.in.h
462   lib/getopt1.c
463   lib/getopt_int.h
464   lib/gettext.h
465   lib/gettimeofday.c
466   lib/glthread/lock.c
467   lib/glthread/lock.h
468   lib/glthread/threadlib.c
469   lib/inet_ntop.c
470   lib/inet_pton.c
471   lib/langinfo.in.h
472   lib/localcharset.c
473   lib/localcharset.h
474   lib/lseek.c
475   lib/lstat.c
476   lib/malloc.c
477   lib/mbrtowc.c
478   lib/mbsinit.c
479   lib/memchr.c
480   lib/memchr.valgrind
481   lib/mkdtemp.c
482   lib/netdb.in.h
483   lib/netinet_in.in.h
484   lib/nl_langinfo.c
485   lib/physmem.c
486   lib/physmem.h
487   lib/printf-args.c
488   lib/printf-args.h
489   lib/printf-parse.c
490   lib/printf-parse.h
491   lib/ref-add.sin
492   lib/ref-del.sin
493   lib/regcomp.c
494   lib/regex.c
495   lib/regex.h
496   lib/regex_internal.c
497   lib/regex_internal.h
498   lib/regexec.c
499   lib/safe-read.c
500   lib/safe-read.h
501   lib/safe-write.c
502   lib/safe-write.h
503   lib/size_max.h
504   lib/snprintf.c
505   lib/stat.c
506   lib/stdbool.in.h
507   lib/stddef.in.h
508   lib/stdint.in.h
509   lib/stdio-impl.h
510   lib/stdio-write.c
511   lib/stdio.in.h
512   lib/stdlib.in.h
513   lib/streq.h
514   lib/string.in.h
515   lib/sys_socket.in.h
516   lib/sys_stat.in.h
517   lib/sys_time.in.h
518   lib/tempname.c
519   lib/tempname.h
520   lib/time.in.h
521   lib/unistd.in.h
522   lib/vasnprintf.c
523   lib/vasnprintf.h
524   lib/verify.h
525   lib/wchar.in.h
526   lib/wcrtomb.c
527   lib/wctype.in.h
528   lib/write.c
529   lib/xsize.h
530   m4/00gnulib.m4
531   m4/alloca.m4
532   m4/arpa_inet_h.m4
533   m4/asm-underscore.m4
534   m4/base64.m4
535   m4/btowc.m4
536   m4/codeset.m4
537   m4/dos.m4
538   m4/environ.m4
539   m4/errno_h.m4
540   m4/extensions.m4
541   m4/fcntl-o.m4
542   m4/float_h.m4
543   m4/fseeko.m4
544   m4/fsusage.m4
545   m4/ftello.m4
546   m4/ftruncate.m4
547   m4/getaddrinfo.m4
548   m4/getopt.m4
549   m4/gettimeofday.m4
550   m4/glibc21.m4
551   m4/gnulib-common.m4
552   m4/hostent.m4
553   m4/include_next.m4
554   m4/inet_ntop.m4
555   m4/inet_pton.m4
556   m4/intmax_t.m4
557   m4/inttypes_h.m4
558   m4/langinfo_h.m4
559   m4/lib-ld.m4
560   m4/lib-link.m4
561   m4/lib-prefix.m4
562   m4/localcharset.m4
563   m4/locale-fr.m4
564   m4/locale-ja.m4
565   m4/locale-zh.m4
566   m4/lock.m4
567   m4/longlong.m4
568   m4/lseek.m4
569   m4/lstat.m4
570   m4/malloc.m4
571   m4/mbrtowc.m4
572   m4/mbsinit.m4
573   m4/mbstate_t.m4
574   m4/memchr.m4
575   m4/mkdtemp.m4
576   m4/mmap-anon.m4
577   m4/multiarch.m4
578   m4/netdb_h.m4
579   m4/netinet_in_h.m4
580   m4/nl_langinfo.m4
581   m4/onceonly.m4
582   m4/physmem.m4
583   m4/printf.m4
584   m4/regex.m4
585   m4/safe-read.m4
586   m4/safe-write.m4
587   m4/servent.m4
588   m4/size_max.m4
589   m4/snprintf.m4
590   m4/socklen.m4
591   m4/sockpfaf.m4
592   m4/ssize_t.m4
593   m4/stat.m4
594   m4/stdbool.m4
595   m4/stddef_h.m4
596   m4/stdint.m4
597   m4/stdint_h.m4
598   m4/stdio_h.m4
599   m4/stdlib_h.m4
600   m4/string_h.m4
601   m4/sys_socket_h.m4
602   m4/sys_stat_h.m4
603   m4/sys_time_h.m4
604   m4/tempname.m4
605   m4/threadlib.m4
606   m4/time_h.m4
607   m4/unistd_h.m4
608   m4/vasnprintf.m4
609   m4/warn-on-use.m4
610   m4/wchar_h.m4
611   m4/wchar_t.m4
612   m4/wcrtomb.m4
613   m4/wctype_h.m4
614   m4/wint_t.m4
615   m4/write.m4
616   m4/xsize.m4
617 ])