From b6e35c977928bc4fb15b5346128db9823412e6b4 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 2 Aug 2000 03:39:20 +0000 Subject: Get rid of second configuration header defs.h[.in]. Configuration now is in config.h and this is included as the very first header. --- lib/rfsv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rfsv.h') diff --git a/lib/rfsv.h b/lib/rfsv.h index 888db8a..a74fd0c 100644 --- a/lib/rfsv.h +++ b/lib/rfsv.h @@ -5,7 +5,7 @@ class ppsocket; class bufferStore; class bufferArray; -const unsigned long RFSV_SENDLEN = 2000; +const long RFSV_SENDLEN = 2000; /** * Defines the callback procedure for -- cgit v1.2.3