Moved general Mac defines from Comm_Headers.c to Comm_Defines.h so that raptor can include Comm_Defines.h

git-svn-id: svn://10.0.0.236/trunk@1105 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
thom 1998-05-04 22:31:33 +00:00
parent 367c6a4f72
commit 49acb7a1f2
2 changed files with 21 additions and 20 deletions

View File

@ -82,3 +82,24 @@
// 97/05/05 jrm -- use phil's new search scope api
#define B3_SEARCH_API
#define macintosh // macintosh is defined for GUSI
#define XP_MAC 1
// we have to do this here because ConditionalMacros.h will be included from
// within OpenTptInternet.h and will stupidly define these to 1 if they
// have not been previously defined. The new PowerPlant (CWPro1) requires that
// this be set to 0. (pinkerton)
#define OLDROUTINENAMES 0
#ifndef OLDROUTINELOCATIONS
#define OLDROUTINELOCATIONS 0
#endif
// OpenTransport.h has changed to not include the error messages we need from
// it unless this is defined. Why? dunnno...(pinkerton)
#define OTUNIXERRORS 1
#ifndef DEBUG
#define NDEBUG
#endif

View File

@ -20,26 +20,6 @@
// Comm_Headers.c
// ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
#define macintosh // macintosh is defined for GUSI
#define XP_MAC 1
// we have to do this here because ConditionalMacros.h will be included from
// within OpenTptInternet.h and will stupidly define these to 1 if they
// have not been previously defined. The new PowerPlant (CWPro1) requires that
// this be set to 0. (pinkerton)
#define OLDROUTINENAMES 0
#ifndef OLDROUTINELOCATIONS
#define OLDROUTINELOCATIONS 0
#endif
// OpenTransport.h has changed to not include the error messages we need from
// it unless this is defined. Why? dunnno...(pinkerton)
#define OTUNIXERRORS 1
#ifndef DEBUG
#define NDEBUG
#endif
// #include <osl.h> for some reason, including this messes up PP compiles, we get
// "already defined" errors