blob: e2a827a4d1cc325da74a97a182b5cf7f0ab2a108 (
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
26
27
28
29
30
31
32
33
34
35
36
|
*** Makefile.orig Sun Oct 1 17:50:58 1995
--- Makefile Thu Nov 14 13:10:49 1996
***************
*** 13,19 ****
# Program definitions. See the README, part C.
#--------------------------------------------------------------------------
! PDEFS =
#PDEFS = -DGETLINE
#PDEFS = -DREADLINE -DCURSES
#PDEFS = -DSOCKS
--- 13,19 ----
# Program definitions. See the README, part C.
#--------------------------------------------------------------------------
! PDEFS = -DREADLINE
#PDEFS = -DGETLINE
#PDEFS = -DREADLINE -DCURSES
#PDEFS = -DSOCKS
***************
*** 53,59 ****
# You'll need to know where the Rconnect.o object file is if you want
# to use Socks.
#--------------------------------------------------------------------------
! LIBS =
#LIBS = -ldbmalloc
#LIBS = -lgetline
#LIBS = -lreadline -lcurses
--- 53,59 ----
# You'll need to know where the Rconnect.o object file is if you want
# to use Socks.
#--------------------------------------------------------------------------
! LIBS = -lreadline
#LIBS = -ldbmalloc
#LIBS = -lgetline
#LIBS = -lreadline -lcurses
|