2 Argv style string arrays in a single null delimited char*.
10 memmove [test -n "$ARGZ_H"]
11 mempcpy [test -n "$ARGZ_H"]
12 stpcpy [test -n "$ARGZ_H"]
13 strndup [test -n "$ARGZ_H"]
14 strnlen [test -n "$ARGZ_H"]
15 strstr [test -n "$ARGZ_H"]
19 if test -n "$ARGZ_H"; then
24 BUILT_SOURCES += $(ARGZ_H)
26 # We need the following in order to create <argz.h> when the system
27 # doesn't have one that works with the given compiler.
29 argz.h: argz.in.h $(top_builddir)/config.status
30 $(AM_V_GEN)rm -f $@-t $@ && \
31 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
32 cat $(srcdir)/argz.in.h; \
36 argz.h: $(top_builddir)/config.status
39 MOSTLYCLEANFILES += argz.h argz.h-t