This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
another g++ patch (Util.xs)
[perl5.git] / symbian / install.cfg
1 # install.cfg
2 #
3 # Copyright (c) 2004-2005 Nokia.  All Rights Reserved.
4 #
5 # This file details what library files to include in the perlXYZlib.sis,
6 # and what extensions to build for the perlXYZext.sis.
7 # The lines beginning with "lib" are # included as-is from the lib/.
8 # The lines beginning with "ext" tell either how to build and package
9 # the extensions - or not.
10
11 #
12 # Libraries.
13 #
14 lib     AnyDBM_File.pm
15 lib     AutoLoader.pm
16 lib     base.pm
17 lib     Benchmark.pm
18 lib     Carp.pm
19 lib     Carp/Heavy.pm
20 lib     Cwd.pm
21 lib     constant.pm
22 lib     DBM_Filter.pm
23 lib     Digest/base.pm
24 lib     DirHandle.pm
25 lib     Exporter.pm
26 lib     Exporter/Heavy.pm
27 lib     File/Basename.pm
28 lib     File/Compare.pm
29 lib     File/Copy.pm
30 lib     File/DosGlob.pm
31 lib     File/Find.pm
32 lib     File/Path.pm
33 lib     File/Spec.pm
34 lib     File/Spec/Unix.pm
35 lib     File/Spec/Win32.pm
36 lib     File/Temp.pm
37 lib     FileHandle.pm
38 lib     Filter/Simple.pm
39 lib     if.pm
40 lib     integer.pm
41 lib     IO/Zlib.pm
42 lib     lib.pm
43 lib     Net/Cmd.pm
44 lib     Net/Config.pm
45 lib     Net/Domain.pm
46 lib     Net/FTP.pm
47 lib     Net/FTP/A.pm
48 lib     Net/FTP/E.pm
49 lib     Net/FTP/I.pm
50 lib     Net/FTP/L.pm
51 lib     Net/FTP/dataconn.pm
52 lib     Net/NNTP.pm
53 lib     Net/Netrc.pm
54 lib     Net/Ping.pm
55 lib     Net/POP3.pm
56 lib     Net/SMTP.pm
57 lib     Net/Time.pm
58 lib     NEXT.pm
59 lib     overload.pm
60 lib     SelectSaver.pm
61 lib     strict.pm
62 lib     Symbol.pm
63 lib     UNIVERSAL.pm
64 # lib   utf8.pm
65 # lib   utf8_heavy.pl
66 lib     vars.pm
67 lib     warnings.pm
68 lib     warnings/register.pm
69
70 # Extensions.
71 #
72 ext     attrs
73 ext     Compress/Zlib           -zlib-src
74 ext     Cwd
75 ext     Data/Dumper
76 ext     Devel/Peek
77 ext     Digest/MD5
78 ext     Errno
79 ext     Fcntl                   CONST
80 ext     File/Glob               CONST
81 ext     Filter/Util/Call
82 ext     IO
83 ext     List/Util
84 ext     MIME/Base64
85 ext     PerlIO/scalar
86 ext     PerlIO/via
87 ext     SDBM_File               -sdbm/db?.c -sdbm/util.c
88 ext     Socket                  CONST
89 ext     Storable
90 ext     Time/HiRes              CONST
91 ext     XSLoader
92 # ext   B                       ERROR
93 # ext   ByteLoader              byterun.c ERROR VERSION
94 # ext   Devel/DProf             nonconst
95 # ext   Devel/PPPort            PORT
96 # ext   Encode                  nonconst Encode/encode.h def_t.c encengine.c
97 # ext   I18N/Langinfo           PORT
98 # ext   IPC/SysV                PORT
99 # ext   Opcode                  ERROR
100 # ext   PerlIO/encoding         Encode
101 # ext   POSIX                   CONST USELESS
102 # ext   re                      ERROR
103 # ext   Sys/Hostname            PORT
104 # ext   Sys/Syslog              PORT
105 # ext   threads                 PORT
106 # ext   threads/shared          PORT
107 # ext   Unicode/Normalize       nonconst
108 # ext   XS/APItest              USELESS
109 # ext   XS/Typemap              nonconst USELESS
110