head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.08.06.21.33.39; author rse; state Exp; branches; next 1.1; commitid AgENrc6X2MItiGYt; 1.1 date 2009.03.24.18.33.20; author rse; state Exp; branches; next ; commitid BirpQrBKpioEDjHt; desc @@ 1.2 log @upgrading package: libtelnet 0.9 -> 0.10 @ text @Index: libtelnet.c --- libtelnet.c.orig 2009-03-23 04:05:31 +0100 +++ libtelnet.c 2009-03-24 19:26:28 +0100 @@@@ -11,7 +11,7 @@@@ * all present and future rights to this code under copyright law. */ -#include +#include #include #include #include @ 1.1 log @new package: libtelnet 0.9 (Telnet Protocol Library) @ text @a0 13 Index: Makefile --- Makefile.orig 2009-03-23 04:05:31 +0100 +++ Makefile 2009-03-24 19:26:58 +0100 @@@@ -1,6 +1,7 @@@@ VERSION = 0.9 -CFLAGS = -Wall -g -O0 -DHAVE_ZLIB -DHAVE_ALLOCA -DENABLE_COLOR -LFLAGS = -L. -ltelnet -lz +CC = gcc +CFLAGS = $(CFLAGS) $(CPPFLAGS) +LFLAGS = $(LDFLAGS) -L. -ltelnet -lz all: telnet-proxy telnet-client telnet-chatd @