andre@3: ;+# andre@3: ;+# This Source Code Form is subject to the terms of the Mozilla Public andre@3: ;+# License, v. 2.0. If a copy of the MPL was not distributed with this andre@3: ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/. andre@3: ;+# andre@3: ;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS andre@3: ;+# 1. For all unix platforms, the string ";-" means "remove this line" andre@3: ;+# 2. For all unix platforms, the string " DATA " will be removed from any andre@3: ;+# line on which it occurs. andre@3: ;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX. andre@3: ;+# On AIX, lines containing ";+" will be removed. andre@3: ;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed. andre@3: ;+# 5. For all unix platforms, after the above processing has taken place, andre@3: ;+# all characters after the first ";" on the line will be removed. andre@3: ;+# And for AIX, the first ";" will also be removed. andre@3: ;+# This file is passed directly to windows. Since ';' is a comment, all UNIX andre@3: ;+# directives are hidden behind ";", ";+", and ";-" andre@3: ;+NSSDBM_3.12 { # NSS 3.12 release andre@3: ;+ global: andre@3: LIBRARY nssdbm3 ;- andre@3: EXPORTS ;- andre@3: legacy_Open; andre@3: legacy_Shutdown; andre@3: legacy_ReadSecmodDB; andre@3: legacy_ReleaseSecmodDBData; andre@3: legacy_AddSecmodDB; andre@3: legacy_DeleteSecmodDB; andre@3: legacy_SetCryptFunctions; andre@3: ;+ local: andre@3: ;+ *; andre@3: ;+};