blob: 8dc6f6335720b9c3b88498da9ec1a260126c6e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig Mon Aug 23 00:49:23 2004
+++ Makefile Mon Aug 23 00:36:19 2004
@@ -123,7 +123,7 @@
### for LINUX, uncomment the following line
-MCHN = -DLINUX
+#MCHN = -DLINUX
# For SCO 1.1 (UNIX 3.2v2) machines, uncomment the following:
@@ -184,7 +184,7 @@
# if, during compilation, your system complains about the types
# 'u_long', 'u_short', 'u_int', etc. as being undefined, uncomment the
# following line:
-BSDTYPES = -DBSDTYPES
+#BSDTYPES = -DBSDTYPES
# if your machine doesn't have 'vprintf()' or 'vsprintf()'
|