nsprpub/lib/libc/src/plc.def

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nsprpub/lib/libc/src/plc.def	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,72 @@
     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 plc4 ;-
    1.24 +EXPORTS ;-
    1.25 +PL_Base64Decode;
    1.26 +PL_Base64Encode;
    1.27 +PL_CreateOptState;
    1.28 +PL_DestroyOptState;
    1.29 +PL_FPrintError;
    1.30 +PL_GetNextOpt;
    1.31 +PL_PrintError;
    1.32 +PL_strcasecmp;
    1.33 +PL_strcaserstr;
    1.34 +PL_strcasestr;
    1.35 +PL_strcat;
    1.36 +PL_strcatn;
    1.37 +PL_strchr;
    1.38 +PL_strcmp;
    1.39 +PL_strcpy;
    1.40 +PL_strdup;
    1.41 +PL_strfree;
    1.42 +PL_strlen;
    1.43 +PL_strncasecmp;
    1.44 +PL_strncaserstr;
    1.45 +PL_strncasestr;
    1.46 +PL_strncat;
    1.47 +PL_strnchr;
    1.48 +PL_strncmp;
    1.49 +PL_strncpy;
    1.50 +PL_strncpyz;
    1.51 +PL_strndup;
    1.52 +PL_strnlen;
    1.53 +PL_strnpbrk;
    1.54 +PL_strnprbrk;
    1.55 +PL_strnrchr;
    1.56 +PL_strnrstr;
    1.57 +PL_strnstr;
    1.58 +PL_strpbrk;
    1.59 +PL_strprbrk;
    1.60 +PL_strrchr;
    1.61 +PL_strrstr;
    1.62 +PL_strstr;
    1.63 +libVersionPoint;
    1.64 +;+    local: *;
    1.65 +;+};
    1.66 +;+
    1.67 +;+NSPR_4.2 {
    1.68 +;+    global:
    1.69 +PL_strtok_r;
    1.70 +;+} NSPR_4.0;
    1.71 +;+
    1.72 +;+NSPR_4.7 {
    1.73 +;+    global:
    1.74 +PL_CreateLongOptState;
    1.75 +;+} NSPR_4.2;

mercurial