summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ab
blob: a165c3a147fff77de940e1c8a2be4b66abf6a016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
--- src/RConfig.h.orig	Sat Nov  6 21:37:18 1999
+++ src/RConfig.h	Sat Nov  6 21:38:11 1999
@@ -106,6 +106,13 @@
 #   define R__NOSTATS         /* problem using stats with FreeBSD malloc/free */
 #endif
 
+#if defined(__NetBSD__)
+#   define R__FBSD	/* XXX */
+#   define R__UNIX
+#   define R__BYTESWAP
+#   define R__NOSTATS         /* problem using stats with FreeBSD malloc/free */
+#endif
+
 #ifdef _HIUX_SOURCE
 #   define R__HIUX
 #   define R__UNIX