summaryrefslogtreecommitdiff
path: root/audio/tracker/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tracker/patches/patch-ae')
-rw-r--r--audio/tracker/patches/patch-ae22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/tracker/patches/patch-ae b/audio/tracker/patches/patch-ae
new file mode 100644
index 00000000000..5eb5940dcbf
--- /dev/null
+++ b/audio/tracker/patches/patch-ae
@@ -0,0 +1,22 @@
+--- /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