home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume21
/
newmat02
/
part01
/
include.hxx
next >
Wrap
Text File
|
1991-08-01
|
903b
|
46 lines
//$$ include.hxx include files required by various versions of C++
#define Glock
#ifdef __ZTC__ // Zortech
#include <stream.hpp>
#include <stdlib.h>
#include <math.h>
#define flush ""
#undef Glock
#endif
#ifdef __BCPLUSPLUS__ // Borland
#include <iostream.h>
#include <stdlib.h>
#include <math.h>
#undef Glock
#undef __TURBOC__
#endif
#ifdef __TURBOC__ // Turbo
#include <iostream.h>
#include <stdlib.h>
#include <math.h>
#undef Glock
#endif
#ifdef ATandT // AT&T
#include <stream.h>
extern "C" {
#include <stdlib.h>
}
extern "C" {
#include <math.h>
}
#undef Glock
#endif
#ifdef Glock // Glockenspiel
#include <stream.hxx>
extern "C" { #include <stdlib.h> }
extern "C" { #include <math.h> }
#define NO_LONG_NAMES 0
#endif