Import readlink
[deliverable/binutils-gdb.git] / gdb / gnulib / import / m4 / gnulib-comp.m4
CommitLineData
f6ea5628 1# DO NOT EDIT! GENERATED AUTOMATICALLY!
770d76d7 2# Copyright (C) 2002-2012 Free Software Foundation, Inc.
f6ea5628 3#
770d76d7
PA
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 <http://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
f6ea5628
DJ
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.
770d76d7
PA
27# In projects that use version control, this file can be treated like
28# other built files.
f6ea5628
DJ
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
770d76d7 40 AC_REQUIRE([gl_PROG_AR_RANLIB])
8690e634
JK
41 # Code from module alloca:
42 # Code from module alloca-opt:
43 # Code from module configmake:
e26b6bb0 44 # Code from module dirent:
18848e28 45 # Code from module dirfd:
2196f55f 46 # Code from module dosname:
18848e28 47 # Code from module errno:
f434ba03 48 # Code from module extensions:
f6ea5628 49 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
a512b375 50 # Code from module extern-inline:
88b48903 51 # Code from module float:
8690e634
JK
52 # Code from module fnmatch:
53 # Code from module fnmatch-gnu:
88b48903
WN
54 # Code from module fpieee:
55 AC_REQUIRE([gl_FP_IEEE])
56 # Code from module fpucw:
57 # Code from module frexp:
58 # Code from module frexpl:
f434ba03 59 # Code from module include_next:
55a8c076 60 # Code from module inttypes:
770d76d7 61 # Code from module inttypes-incomplete:
88b48903
WN
62 # Code from module isnand-nolibm:
63 # Code from module isnanl-nolibm:
2196f55f
YQ
64 # Code from module largefile:
65 AC_REQUIRE([AC_SYS_LARGEFILE])
8690e634 66 # Code from module localcharset:
88b48903 67 # Code from module math:
8690e634
JK
68 # Code from module mbrtowc:
69 # Code from module mbsinit:
70 # Code from module mbsrtowcs:
f434ba03
PA
71 # Code from module memchr:
72 # Code from module memmem:
73 # Code from module memmem-simple:
74 # Code from module multiarch:
38ec2207 75 # Code from module pathmax:
2196f55f 76 # Code from module readlink:
770d76d7
PA
77 # Code from module snippet/arg-nonnull:
78 # Code from module snippet/c++defs:
79 # Code from module snippet/warn-on-use:
8839a007 80 # Code from module ssize_t:
2196f55f 81 # Code from module stat:
8690e634 82 # Code from module stdbool:
f434ba03
PA
83 # Code from module stddef:
84 # Code from module stdint:
8690e634 85 # Code from module streq:
f434ba03 86 # Code from module string:
8690e634 87 # Code from module strnlen1:
63ce7108
TT
88 # Code from module strstr:
89 # Code from module strstr-simple:
09607c9e 90 # Code from module sys_stat:
8839a007 91 # Code from module sys_types:
09607c9e 92 # Code from module time:
8839a007 93 # Code from module unistd:
174e088e 94 # Code from module update-copyright:
8690e634
JK
95 # Code from module verify:
96 # Code from module wchar:
97 # Code from module wctype-h:
f6ea5628
DJ
98])
99
100# This macro should be invoked from ./configure.ac, in the section
101# "Check for header files, types and library functions".
102AC_DEFUN([gl_INIT],
103[
104 AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
105 gl_cond_libtool=false
106 gl_libdeps=
107 gl_ltlibdeps=
c971b7fa 108 gl_m4_base='import/m4'
f6ea5628
DJ
109 m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
110 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
111 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
f434ba03
PA
112 m4_pushdef([gl_LIBSOURCES_LIST], [])
113 m4_pushdef([gl_LIBSOURCES_DIR], [])
114 gl_COMMON
c971b7fa 115 gl_source_base='import'
a512b375
JB
116 gl_FUNC_ALLOCA
117 gl_CONFIGMAKE_PREP
e26b6bb0 118 gl_DIRENT_H
18848e28
GF
119 gl_FUNC_DIRFD
120 if test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no; then
121 AC_LIBOBJ([dirfd])
122 gl_PREREQ_DIRFD
123 fi
124 gl_DIRENT_MODULE_INDICATOR([dirfd])
125 gl_HEADER_ERRNO_H
a512b375 126 AC_REQUIRE([gl_EXTERN_INLINE])
88b48903
WN
127 gl_FLOAT_H
128 if test $REPLACE_FLOAT_LDBL = 1; then
129 AC_LIBOBJ([float])
130 fi
131 if test $REPLACE_ITOLD = 1; then
132 AC_LIBOBJ([itold])
133 fi
a512b375
JB
134 gl_FUNC_FNMATCH_POSIX
135 if test -n "$FNMATCH_H"; then
136 AC_LIBOBJ([fnmatch])
137 gl_PREREQ_FNMATCH
138 fi
139 gl_FUNC_FNMATCH_GNU
140 if test -n "$FNMATCH_H"; then
141 AC_LIBOBJ([fnmatch])
142 gl_PREREQ_FNMATCH
143 fi
88b48903
WN
144 gl_FUNC_FREXP
145 if test $gl_func_frexp != yes; then
146 AC_LIBOBJ([frexp])
147 fi
148 gl_MATH_MODULE_INDICATOR([frexp])
149 gl_FUNC_FREXPL
150 if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then
151 AC_LIBOBJ([frexpl])
152 fi
153 gl_MATH_MODULE_INDICATOR([frexpl])
a512b375
JB
154 gl_INTTYPES_H
155 gl_INTTYPES_INCOMPLETE
88b48903
WN
156 gl_FUNC_ISNAND_NO_LIBM
157 if test $gl_func_isnand_no_libm != yes; then
158 AC_LIBOBJ([isnand])
159 gl_PREREQ_ISNAND
160 fi
161 gl_FUNC_ISNANL_NO_LIBM
162 if test $gl_func_isnanl_no_libm != yes; then
163 AC_LIBOBJ([isnanl])
164 gl_PREREQ_ISNANL
165 fi
2196f55f 166 AC_REQUIRE([gl_LARGEFILE])
a512b375
JB
167 gl_LOCALCHARSET
168 LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\""
169 AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
88b48903 170 gl_MATH_H
a512b375
JB
171 gl_FUNC_MBRTOWC
172 if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
173 AC_LIBOBJ([mbrtowc])
174 gl_PREREQ_MBRTOWC
175 fi
176 gl_WCHAR_MODULE_INDICATOR([mbrtowc])
177 gl_FUNC_MBSINIT
178 if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
179 AC_LIBOBJ([mbsinit])
180 gl_PREREQ_MBSINIT
181 fi
182 gl_WCHAR_MODULE_INDICATOR([mbsinit])
183 gl_FUNC_MBSRTOWCS
184 if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
185 AC_LIBOBJ([mbsrtowcs])
186 AC_LIBOBJ([mbsrtowcs-state])
187 gl_PREREQ_MBSRTOWCS
188 fi
189 gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
190 gl_FUNC_MEMCHR
191 if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
192 AC_LIBOBJ([memchr])
193 gl_PREREQ_MEMCHR
194 fi
195 gl_STRING_MODULE_INDICATOR([memchr])
196 gl_FUNC_MEMMEM
197 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
198 AC_LIBOBJ([memmem])
199 fi
200 gl_FUNC_MEMMEM_SIMPLE
201 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
202 AC_LIBOBJ([memmem])
203 fi
204 gl_STRING_MODULE_INDICATOR([memmem])
205 gl_MULTIARCH
38ec2207 206 gl_PATHMAX
2196f55f
YQ
207 gl_FUNC_READLINK
208 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
209 AC_LIBOBJ([readlink])
210 gl_PREREQ_READLINK
211 fi
212 gl_UNISTD_MODULE_INDICATOR([readlink])
8839a007 213 gt_TYPE_SSIZE_T
2196f55f
YQ
214 gl_FUNC_STAT
215 if test $REPLACE_STAT = 1; then
216 AC_LIBOBJ([stat])
217 gl_PREREQ_STAT
218 fi
219 gl_SYS_STAT_MODULE_INDICATOR([stat])
a512b375
JB
220 AM_STDBOOL_H
221 gl_STDDEF_H
222 gl_STDINT_H
223 gl_HEADER_STRING_H
63ce7108
TT
224 gl_FUNC_STRSTR
225 if test $REPLACE_STRSTR = 1; then
226 AC_LIBOBJ([strstr])
227 fi
228 gl_FUNC_STRSTR_SIMPLE
229 if test $REPLACE_STRSTR = 1; then
230 AC_LIBOBJ([strstr])
231 fi
232 gl_STRING_MODULE_INDICATOR([strstr])
09607c9e
TT
233 gl_HEADER_SYS_STAT_H
234 AC_PROG_MKDIR_P
8839a007
PA
235 gl_SYS_TYPES_H
236 AC_PROG_MKDIR_P
09607c9e 237 gl_HEADER_TIME_H
8839a007 238 gl_UNISTD_H
a512b375
JB
239 gl_WCHAR_H
240 gl_WCTYPE_H
f434ba03
PA
241 # End of code from modules
242 m4_ifval(gl_LIBSOURCES_LIST, [
243 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
244 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
245 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
246 echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
247 exit 1
248 fi
249 done])dnl
250 m4_if(m4_sysval, [0], [],
251 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
252 ])
253 m4_popdef([gl_LIBSOURCES_DIR])
254 m4_popdef([gl_LIBSOURCES_LIST])
f6ea5628
DJ
255 m4_popdef([AC_LIBSOURCES])
256 m4_popdef([AC_REPLACE_FUNCS])
257 m4_popdef([AC_LIBOBJ])
258 AC_CONFIG_COMMANDS_PRE([
259 gl_libobjs=
260 gl_ltlibobjs=
261 if test -n "$gl_LIBOBJS"; then
262 # Remove the extension.
263 sed_drop_objext='s/\.o$//;s/\.obj$//'
f434ba03 264 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
f6ea5628
DJ
265 gl_libobjs="$gl_libobjs $i.$ac_objext"
266 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
267 done
268 fi
269 AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
270 AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
271 ])
272 gltests_libdeps=
273 gltests_ltlibdeps=
274 m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
275 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
276 m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
f434ba03
PA
277 m4_pushdef([gltests_LIBSOURCES_LIST], [])
278 m4_pushdef([gltests_LIBSOURCES_DIR], [])
279 gl_COMMON
f6ea5628 280 gl_source_base='tests'
f434ba03
PA
281changequote(,)dnl
282 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
283changequote([, ])dnl
284 AC_SUBST([gltests_WITNESS])
285 gl_module_indicator_condition=$gltests_WITNESS
286 m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition])
287 m4_popdef([gl_MODULE_INDICATOR_CONDITION])
288 m4_ifval(gltests_LIBSOURCES_LIST, [
289 m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
290 for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
291 if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
292 echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
293 exit 1
294 fi
295 done])dnl
296 m4_if(m4_sysval, [0], [],
297 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
298 ])
299 m4_popdef([gltests_LIBSOURCES_DIR])
300 m4_popdef([gltests_LIBSOURCES_LIST])
f6ea5628
DJ
301 m4_popdef([AC_LIBSOURCES])
302 m4_popdef([AC_REPLACE_FUNCS])
303 m4_popdef([AC_LIBOBJ])
304 AC_CONFIG_COMMANDS_PRE([
305 gltests_libobjs=
306 gltests_ltlibobjs=
307 if test -n "$gltests_LIBOBJS"; then
308 # Remove the extension.
309 sed_drop_objext='s/\.o$//;s/\.obj$//'
f434ba03 310 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
f6ea5628
DJ
311 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
312 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
313 done
314 fi
315 AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
316 AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
317 ])
318 LIBGNU_LIBDEPS="$gl_libdeps"
319 AC_SUBST([LIBGNU_LIBDEPS])
320 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
321 AC_SUBST([LIBGNU_LTLIBDEPS])
322])
323
324# Like AC_LIBOBJ, except that the module name goes
325# into gl_LIBOBJS instead of into LIBOBJS.
326AC_DEFUN([gl_LIBOBJ], [
327 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
328 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
329])
330
f6ea5628
DJ
331# Like AC_REPLACE_FUNCS, except that the module name goes
332# into gl_LIBOBJS instead of into LIBOBJS.
333AC_DEFUN([gl_REPLACE_FUNCS], [
334 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
335 AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
336])
337
338# Like AC_LIBSOURCES, except the directory where the source file is
f434ba03 339# expected is derived from the gnulib-tool parameterization,
f6ea5628
DJ
340# and alloca is special cased (for the alloca-opt module).
341# We could also entirely rely on EXTRA_lib..._SOURCES.
342AC_DEFUN([gl_LIBSOURCES], [
343 m4_foreach([_gl_NAME], [$1], [
344 m4_if(_gl_NAME, [alloca.c], [], [
c971b7fa 345 m4_define([gl_LIBSOURCES_DIR], [import])
f434ba03 346 m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
f6ea5628
DJ
347 ])
348 ])
349])
350
351# Like AC_LIBOBJ, except that the module name goes
352# into gltests_LIBOBJS instead of into LIBOBJS.
353AC_DEFUN([gltests_LIBOBJ], [
354 AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
355 gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
356])
357
f6ea5628
DJ
358# Like AC_REPLACE_FUNCS, except that the module name goes
359# into gltests_LIBOBJS instead of into LIBOBJS.
360AC_DEFUN([gltests_REPLACE_FUNCS], [
361 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
362 AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
363])
364
365# Like AC_LIBSOURCES, except the directory where the source file is
f434ba03 366# expected is derived from the gnulib-tool parameterization,
f6ea5628
DJ
367# and alloca is special cased (for the alloca-opt module).
368# We could also entirely rely on EXTRA_lib..._SOURCES.
369AC_DEFUN([gltests_LIBSOURCES], [
370 m4_foreach([_gl_NAME], [$1], [
371 m4_if(_gl_NAME, [alloca.c], [], [
f434ba03
PA
372 m4_define([gltests_LIBSOURCES_DIR], [tests])
373 m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
f6ea5628
DJ
374 ])
375 ])
376])
377
378# This macro records the list of files which have been installed by
379# gnulib-tool and may be removed by future gnulib-tool invocations.
380AC_DEFUN([gl_FILE_LIST], [
770d76d7
PA
381 build-aux/snippet/arg-nonnull.h
382 build-aux/snippet/c++defs.h
383 build-aux/snippet/warn-on-use.h
174e088e 384 build-aux/update-copyright
8690e634
JK
385 lib/alloca.c
386 lib/alloca.in.h
387 lib/config.charset
e26b6bb0 388 lib/dirent.in.h
18848e28 389 lib/dirfd.c
2196f55f 390 lib/dosname.h
18848e28 391 lib/errno.in.h
88b48903
WN
392 lib/float+.h
393 lib/float.c
394 lib/float.in.h
8690e634
JK
395 lib/fnmatch.c
396 lib/fnmatch.in.h
397 lib/fnmatch_loop.c
88b48903
WN
398 lib/fpucw.h
399 lib/frexp.c
400 lib/frexpl.c
55a8c076 401 lib/inttypes.in.h
88b48903
WN
402 lib/isnan.c
403 lib/isnand-nolibm.h
404 lib/isnand.c
405 lib/isnanl-nolibm.h
406 lib/isnanl.c
407 lib/itold.c
8690e634
JK
408 lib/localcharset.c
409 lib/localcharset.h
88b48903
WN
410 lib/math.c
411 lib/math.in.h
8690e634
JK
412 lib/mbrtowc.c
413 lib/mbsinit.c
414 lib/mbsrtowcs-impl.h
415 lib/mbsrtowcs-state.c
416 lib/mbsrtowcs.c
f6ea5628 417 lib/memchr.c
f434ba03 418 lib/memchr.valgrind
f6ea5628 419 lib/memmem.c
38ec2207 420 lib/pathmax.h
2196f55f 421 lib/readlink.c
8690e634
JK
422 lib/ref-add.sin
423 lib/ref-del.sin
2196f55f 424 lib/stat.c
8690e634 425 lib/stdbool.in.h
f434ba03 426 lib/stddef.in.h
f6ea5628
DJ
427 lib/stdint.in.h
428 lib/str-two-way.h
8690e634 429 lib/streq.h
f6ea5628 430 lib/string.in.h
8690e634
JK
431 lib/strnlen1.c
432 lib/strnlen1.h
63ce7108 433 lib/strstr.c
09607c9e 434 lib/sys_stat.in.h
8839a007 435 lib/sys_types.in.h
09607c9e 436 lib/time.in.h
8839a007
PA
437 lib/unistd.c
438 lib/unistd.in.h
8690e634
JK
439 lib/verify.h
440 lib/wchar.in.h
a512b375 441 lib/wctype-h.c
8690e634 442 lib/wctype.in.h
f434ba03 443 m4/00gnulib.m4
8690e634
JK
444 m4/alloca.m4
445 m4/codeset.m4
446 m4/configmake.m4
e26b6bb0 447 m4/dirent_h.m4
18848e28
GF
448 m4/dirfd.m4
449 m4/errno_h.m4
88b48903
WN
450 m4/exponentd.m4
451 m4/exponentl.m4
f6ea5628 452 m4/extensions.m4
a512b375 453 m4/extern-inline.m4
8690e634 454 m4/fcntl-o.m4
88b48903 455 m4/float_h.m4
8690e634 456 m4/fnmatch.m4
88b48903
WN
457 m4/fpieee.m4
458 m4/frexp.m4
459 m4/frexpl.m4
8690e634 460 m4/glibc21.m4
f6ea5628
DJ
461 m4/gnulib-common.m4
462 m4/include_next.m4
55a8c076
YQ
463 m4/inttypes-pri.m4
464 m4/inttypes.m4
88b48903
WN
465 m4/isnand.m4
466 m4/isnanl.m4
2196f55f 467 m4/largefile.m4
8690e634
JK
468 m4/localcharset.m4
469 m4/locale-fr.m4
470 m4/locale-ja.m4
471 m4/locale-zh.m4
f6ea5628 472 m4/longlong.m4
88b48903 473 m4/math_h.m4
8690e634
JK
474 m4/mbrtowc.m4
475 m4/mbsinit.m4
476 m4/mbsrtowcs.m4
477 m4/mbstate_t.m4
f6ea5628 478 m4/memchr.m4
f6ea5628 479 m4/memmem.m4
f434ba03
PA
480 m4/mmap-anon.m4
481 m4/multiarch.m4
8839a007 482 m4/off_t.m4
38ec2207 483 m4/pathmax.m4
2196f55f 484 m4/readlink.m4
8839a007 485 m4/ssize_t.m4
2196f55f 486 m4/stat.m4
8690e634 487 m4/stdbool.m4
f434ba03 488 m4/stddef_h.m4
f6ea5628
DJ
489 m4/stdint.m4
490 m4/string_h.m4
63ce7108 491 m4/strstr.m4
09607c9e 492 m4/sys_stat_h.m4
8839a007 493 m4/sys_types_h.m4
09607c9e 494 m4/time_h.m4
8839a007 495 m4/unistd_h.m4
f434ba03 496 m4/warn-on-use.m4
8690e634 497 m4/wchar_h.m4
f434ba03 498 m4/wchar_t.m4
8690e634
JK
499 m4/wctype_h.m4
500 m4/wint_t.m4
f6ea5628 501])
This page took 0.54962 seconds and 4 git commands to generate.