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

svn:r1346
This commit is contained in:
Nick Mathewson 2009-07-14 19:31:20 +00:00
parent 9fcd84d196
commit e83a32dfe1

View File

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