~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to packages/base/libc/lib_namesh.inc

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
const
3
 
 
4
 
   LD_LINUX_SO = 'ld-linux.so.2';
5
 
   LD_SO = 'ld-linux.so.2';
6
 
   LIBANL_SO = 'libanl.so.1';
7
 
   LIBBROKENLOCALE_SO = 'libBrokenLocale.so.1';
8
 
   LIBCRYPT_SO = 'libcrypt.so.1';
9
 
   LIBC_SO = 'libc.so.6';
10
 
   LIBDB1_SO = 'libdb1.so.2';
11
 
   LIBDB2_SO = 'libdb2.so.3';
12
 
   LIBDL_SO = 'libdl.so.2';
13
 
   LIBM_SO = 'libm.so.6';
14
 
   LIBNOVERSION_SO = 'libNoVersion.so.1';
15
 
   LIBNSL_SO = 'libnsl.so.1';
16
 
   LIBNSS_COMPAT_SO = 'libnss_compat.so.2';
17
 
   LIBNSS_DNS6_SO = 'libnss_dns6.so.2';
18
 
   LIBNSS_DNS_SO = 'libnss_dns.so.2';
19
 
   LIBNSS_FILES_SO = 'libnss_files.so.2';
20
 
   LIBNSS_HESIOD_SO = 'libnss_hesiod.so.2';
21
 
   LIBNSS_LDAP_SO = 'libnss_ldap.so.2';
22
 
   LIBNSS_NISPLUS_SO = 'libnss_nisplus.so.2';
23
 
   LIBNSS_NIS_SO = 'libnss_nis.so.2';
24
 
   LIBPTHREAD_SO = 'libpthread.so.0';
25
 
   LIBRESOLV_SO = 'libresolv.so.2';
26
 
   LIBRT_SO = 'librt.so.1';
27
 
   LIBTHREAD_DB_SO = 'libthread_db.so.1';
28
 
   LIBUTIL_SO = 'libutil.so.1';
29