2014-09-12 12:24:00 +00:00
|
|
|
# This file (and shlib-versions files in sysdeps directories) defines
|
|
|
|
|
# the shared library version numbers we will install.
|
1996-05-08 02:07:47 +00:00
|
|
|
|
2014-09-12 12:28:47 +00:00
|
|
|
# The following lines list the associated versions to use for various
|
|
|
|
|
# libraries. The entire list is processed, with earlier entries
|
|
|
|
|
# taking precedence over later entries (and the files from sysdeps
|
|
|
|
|
# directories coming before those from other subdirectories, which
|
|
|
|
|
# come before this file).
|
1996-05-08 02:07:47 +00:00
|
|
|
|
2000-03-19 00:33:02 +00:00
|
|
|
# This file can use cpp-style conditionals starting with % instead of #
|
|
|
|
|
# to test the symbols defined in config.h by configure.
|
|
|
|
|
|
2014-09-12 12:28:47 +00:00
|
|
|
# In the optional second column, there can one or more symbol set names
|
2000-03-21 20:36:53 +00:00
|
|
|
# listed, which must be in ascending version order reading left to right
|
|
|
|
|
# and must appear in this same order in the Versions.def file. Each listed
|
|
|
|
|
# version subsumes all prior versions back to the previous listed version.
|
2001-04-09 20:23:20 +00:00
|
|
|
#
|
2014-09-12 12:28:47 +00:00
|
|
|
# An entry with DEFAULT in the first column gives a default second
|
|
|
|
|
# column to apply when the matching entry for a particular library has
|
|
|
|
|
# no second column. The defaults must precede the entries they apply
|
|
|
|
|
# to.
|
2000-03-21 20:36:53 +00:00
|
|
|
|
2014-09-12 12:28:47 +00:00
|
|
|
# Library=version Earliest symbol set (optional)
|
|
|
|
|
# --------------- ------------------------------
|
1996-05-08 02:07:47 +00:00
|
|
|
|
1996-10-13 21:35:39 +00:00
|
|
|
# We use the ELF ABI standard name for the default.
|
2014-09-12 12:28:47 +00:00
|
|
|
ld=ld.so.1
|
1996-10-13 21:35:39 +00:00
|
|
|
|
1996-06-04 23:06:02 +00:00
|
|
|
# The -ldl interface (see <dlfcn.h>) is the same on all platforms.
|
2014-09-12 12:28:47 +00:00
|
|
|
libdl=2
|
1996-06-16 09:31:23 +00:00
|
|
|
|
|
|
|
|
# So far the -lutil interface is the same on all platforms, except for the
|
|
|
|
|
# `struct utmp' format, which depends on libc.
|
2014-09-12 12:28:47 +00:00
|
|
|
libutil=1
|
1996-06-25 08:56:57 +00:00
|
|
|
|
1996-10-13 21:35:39 +00:00
|
|
|
# Version number 2 is used on other systems for the BIND 4.9.5 resolver
|
1996-06-25 08:56:57 +00:00
|
|
|
# interface.
|
2014-09-12 12:28:47 +00:00
|
|
|
libresolv=2
|
1996-06-25 08:56:57 +00:00
|
|
|
|
|
|
|
|
# Interface revision of nss_* modules. This must match NSS_SHLIB_REVISION
|
|
|
|
|
# in nss/nsswitch.h, which determines the library names used for service
|
|
|
|
|
# names given in /etc/nsswitch.conf.
|
2014-09-12 12:28:47 +00:00
|
|
|
libnss_files=2
|
|
|
|
|
libnss_dns=2
|
|
|
|
|
libnss_compat=2
|
|
|
|
|
libnss_ldap=2
|
|
|
|
|
libnss_hesiod=2
|
|
|
|
|
libnss_db=2
|
1996-12-11 01:40:39 +00:00
|
|
|
|
1997-03-19 05:47:56 +00:00
|
|
|
# Version for libnsl with YP and NIS+ functions.
|
2014-09-12 12:28:47 +00:00
|
|
|
libnsl=1
|
1996-06-26 15:46:01 +00:00
|
|
|
|
1997-01-25 02:36:37 +00:00
|
|
|
# The gross patch for programs assuming broken locale implementations.
|
2014-09-12 12:28:47 +00:00
|
|
|
libBrokenLocale=1
|
1997-12-04 00:12:34 +00:00
|
|
|
|
|
|
|
|
# The real-time library from POSIX.1b.
|
2014-09-12 12:28:47 +00:00
|
|
|
librt=1
|
2001-03-03 18:21:04 +00:00
|
|
|
|
|
|
|
|
# The asynchronous name lookup library.
|
2014-09-12 12:28:47 +00:00
|
|
|
libanl=1
|
2012-04-26 09:18:48 +05:30
|
|
|
|
|
|
|
|
# This defines the libgcc soname version this glibc is to load for
|
|
|
|
|
# asynchronous cancellation to work correctly.
|
2014-09-12 12:28:47 +00:00
|
|
|
libgcc_s=1
|
2015-05-14 17:28:06 +03:00
|
|
|
|
|
|
|
|
# The vector math library
|
|
|
|
|
libmvec=1
|
2021-07-22 18:37:59 +05:30
|
|
|
|
|
|
|
|
# The malloc debug library
|
|
|
|
|
libc_malloc_debug=0
|
2026-02-25 15:31:16 -03:00
|
|
|
|
|
|
|
|
libunwind=1
|