summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-02-09 03:26:51 +0000
committerwtc%netscape.com <devnull@localhost>2002-02-09 03:26:51 +0000
commit168d408fecced6b05b4289eb8982f4f1692a4929 (patch)
tree30f147c87b521343efb5414bed2947afc1f61f37
parent09c1ec9c6ac620d290cc57e28e22cac1e3556d62 (diff)
downloadnss-hg-168d408fecced6b05b4289eb8982f4f1692a4929.tar.gz
Define DARWIN instead of XP_MACOSX.
-rw-r--r--security/coreconf/Darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/Darwin.mk b/security/coreconf/Darwin.mk
index da05b77aa..f99c17b18 100644
--- a/security/coreconf/Darwin.mk
+++ b/security/coreconf/Darwin.mk
@@ -57,7 +57,7 @@ endif
# definitions so that the linker can catch multiply-defined symbols.
# Also, common symbols are not allowed with Darwin dynamic libraries.
-OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Wmost -fpascal-strings -traditional-cpp -fno-common -pipe -DXP_MACOSX -DHAVE_STRERROR -DHAVE_BSD_FLOCK
+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Wmost -fpascal-strings -traditional-cpp -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK
ARCH = darwin