diff options
author | erdgeist <> | 2003-12-16 14:20:27 +0000 |
---|---|---|
committer | erdgeist <> | 2003-12-16 14:20:27 +0000 |
commit | 125923fecd991e0ca24ac601b5882f3661f711c4 (patch) | |
tree | 21048bfb659ca4a118ce7abad92fe3a2e66e0810 /Makefile | |
parent | 05436b145c80a67efa5f79d4bc28f9f2cd2858b2 (diff) |
v6 support default now
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ CFLAGS = -Wall -Os | |||
12 | ## use this line when you've got an readline before 4.(x|2) | 12 | ## use this line when you've got an readline before 4.(x|2) |
13 | #CFLAGS += -DOLDREADLINE | 13 | #CFLAGS += -DOLDREADLINE |
14 | 14 | ||
15 | CFLAGS += $(OLDREADLINE) $(EXPERIMENTAL_IPV6) | 15 | CFLAGS += $(OLDREADLINE) |
16 | 16 | ||
17 | ## you might need one or more of these: | 17 | ## you might need one or more of these: |
18 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib | 18 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib |