From: Wayne Davison Date: Thu, 9 Nov 2006 01:54:59 +0000 (+0000) Subject: Got rid of code to twiddle _ABS. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/06898c80d954af3b2afba06c517a2c53afdf2a38 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"