From: Wayne Davison Date: Thu, 9 Nov 2006 01:54:59 +0000 (+0000) Subject: Got rid of code to twiddle _ABS. X-Git-Tag: v3.0.0pre1~613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06898c80d954af3b2afba06c517a2c53afdf2a38;p=thirdparty%2Frsync.git Got rid of code to twiddle _ABS. --- diff --git a/popt/system.h b/popt/system.h index 72d52e1d..d2bbb9d8 100644 --- a/popt/system.h +++ b/popt/system.h @@ -123,8 +123,4 @@ int snprintf(char *str,size_t count,const char *fmt,...); #define PACKAGE "rsync" -#ifdef _ABS -#undef _ABS -#endif - #include "popt.h"