copy strdup.c from libc again.
[gnulib.git] / config / srclist.txt
1 # $Id: srclist.txt,v 1.11 2002-11-26 22:58:57 karl Exp $
2 # Files for which we are not the source.  See ./srclistvars.sh for the
3 # variable definitions.
4
5 $GNUCONFIG/config.guess         config
6 $GNUCONFIG/config.sub           config
7 #
8 $AUTOMAKE/lib/depcomp           config
9 $AUTOMAKE/lib/install-sh        config
10 $AUTOMAKE/lib/mdate-sh          config
11 $AUTOMAKE/lib/missing           config
12 # after next release $AUTOMAKE/lib/mkinstalldirs                config
13 #
14 $TEXINFOSRC/doc/texinfo.tex     config
15
16 $AUTOCONF/INSTALL               doc
17 #
18 $GNUORG/COPYING.DOC             doc
19 $GNUORG/fdl.texi                doc
20
21 $GETTEXT/gettext.h              lib
22 #
23 $LIBCSRC/sysdeps/generic/strtoll.c      lib gpl
24 #$LIBCSRC/malloc/obstack.c              lib gpl
25 #$LIBCSRC/posix/getopt.c                lib gpl
26 $LIBCSRC/posix/getopt.h                 lib gpl
27 $LIBCSRC/posix/getopt1.c                lib gpl
28 $LIBCSRC/posix/regex.h                  lib gpl
29 $LIBCSRC/string/strdup.c                lib gpl
30 $LIBCSRC/time/mktime.c                  lib gpl
31 #
32 # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they
33 #   are totally different implementations.
34 # - Likewise libc/string/strerror.c.
35 # - libc/locale/programs/xstrdup.c is almost usable, but uses the __P
36 #   prototype macro.