summaryrefslogtreecommitdiff
path: root/audio/tracker/patches/patch-ae
blob: 5722a84a66681a103efa62ecf25fea781fe491b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ae,v 1.2 1998/08/07 10:36:18 agc Exp $

--- /dev/null	Thu Oct 30 01:04:49 1997
+++ Arch/PCux/netbsd_config.h	Thu Oct 30 01:05:59 1997
@@ -0,0 +1,19 @@
+/* config.h 
+	vi:ts=3 sw=3:
+ */
+
+/* Configuration for FreeBSD Unix (i386 platform) */
+
+#define IS_POSIX
+#define USE_TERMIOS
+#define USE_AT_EXIT
+#define SCO_ANSI_COLOR
+
+typedef void *GENERIC;
+
+#define P(args) args
+
+/* #define ID(x) */
+#define ID(x)  LOCAL char id[]= x ;
+
+#define stricmp	strcasecmp