summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-03-08 03:04:45 +0000
committerwtchang%redhat.com <devnull@localhost>2005-03-08 03:04:45 +0000
commitbe06d209716d8cd167e4893fbc15bc15631d4c3a (patch)
tree7480e0faf7e41fe305565d6bb959a1920eee6db4
parentdc7dfdaf5cd5249eac548a2f9a48040ae8ca863f (diff)
downloadnspr-hg-be06d209716d8cd167e4893fbc15bc15631d4c3a.tar.gz
Removed blank lines in *.def files.
Modified Files: plds.def plc.def nspr.def my.def Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--lib/ds/plds.def13
-rw-r--r--lib/libc/src/plc.def13
-rw-r--r--pr/src/nspr.def14
-rw-r--r--pr/tests/dll/my.def14
4 files changed, 54 insertions, 0 deletions
diff --git a/lib/ds/plds.def b/lib/ds/plds.def
index 87db81e0..d72796a4 100644
--- a/lib/ds/plds.def
+++ b/lib/ds/plds.def
@@ -34,6 +34,19 @@
;+# the terms of any one of the MPL, the GPL or the LGPL.
;+#
;+# ***** END LICENSE BLOCK *****
+;+#
+;+# OK, this file is meant to support SUN, LINUX, AIX, OS/2 and WINDOWS
+;+# 1. For all unix platforms, the string ";-" means "remove this line"
+;+# 2. For all unix platforms, the string " DATA " will be removed from any
+;+# line on which it occurs.
+;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
+;+# On AIX, lines containing ";+" will be removed.
+;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed.
+;+# 5. For all unix platforms, after the above processing has taken place,
+;+# all characters after the first ";" on the line will be removed.
+;+# And for AIX, the first ";" will also be removed.
+;+# This file is passed directly to windows. Since ';' is a comment, all UNIX
+;+# directives are hidden behind ";", ";+", and ";-"
;+NSPR_4.0 {
;+ global:
LIBRARY plds4 ;-
diff --git a/lib/libc/src/plc.def b/lib/libc/src/plc.def
index abdec5a0..18bb88d6 100644
--- a/lib/libc/src/plc.def
+++ b/lib/libc/src/plc.def
@@ -34,6 +34,19 @@
;+# the terms of any one of the MPL, the GPL or the LGPL.
;+#
;+# ***** END LICENSE BLOCK *****
+;+#
+;+# OK, this file is meant to support SUN, LINUX, AIX, OS/2 and WINDOWS
+;+# 1. For all unix platforms, the string ";-" means "remove this line"
+;+# 2. For all unix platforms, the string " DATA " will be removed from any
+;+# line on which it occurs.
+;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
+;+# On AIX, lines containing ";+" will be removed.
+;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed.
+;+# 5. For all unix platforms, after the above processing has taken place,
+;+# all characters after the first ";" on the line will be removed.
+;+# And for AIX, the first ";" will also be removed.
+;+# This file is passed directly to windows. Since ';' is a comment, all UNIX
+;+# directives are hidden behind ";", ";+", and ";-"
;+NSPR_4.0 {
;+ global:
LIBRARY plc4 ;-
diff --git a/pr/src/nspr.def b/pr/src/nspr.def
index fcea86d0..0549fd04 100644
--- a/pr/src/nspr.def
+++ b/pr/src/nspr.def
@@ -34,6 +34,20 @@
;+# the terms of any one of the MPL, the GPL or the LGPL.
;+#
;+# ***** END LICENSE BLOCK *****
+;+#
+;+# OK, this file is meant to support SUN, LINUX, AIX, OS/2 and WINDOWS
+;+# 1. For all unix platforms, the string ";-" means "remove this line"
+;+# 2. For all unix platforms, the string " DATA " will be removed from any
+;+# line on which it occurs.
+;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
+;+# On AIX, lines containing ";+" will be removed.
+;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed.
+;+# 5. For all unix platforms, after the above processing has taken place,
+;+# all characters after the first ";" on the line will be removed.
+;+# And for AIX, the first ";" will also be removed.
+;+# This file is passed directly to windows. Since ';' is a comment, all UNIX
+;+# directives are hidden behind ";", ";+", and ";-"
+;+#
;+NSPR_4.0 {
;+ global:
LIBRARY nspr4 ;-
diff --git a/pr/tests/dll/my.def b/pr/tests/dll/my.def
index 08d87a0c..76cdfd96 100644
--- a/pr/tests/dll/my.def
+++ b/pr/tests/dll/my.def
@@ -34,6 +34,20 @@
;+# the terms of any one of the MPL, the GPL or the LGPL.
;+#
;+# ***** END LICENSE BLOCK *****
+;+#
+;+# OK, this file is meant to support SUN, LINUX, AIX, OS/2 and WINDOWS
+;+# 1. For all unix platforms, the string ";-" means "remove this line"
+;+# 2. For all unix platforms, the string " DATA " will be removed from any
+;+# line on which it occurs.
+;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
+;+# On AIX, lines containing ";+" will be removed.
+;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed.
+;+# 5. For all unix platforms, after the above processing has taken place,
+;+# all characters after the first ";" on the line will be removed.
+;+# And for AIX, the first ";" will also be removed.
+;+# This file is passed directly to windows. Since ';' is a comment, all UNIX
+;+# directives are hidden behind ";", ";+", and ";-"
+;+#
;+MY_1.0 {
;+ global:
LIBRARY my ;-