blob: 93a533831d0ffba256cd9fdf1c6ba916dc7ae5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- /dev/null Wed Oct 1 17:23:30 1997
+++ config/unix/intel_netbsd/iconx.hdr Wed Oct 1 17:32:26 1997
@@ -0,0 +1,7 @@
+SHELL=/bin/sh
+# the seek stuff is defined in a header file that they don't
+# include. This is the easiest. -Dconst= causes const to
+# be ignored. This is needed because otherwise we get complaints
+# due to stdio.h defining some functions with const when they
+# are not defined that way in Icon's header files
+RSWITCH=rswitch.c
|