security/nss/lib/softoken/legacydb/nssdbm.def

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/softoken/legacydb/nssdbm.def	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +;+#
     1.5 +;+# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +;+# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +;+#
     1.9 +;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS
    1.10 +;+#   1. For all unix platforms, the string ";-"  means "remove this line"
    1.11 +;+#   2. For all unix platforms, the string " DATA " will be removed from any 
    1.12 +;+#	line on which it occurs.
    1.13 +;+#   3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
    1.14 +;+#      On AIX, lines containing ";+" will be removed.  
    1.15 +;+#   4. For all unix platforms, the string ";;" will thave the ";;" removed.
    1.16 +;+#   5. For all unix platforms, after the above processing has taken place,
    1.17 +;+#    all characters after the first ";" on the line will be removed.  
    1.18 +;+#    And for AIX, the first ";" will also be removed.
    1.19 +;+#  This file is passed directly to windows. Since ';' is a comment, all UNIX
    1.20 +;+#   directives are hidden behind ";", ";+", and ";-"
    1.21 +;+NSSDBM_3.12 {       # NSS 3.12 release
    1.22 +;+    global:
    1.23 +LIBRARY nssdbm3 ;-
    1.24 +EXPORTS ;-
    1.25 +legacy_Open;
    1.26 +legacy_Shutdown;
    1.27 +legacy_ReadSecmodDB;
    1.28 +legacy_ReleaseSecmodDBData;
    1.29 +legacy_AddSecmodDB;
    1.30 +legacy_DeleteSecmodDB;
    1.31 +legacy_SetCryptFunctions;
    1.32 +;+    local:
    1.33 +;+       *;
    1.34 +;+};

mercurial