Blame nss/lib/ckfw/builtins/nssckbi.def

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