I am having a little problem with header files .h when programming in C, i am using Borland Compiler 5.5 on Win2K and when i try to program socket or something network-like the default borland compiler pack doesnt contain needed header files, so when i want to compile such proggie i have to jump to linux or use CYGWIN and compile with GCC. Is it possible to program such proggies in Windows or only with GCC cuz i cant find on net these header files to work with borland compiler

by these header files i mean socket.h etc.... :/