#ifndef NETWIB_INCLUDED #define NETWIB_INCLUDED 1 #ifdef __cplusplus extern "C" { #endif #ifndef NETWIB_DEF_INCLUDED #define NETWIB_DEF_INCLUDED 1 /* major defines */ #include #endif #ifdef NETWIB_DEF_ONLY /* in this case, we only included netwib/def.h, so we must be able to include netwib.h again */ #undef NETWIB_INCLUDED #undef NETWIB_DEF_ONLY #else /* error codes */ #include /* data section */ #include /* system section */ #include /* network section */ #include /* packet section */ #include /* packet showing section */ #include #endif #ifdef __cplusplus } #endif #endif /*ifndef NETWIB_INCLUDED*/