home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / dbm / macbuild / DBMConfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  1.2 KB  |  35 lines

  1. /* 
  2.  *           CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
  3.  *              NETSCAPE COMMUNICATIONS CORPORATION
  4.  * Copyright ⌐ 1996, 1997 Netscape Communications Corporation.  All Rights
  5.  * Reserved.  Use of this Source Code is subject to the terms of the
  6.  * applicable license agreement from Netscape Communications Corporation.
  7.  * The copyright notice(s) in this Source Code does not indicate actual or
  8.  * intended publication of this Source Code.
  9.  */
  10.  
  11. // we have to do this here because ConditionalMacros.h will be included from
  12. // within OpenTptInternet.h and will stupidly define these to 1 if they
  13. // have not been previously defined. The new PowerPlant (CWPro1) requires that
  14. // this be set to 0. (pinkerton)
  15. #define OLDROUTINENAMES 0
  16. #ifndef OLDROUTINELOCATIONS
  17.     #define OLDROUTINELOCATIONS    0
  18. #endif
  19.  
  20. #define XP_MAC 1
  21. #define _PR_NO_PREEMPT 1
  22. #define _NO_FAST_STRING_INLINES_ 1
  23. #define NSPR20 1
  24.  
  25. // OpenTransport.h has changed to not include the error messages we need from
  26. // it unless this is defined. Why? dunnno...(pinkerton)
  27. #define OTUNIXERRORS 1
  28.  
  29. #include "IDE_Options.h"
  30.  
  31. /* Make sure that "macintosh" is defined. */
  32. #ifndef macintosh
  33. #define macintosh 1
  34. #endif
  35.