summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-03-24 00:22:09 +0000
committerwtc%netscape.com <devnull@localhost>1999-03-24 00:22:09 +0000
commit8c3095cba0a01cc4c3d9695ad97d674ca454fbc8 (patch)
tree25e5e0d0a254bc4f30e05140217dc5370126e5a4
parente713009bcaa294f15dd52f0dbb72cf013cdec0ed (diff)
downloadnspr-hg-8c3095cba0a01cc4c3d9695ad97d674ca454fbc8.tar.gz
Define HAVE_LONG_LONG for NetBSD on alpha, powerpc, and m68k.
-rw-r--r--pr/include/md/_netbsd.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/pr/include/md/_netbsd.cfg b/pr/include/md/_netbsd.cfg
index 9c10f42f..ee75fe6e 100644
--- a/pr/include/md/_netbsd.cfg
+++ b/pr/include/md/_netbsd.cfg
@@ -122,6 +122,9 @@
#elif defined(__alpha__)
#define IS_LITTLE_ENDIAN 1
#undef IS_BIG_ENDIAN
+#define HAVE_LONG_LONG
+#define HAVE_ALIGNED_DOUBLES
+#define HAVE_ALIGNED_LONGLONGS
#define IS_64
#define PR_BYTES_PER_BYTE 1
@@ -167,6 +170,9 @@
#undef IS_LITTLE_ENDIAN
#define IS_BIG_ENDIAN 1
+#define HAVE_LONG_LONG
+#undef HAVE_ALIGNED_DOUBLES
+#undef HAVE_ALIGNED_LONGLONGS
#define PR_BYTES_PER_BYTE 1
#define PR_BYTES_PER_SHORT 2