michael@0: ;+# michael@0: ;+# This Source Code Form is subject to the terms of the Mozilla Public michael@0: ;+# License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: ;+# michael@0: ;+# OK, this file is meant to support SUN, LINUX, AIX, OS/2 and WINDOWS michael@0: ;+# 1. For all unix platforms, the string ";-" means "remove this line" michael@0: ;+# 2. For all unix platforms, the string " DATA " will be removed from any michael@0: ;+# line on which it occurs. michael@0: ;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX. michael@0: ;+# On AIX, lines containing ";+" will be removed. michael@0: ;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed. michael@0: ;+# 5. For all unix platforms, after the above processing has taken place, michael@0: ;+# all characters after the first ";" on the line will be removed. michael@0: ;+# And for AIX, the first ";" will also be removed. michael@0: ;+# This file is passed directly to windows. Since ';' is a comment, all UNIX michael@0: ;+# directives are hidden behind ";", ";+", and ";-" michael@0: ;+NSPR_4.0 { michael@0: ;+ global: michael@0: LIBRARY plds4 ;- michael@0: EXPORTS ;- michael@0: PL_ArenaAllocate; michael@0: PL_ArenaFinish; michael@0: PL_ArenaGrow; michael@0: PL_ArenaRelease; michael@0: PL_CompactArenaPool; michael@0: PL_CompareStrings; michael@0: PL_CompareValues; michael@0: PL_FinishArenaPool; michael@0: PL_FreeArenaPool; michael@0: PL_HashString; michael@0: PL_HashTableAdd; michael@0: PL_HashTableDestroy; michael@0: PL_HashTableDump; michael@0: PL_HashTableEnumerateEntries; michael@0: PL_HashTableLookup; michael@0: PL_HashTableRawAdd; michael@0: PL_HashTableRawLookup; michael@0: PL_HashTableRawRemove; michael@0: PL_HashTableRemove; michael@0: PL_InitArenaPool; michael@0: PL_NewHashTable; michael@0: libVersionPoint; michael@0: ;+ local: *; michael@0: ;+}; michael@0: ;+ michael@0: ;+NSPR_4.1 { michael@0: ;+ global: michael@0: PL_HashTableLookupConst; michael@0: PL_HashTableRawLookupConst; michael@0: ;+} NSPR_4.0; michael@0: ;+ michael@0: ;+NSPR_4.8.5 { michael@0: ;+ global: michael@0: PL_ClearArenaPool; michael@0: ;+} NSPR_4.1; michael@0: ;+NSPR_4.9.6 { michael@0: ;+ global: michael@0: PL_SizeOfArenaPoolExcludingPool; michael@0: ;+} NSPR_4.8.5;