summaryrefslogtreecommitdiff
path: root/link
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-12-08 22:58:31 +0000
committerAaron M. Ucko <ucko@debian.org>2005-12-08 22:58:31 +0000
commit4b1edc60532e16ec7d0255e1c3552c2e6a33737e (patch)
treeacef5e2808d7dbc8a9c41da8ef71b1436f51718e /link
parent23f1d44b259776e399f7fe0fe883c7e9445e192b (diff)
Load /tmp/.../ncbi-tools6-6.1.20051206 into
branches/upstream/current.
Diffstat (limited to 'link')
-rwxr-xr-xlink/macmet/MW-BSD-limits-fix.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/link/macmet/MW-BSD-limits-fix.h b/link/macmet/MW-BSD-limits-fix.h
new file mode 100755
index 00000000..e14f2a00
--- /dev/null
+++ b/link/macmet/MW-BSD-limits-fix.h
@@ -0,0 +1,13 @@
+/*
+ * $Id: MW-BSD-limits-fix.h,v 1.1 2005/08/31 19:03:13 rsmith Exp $
+ *
+ * CodeWarrior prefix file for BSD builds to fix bug in Apple's machine/limits.h
+ */
+#ifdef __MWERKS__
+# ifndef __CHAR_BIT__
+# define __CHAR_BIT__ 8
+# endif
+# ifndef __SCHAR_MAX__
+# define __SCHAR_MAX__ 255
+# endif
+#endif \ No newline at end of file