Blame shlib-versions

Packit 6c4009
# This file (and shlib-versions files in sysdeps directories) defines
Packit 6c4009
# the shared library version numbers we will install.
Packit 6c4009
Packit 6c4009
# The following lines list the associated versions to use for various
Packit 6c4009
# libraries.  The entire list is processed, with earlier entries
Packit 6c4009
# taking precedence over later entries (and the files from sysdeps
Packit 6c4009
# directories coming before those from other subdirectories, which
Packit 6c4009
# come before this file).
Packit 6c4009
Packit 6c4009
# This file can use cpp-style conditionals starting with % instead of #
Packit 6c4009
# to test the symbols defined in config.h by configure.
Packit 6c4009
Packit 6c4009
# In the optional second column, there can one or more symbol set names
Packit 6c4009
# listed, which must be in ascending version order reading left to right
Packit 6c4009
# and must appear in this same order in the Versions.def file.  Each listed
Packit 6c4009
# version subsumes all prior versions back to the previous listed version.
Packit 6c4009
#
Packit 6c4009
# An entry with DEFAULT in the first column gives a default second
Packit 6c4009
# column to apply when the matching entry for a particular library has
Packit 6c4009
# no second column.  The defaults must precede the entries they apply
Packit 6c4009
# to.
Packit 6c4009
Packit 6c4009
# Library=version		Earliest symbol set (optional)
Packit 6c4009
# ---------------		------------------------------
Packit 6c4009
Packit 6c4009
# We use the ELF ABI standard name for the default.
Packit 6c4009
ld=ld.so.1
Packit 6c4009
Packit 6c4009
# The -ldl interface (see <dlfcn.h>) is the same on all platforms.
Packit 6c4009
libdl=2
Packit 6c4009
Packit 6c4009
# So far the -lutil interface is the same on all platforms, except for the
Packit 6c4009
# `struct utmp' format, which depends on libc.
Packit 6c4009
libutil=1
Packit 6c4009
Packit 6c4009
# Version number 2 is used on other systems for the BIND 4.9.5 resolver
Packit 6c4009
# interface.
Packit 6c4009
libresolv=2
Packit 6c4009
Packit 6c4009
# Interface revision of nss_* modules.  This must match NSS_SHLIB_REVISION
Packit 6c4009
# in nss/nsswitch.h, which determines the library names used for service
Packit 6c4009
# names given in /etc/nsswitch.conf.
Packit 6c4009
libnss_files=2
Packit 6c4009
libnss_dns=2
Packit 6c4009
libnss_compat=2
Packit 6c4009
libnss_nis=2
Packit 6c4009
libnss_nisplus=2
Packit 6c4009
libnss_ldap=2
Packit 6c4009
libnss_hesiod=2
Packit 6c4009
libnss_db=2
Packit 6c4009
Packit 6c4009
# Tests for NSS.  They must have the same NSS_SHLIB_REVISION number as
Packit 6c4009
# the rest.
Packit 6c4009
libnss_test1=2
Packit 6c4009
libnss_test2=2
Packit 6c4009
Packit 6c4009
# Version for libnsl with YP and NIS+ functions.
Packit 6c4009
libnsl=1
Packit 6c4009
Packit 6c4009
# This defines the shared library version numbers we will install.
Packit 6c4009
libcrypt=1
Packit 6c4009
Packit 6c4009
# The gross patch for programs assuming broken locale implementations.
Packit 6c4009
libBrokenLocale=1
Packit 6c4009
Packit 6c4009
# The real-time library from POSIX.1b.
Packit 6c4009
librt=1
Packit 6c4009
Packit 6c4009
# The asynchronous name lookup library.
Packit 6c4009
libanl=1
Packit 6c4009
Packit 6c4009
# This defines the libgcc soname version this glibc is to load for
Packit 6c4009
# asynchronous cancellation to work correctly.
Packit 6c4009
libgcc_s=1
Packit 6c4009
Packit 6c4009
# The vector math library
Packit 6c4009
libmvec=1