[求助]我的Visual C++ 6.0为什么没有netinet/in_systm.h文件?
#include <sys/socket.h> /* basics, SO_ and AF_ defs, sockaddr, ... */#include <netinet/in.h> /* sockaddr_in, htons, in_addr */
#include <netinet/in_systm.h> /* misc crud that netinet/ip.h references */
#include <netinet/ip.h> /* IPOPT_LSRR, header stuff */
#include <netdb.h> /* hostent, gethostby*, getservby* */
#include <arpa/inet.h> /* inet_ntoa */
#include <fcntl.h>
#include <conio.h>
我的VC也没有,怎么回事?????????