diff --git a/uquake/net.h b/uquake/net.h index af46125..d59420b 100644 --- a/uquake/net.h +++ b/uquake/net.h @@ -238,21 +238,6 @@ typedef struct extern int hostCacheCount; extern hostcache_t hostcache[HOSTCACHESIZE]; -#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__) -#ifndef htonl -extern unsigned long htonl (unsigned long hostlong); -#endif -#ifndef htons -extern unsigned short htons (unsigned short hostshort); -#endif -#ifndef ntohl -extern unsigned long ntohl (unsigned long netlong); -#endif -#ifndef ntohs -extern unsigned short ntohs (unsigned short netshort); -#endif -#endif - #ifdef IDGODS qboolean IsID(struct qsockaddr *addr); #endif