($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new entry.
[gnulib.git] / config / srclist.txt
1 # $Id: srclist.txt,v 1.8 2002-11-25 14:24:39 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/depcomp               config
9 # after next release $AUTOMAKE/install-sh               config
10 $AUTOMAKE/mdate-sh              config
11 $AUTOMAKE/missing               config
12 # after next release $AUTOMAKE/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 #
31 # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they
32 #   are totally different implementations.
33 # - Likewise libc/string/strerror.c.
34 # - libc/locale/programs/xstrdup.c is almost usable, but uses the __P
35 #   prototype macro.