Enabling Far in GCC

hello,

i want to enable far in gcc, how to enable this.

pls reply back

thanx in advance.

svh

You do not need to "enable" it. If you're compiling TURBO C code using gcc, you need to do

#define far

far has no meaning in a 32 bit environment - it's used for accesssing DOS data segments.