diff options
Diffstat (limited to 'include/netnuke.h')
-rw-r--r-- | include/netnuke.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netnuke.h b/include/netnuke.h index 5ce8b46..d8b4547 100644 --- a/include/netnuke.h +++ b/include/netnuke.h @@ -21,6 +21,8 @@ #ifndef NETNUKE_H #define NETNUKE_H +#include "config.h" + #define AUTHOR "Joseph Hunkeler" #define LICENSE "GPLv3" #define VERSION_MAJOR 2 @@ -35,8 +37,6 @@ #define NNLOGFILE "netnuke.log" #define self __FUNCTION__ -#define _FILE_OFFSET_BITS 64 - typedef struct nndevice_t { char vendor[50]; |