00001 #ifndef gSTDTYPES_X_H 00002 #define gSTDTYPES_X_H 00003 00004 #define gUINT_IS_32bit 00005 00006 // Detection of included net-services 00007 #ifdef linux 00008 #include <netinet/in.h> 00009 #ifdef IN6_IS_ADDR_V4MAPPED 00010 #define gX_KERN2_4 00011 #else 00012 #define gX_KERN2_0 00013 #endif //IN_CLASSA 00014 #endif //linux 00015 00016 00017 #endif //gSTDTYPES_X_H 00018