blob: e54766e0caef20da8747656461493f683e243c66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.3 2007/06/30 18:31:52 joerg Exp $
--- src/target.h.orig 2004-01-25 19:01:20.000000000 +0000
+++ src/target.h
@@ -66,6 +66,11 @@ typedef double float64; /* Type for 64
#define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (FreeBSD) 25/01/2004"
#endif
+#ifdef __DragonFly__
+#define TARGET_FREEBSD
+#define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (DragonFly) 25/01/2004"
+#endif
+
#ifdef __OpenBSD__
#define TARGET_OPENBSD
#define TARGET_UNIX
|