/* stdinc.h */ /*****************************************************************************/ /* AS-Portierung */ /* */ /* globaler Einzug immer benoetigter includes */ /* */ /* Historie: 21. 5.1996 min/max */ /* 11. 5.1997 DOS-Anpassungen */ /* */ /*****************************************************************************/ #include #ifndef __MUNIX__ #include #endif #if !defined ( __MSDOS__ ) && !defined( __IBMC__ ) #include #endif #include #include #include #ifdef __MSDOS__ #include #else #include #ifndef __FreeBSD__ #include #endif #endif #include "pascstyle.h" #include "datatypes.h" #include "chardefs.h" #ifndef min #define min(a,b) ((ab)?(a):(b)) #endif #ifndef M_PI #define M_PI 3.1415926535897932385E0 #endif