*** empty log message ***
[glibc.git] / shlib-versions
blob5f9ed657dabd1213836262246fe6678ea31fa0ac
1 # This file defines the shared library version numbers we will install.
3 # The following lines list filename patterns matching canonical configurations,
4 # and the associated versions to use for various libraries.  The entire
5 # list is processed, with earlier entries taking precedence over later
6 # entries.  So loose patterns at the end of the list can give defaults.
8 # Configuration         Library versions
9 # -------------         ------- --------
11 # The interface to -lm depends only on cpu, not on operating system.
12 i?86-*-*                libm=6
13 m68k-*-*                libm=6
14 alpha-*-*               libm=6
16 # We provide libc.so.6 for Linux kernel versions 2.0 and later.
17 i?86-*-linux*           libc=6
18 m68k-*-linux*           libc=6
19 alpha-*-linux*          libc=6
21 # libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release.
22 *-*-gnu*                libmachuser=1
24 # libhurduser.so.0.0 corresponds to hurd/*.defs as of 7 May 1996.
25 *-*-gnu*                libhurduser=0.0
27 # libc.so.0.0 is for the Hurd alpha release 0.0.
28 *-*-gnu*                libc=0.0
30 # The -ldl interface (see <dlfcn.h>) is the same on all platforms.
31 *-*-*                   libdl=2
33 # So far the -lutil interface is the same on all platforms, except for the
34 # `struct utmp' format, which depends on libc.
35 *-*-*                   libutil=1
37 # Version number 2 is used on other systems for the BIND 4.9.4 resolver
38 # interface.
39 *-*-*                   libresolv=2
41 # Interface revision of nss_* modules.  This must match NSS_SHLIB_REVISION
42 # in nss/nsswitch.h, which determines the library names used for service
43 # names given in /etc/nsswitch.conf.
44 *-*-*                   libnss_files=1
45 *-*-*                   libnss_dns=1
46 *-*-*                   libnss_db=1
48 # We use libdb.so.2 for the interface in version 1.85 of the Berkeley DB code.
49 *-*-*                   libdb=2
51 # So far libcrypt.so.0 specifies the interface of the traditional `crypt'
52 # function.  The libc distribution installs the stub `nocrypt' library
53 # with this interface.  The separate crypt distribution (which cannot be
54 # legally exported from the USA) provides real DES encryption in a shared
55 # library libcrypt.so.0 with the same interface.
56 *-*-*                   libcrypt=0