home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / macfe / pch / Comm_Defines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  2.2 KB  |  85 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. // ╤╤╤ Security
  20. //#define NADA_VERSION
  21. //#define EXPORT_VERSION
  22. #define US_VERSION
  23.  
  24. // ╤╤╤ Misc
  25. //#define NO_DBM        // define this to kill DBM
  26. #define NEW_BOOKMARKS
  27. // Enables us to switch profiling from project preferences
  28.  
  29. // ╤╤╤ Version
  30. //#define ALPHA
  31. //#define BETA
  32. // Comment out both ALPHA and BETA for the final version
  33.  
  34. // ╤╤╤ Do we have an editor?
  35. // 98-03-10 pchen -- moved into Component_Config.h
  36. // #define EDITOR
  37.  
  38. // ╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤
  39. //    Ñ    You typically will not need to change things below here!!!
  40. // ╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤
  41.  
  42. #define MOCHA
  43. #define MOZILLA_CLIENT
  44. #ifndef NETSCAPE
  45. #define NETSCAPE
  46. #endif
  47.  
  48. // #define JAVA     1
  49.  
  50. #ifdef JAVA
  51.     #define UNICODE_FONTLIST 1
  52. #endif
  53.  
  54. #define LAYERS
  55.  
  56. #define CASTED_READ_OBJECT(stream, type, reference) (reference = NULL)
  57.  
  58. // Profile is set in project preferences
  59. #if  defined(__profile__) 
  60.     #if(__profile__ == 1)
  61.         #ifndef PROFILE
  62.             #define PROFILE
  63.         #endif
  64.     #endif
  65. #endif
  66.  
  67. #ifdef EDITOR
  68.     // I don't know why I need this..
  69.     #define CONST const
  70. #endif
  71.  
  72. #define VERSION_NUMBER "4_0b0"
  73. #define ZIP_NAME "java"##VERSION_NUMBER
  74. #define _NSPR    1
  75. #ifndef NSPR20
  76. #define NSPR20 1
  77. #endif
  78.  
  79. // 1997-04-29 pkc -- if we ever remove this from zLibDebug.Prefixm then
  80. // we need to remove this from here also
  81. #define Z_PREFIX
  82.  
  83. // 97/05/05 jrm -- use phil's new search scope api
  84. #define B3_SEARCH_API
  85.