diff options
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index 2b92f95f1e..1bf19da1ec 100644 --- a/shlib-versions +++ b/shlib-versions @@ -30,3 +30,13 @@ alpha-*-linux* libc=6 # So far the -lutil interface is the same on all platforms, except for the # `struct utmp' format, which depends on libc. *-*-* libutil=1 + +# Version number 2 is used on other systems for the BIND 4.9.4 resolver +# interface. +*-*-* libresolv=2 + +# 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. +*-*-* libnss_files=1 +*-*-* libnss_dns=1 |