From e83a32dfe1c10c90c27ccf1f4f93a59820517108 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 14 Jul 2009 19:31:20 +0000 Subject: [PATCH] Do not define _FORTIFY_SOURCE if the platform GCC already defined it for us. svn:r1346 --- evdns.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0