/* * BASIC by Phil Cockcroft */ /* * configuration file for Linux machines */ #ifndef _BAS_CONF_H_ #define _BAS_CONF_H_ /* * standard constants of a Intel 80386 processor */ #include #include #include #include #include #ifdef SCO #define _IEEE 1 #endif #include #define IEEEMATHS #define BLOCKSIZ 4096 /* size of disk blocks */ #undef UNPORTABLE #undef NO_SCOMMS #define DEFWIDTH 80 /* line length */ #endif