24 lines
483 B
Text
24 lines
483 B
Text
$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
|