]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
NULL defined by our compat/types.h
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Apr 2012 05:29:24 +0000 (23:29 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Apr 2012 05:29:24 +0000 (23:29 -0600)
compat/compat_shared.h

index 6317f54a3c57ea828fbfc5ec2617b2c0fd0d00b9..b92d3ace301141107f9735840c740c864f58a0ae 100644 (file)
@@ -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 */