From: Nick Mathewson Date: Tue, 14 Jul 2009 19:31:20 +0000 (+0000) Subject: Do not define _FORTIFY_SOURCE if the platform GCC already defined it for us. X-Git-Tag: release-2.0.3-alpha~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e83a32dfe1c10c90c27ccf1f4f93a59820517108;p=libevent Do not define _FORTIFY_SOURCE if the platform GCC already defined it for us. svn:r1346 --- diff --git a/evdns.c b/evdns.c index 11e25254..ffb10041 100644 --- a/evdns.c +++ b/evdns.c @@ -76,7 +76,9 @@ #include #endif +#ifndef _FORTIFY_SOURCE #define _FORTIFY_SOURCE 3 +#endif #include #include