1 #ifndef _OPENNET_CFG_H 2 #define _OPNNEET_CFG_H 3 #define VERSION "0.8.1" 4 5 6 #include "config.h" 7 8 #ifdef HAVE_STRSEP 9 #include <string.h> 10 #else 11 #include "strsep.h" 12 #endif 13 14 #ifdef HAVE_STDINT_H 15 #include <stdint.h> 16 #else 17 #include "stdint.h" 18 #endif 19 20 21 #endif |