summaryrefslogtreecommitdiff
path: root/dbm/macbuild/DBMConfig.h
diff options
context:
space:
mode:
authorltabb <devnull@localhost>1998-03-28 02:31:30 +0000
committerltabb <devnull@localhost>1998-03-28 02:31:30 +0000
commit0f8fbfe4b92d8058c3055854179c6fdde1c6a512 (patch)
treec1bd12e0905fbf55c2c9fd15e8a6cfa8d26f3609 /dbm/macbuild/DBMConfig.h
downloadnss-hg-0f8fbfe4b92d8058c3055854179c6fdde1c6a512.tar.gz
Free the lizard
Diffstat (limited to 'dbm/macbuild/DBMConfig.h')
-rw-r--r--dbm/macbuild/DBMConfig.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/dbm/macbuild/DBMConfig.h b/dbm/macbuild/DBMConfig.h
new file mode 100644
index 000000000..ec6e8988b
--- /dev/null
+++ b/dbm/macbuild/DBMConfig.h
@@ -0,0 +1,34 @@
+/*
+ * CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
+ * NETSCAPE COMMUNICATIONS CORPORATION
+ * Copyright © 1996, 1997 Netscape Communications Corporation. All Rights
+ * Reserved. Use of this Source Code is subject to the terms of the
+ * applicable license agreement from Netscape Communications Corporation.
+ * The copyright notice(s) in this Source Code does not indicate actual or
+ * intended publication of this Source Code.
+ */
+
+// we have to do this here because ConditionalMacros.h will be included from
+// within OpenTptInternet.h and will stupidly define these to 1 if they
+// have not been previously defined. The new PowerPlant (CWPro1) requires that
+// this be set to 0. (pinkerton)
+#define OLDROUTINENAMES 0
+#ifndef OLDROUTINELOCATIONS
+ #define OLDROUTINELOCATIONS 0
+#endif
+
+#define XP_MAC 1
+#define _PR_NO_PREEMPT 1
+#define _NO_FAST_STRING_INLINES_ 1
+#define NSPR20 1
+
+// OpenTransport.h has changed to not include the error messages we need from
+// it unless this is defined. Why? dunnno...(pinkerton)
+#define OTUNIXERRORS 1
+
+#include "IDE_Options.h"
+
+/* Make sure that "macintosh" is defined. */
+#ifndef macintosh
+#define macintosh 1
+#endif