From d41c7d025c1725b921ef51c70a705a51b5c36332 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Tue, 9 Feb 1999 18:35:29 +0000 Subject: Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c instead of 200. Move the defines of True and False to rsync.h. Eliminate the defines of BOOL in loadparm.c and params.c because it is already defined in rsync.h. Changes suggested by Roman Gollent roman.gollent@wdr.com --- loadparm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'loadparm.c') diff --git a/loadparm.c b/loadparm.c index 9b28c3b2..b87d24a6 100644 --- a/loadparm.c +++ b/loadparm.c @@ -44,9 +44,6 @@ */ #include "rsync.h" -#define BOOL int -#define False 0 -#define True 1 #define PTR_DIFF(p1,p2) ((ptrdiff_t)(((char *)(p1)) - (char *)(p2))) #define strequal(a,b) (strcasecmp(a,b)==0) #define BOOLSTR(b) ((b) ? "Yes" : "No") -- cgit v1.2.1