home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Rekt_ayMæk / Source / Prefix / PrefixCommon.h < prev   
Encoding:
Text File  |  2000-06-23  |  1.1 KB  |  34 lines

  1. // ===========================================================================
  2. //    PrefixCommon.h                ©1999-2000 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4. //    This file contains settings/material common to all targets for the
  5. //    prefix file/precompiled header.
  6.  
  7.  
  8.     // Option for using PowerPlant namespace
  9. #define PP_Uses_PowerPlant_Namespace        0    // OFF, don't use PowerPlant namespace
  10.  
  11.     // Standard Dialogs
  12. #define PP_StdDialogs_Option                PP_StdDialogs_Conditional    // use conditional standard dialog
  13.                                                                         // implementation
  14.  
  15.     // Force the use of new types
  16. #define PP_Uses_Old_Integer_Types            0    // OFF, use new types
  17.  
  18.     // Don't allow use of the obsolete AllowTargetSwitch
  19. #define PP_Obsolete_AllowTargetSwitch        0
  20.  
  21.     // Don't show release notes warnings for old projects
  22. #define PP_Suppress_Notes_21                1
  23.  
  24.     // Thread Classes
  25. #define THREAD_DEBUG                        0    // Off
  26. #define THREAD_PROFILE                        0    // Off
  27. #define THREAD_INACTIVITY                    0    // Off
  28. #define THREAD_PROTECT_TIMETASK                0    // Off
  29.  
  30.     // Networking classes
  31. #define USE_MACTCP                            1
  32. #define USE_OPENTPT                            1
  33.  
  34.