[Backport] Do not define _FORTIFY_SOURCE if the platform GCC already defined it for us.

svn:r1345
This commit is contained in:
Nick Mathewson 2009-07-14 19:31:11 +00:00
parent a763e7416c
commit 2bdf307794

View File

@ -74,7 +74,9 @@
#include <openssl/rand.h>
#endif
#ifndef _FORTIFY_SOURCE
#define _FORTIFY_SOURCE 3
#endif
#include <string.h>
#include <fcntl.h>