I have a C file that will be cross compiled in both Linux and Turbo C. It has segments of codes specific to each platform. I know that I will use #ifdef's, #define's to control which part will be compiled in a specific platform. However I don't know what to write beside those #ifdef's, #define's. Does anyone know which #define line defines a linux system or a turbo c platform, etc?