nsprpub/lib/ds/plds.def

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nsprpub/lib/ds/plds.def	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,60 @@
     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, OS/2 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 +;+NSPR_4.0 {
    1.22 +;+    global:
    1.23 +LIBRARY plds4 ;-
    1.24 +EXPORTS ;-
    1.25 +PL_ArenaAllocate;
    1.26 +PL_ArenaFinish;
    1.27 +PL_ArenaGrow;
    1.28 +PL_ArenaRelease;
    1.29 +PL_CompactArenaPool;
    1.30 +PL_CompareStrings;
    1.31 +PL_CompareValues;
    1.32 +PL_FinishArenaPool;
    1.33 +PL_FreeArenaPool;
    1.34 +PL_HashString;
    1.35 +PL_HashTableAdd;
    1.36 +PL_HashTableDestroy;
    1.37 +PL_HashTableDump;
    1.38 +PL_HashTableEnumerateEntries;
    1.39 +PL_HashTableLookup;
    1.40 +PL_HashTableRawAdd;
    1.41 +PL_HashTableRawLookup;
    1.42 +PL_HashTableRawRemove;
    1.43 +PL_HashTableRemove;
    1.44 +PL_InitArenaPool;
    1.45 +PL_NewHashTable;
    1.46 +libVersionPoint;
    1.47 +;+    local: *;
    1.48 +;+};
    1.49 +;+
    1.50 +;+NSPR_4.1 {
    1.51 +;+    global:
    1.52 +PL_HashTableLookupConst;
    1.53 +PL_HashTableRawLookupConst;
    1.54 +;+} NSPR_4.0;
    1.55 +;+
    1.56 +;+NSPR_4.8.5 {
    1.57 +;+    global:
    1.58 +PL_ClearArenaPool;
    1.59 +;+} NSPR_4.1;
    1.60 +;+NSPR_4.9.6 {
    1.61 +;+    global:
    1.62 +PL_SizeOfArenaPoolExcludingPool;
    1.63 +;+} NSPR_4.8.5;

mercurial