aboutsummaryrefslogtreecommitdiffstats
path: root/MacOS/_MWERKS_prefix.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>1999-12-19 16:17:45 +0000
committerAndy Polyakov <appro@openssl.org>1999-12-19 16:17:45 +0000
commit099f1b32c8a3334699b6884ba23824a49461d01f (patch)
tree5626fc33981e9902a1b5ae9e23fd890f720a5cc6 /MacOS/_MWERKS_prefix.h
parent9a1e34e5deab94717758384d76a20b39ec9ed030 (diff)
downloadopenssl-099f1b32c8a3334699b6884ba23824a49461d01f.tar.gz
Initial support for MacOS is now available
Submitted by: Roy Woods <roy@centricsystems.ca> Reviewed by: Andy Polyakov
Diffstat (limited to 'MacOS/_MWERKS_prefix.h')
-rw-r--r--MacOS/_MWERKS_prefix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MacOS/_MWERKS_prefix.h b/MacOS/_MWERKS_prefix.h
new file mode 100644
index 0000000000..3e3fa30e85
--- /dev/null
+++ b/MacOS/_MWERKS_prefix.h
@@ -0,0 +1,5 @@
+#include <MacHeaders.h>
+#define B_ENDIAN
+#ifdef __POWERPC__
+#pragma longlong on
+#endif