Make Fortify conditional
This commit is contained in:
@ -16,7 +16,10 @@
|
||||
#include <assert.h>
|
||||
#include "serialsinq.h"
|
||||
#include "dillutil.h"
|
||||
|
||||
#ifdef FORTIFY
|
||||
#include "../fortify.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#define debug 1
|
||||
|
@ -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>
|
||||
|
@ -51,7 +51,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef FORTIFY
|
||||
#include "fortify.h"
|
||||
#endif
|
||||
|
||||
#include "sinqhm.h"
|
||||
#include "sinqhm.i"
|
||||
|
||||
|
Reference in New Issue
Block a user