summaryrefslogtreecommitdiff
path: root/net/echoping/files/patch-aa
blob: 6d6c0a5cc4681407a8cab68da6a96562782e16b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- Makefile.dist	Thu Dec 19 21:58:15 1996
+++ Makefile	Sun Apr 13 00:54:03 1997
@@ -1,5 +1,5 @@
 # Choose your C compiler
-CC = gcc 
+#CC = gcc 
 #CC = cc 
 
 # Possible options:
@@ -7,12 +7,12 @@
 # TTCP : supports the T/TCP protocol (few systems support it)
 # USE_SIGACTION: uses sigaction instead of signal. Necessary on pure BSD
 # machines because we need to change the semantic of signals.
-OPTIONS = -DHTTP -DUSE_SIGACTION
+OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP
 
 # Flags for gcc
-CFLAGS = -c -O3 $(OPTIONS) -Wall
+#CFLAGS = -c -O3 $(OPTIONS) -Wall
 # Flags for cc
-#CFLAGS = -c -O $(OPTIONS)
+CFLAGS = -c -O $(OPTIONS)
 
 # Flags for the linker
 LD = $(CC)