File: mapfile

package info (click to toggle)
libnss-ldap 186-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,028 kB
  • ctags: 990
  • sloc: ansic: 9,646; sh: 2,270; perl: 129; makefile: 106
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ident $Id: mapfile,v 2.3 1998/12/20 02:30:30 lukeh Exp $
# Mapfile for Solaris. This lets us control which symbols
# get exported. Someone should do the same for glibc.
nss_ldap.so.1 {
	global:
		# Published NSS service module interfaces
		_nss_ldap_bootparams_constr;
		_nss_ldap_ethers_constr;
		_nss_ldap_group_constr;
		_nss_ldap_hosts_constr;
		_nss_ldap_networks_constr;
		_nss_ldap_protocols_constr;
		_nss_ldap_passwd_constr;
		_nss_ldap_rpc_constr;
		_nss_ldap_services_constr;
		_nss_ldap_shadow_constr;
	local:
		*;
};