From: Amos Jeffries Date: Tue, 10 Apr 2012 12:12:50 +0000 (-0600) Subject: NULL defined by our compat/types.h X-Git-Tag: SQUID_3_2_0_17~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c2fa7361f018298259bdb968e421c4b24bfa3f;p=thirdparty%2Fsquid.git NULL defined by our compat/types.h --- diff --git a/compat/compat_shared.h b/compat/compat_shared.h index 6317f54a3c..b92d3ace30 100644 --- a/compat/compat_shared.h +++ b/compat/compat_shared.h @@ -257,9 +257,4 @@ const char * squid_strnstr(const char *s, const char *find, size_t slen); #define PRINTF_FORMAT_ARG3 #endif -/* NULL is not always provided. */ -#ifndef NULL -#define NULL ((void *)0) -#endif - #endif /* _SQUID_COMPAT_SHARED_H */