// Stub for DJGPP -- Linux proxy build #ifndef FARPTR_H_STUB #define FARPTR_H_STUB static inline unsigned long _farpeekl(unsigned short sel, unsigned long ofs) { (void)sel; (void)ofs; return 0; } #endif