Make Fortify conditional

This commit is contained in:
cvs
2000-11-07 13:09:15 +00:00
parent 5070ecc9b2
commit 870831a307
3 changed files with 10 additions and 0 deletions

View File

@@ -45,7 +45,11 @@
#include <stdio.h>
#include <sys/time.h>
#include <unistd.h>
#ifdef FORTIFY
#include "../fortify.h"
#endif
#include <stdarg.h>
#include <errno.h>
#include <signal.h>