home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / WebSTAR / PPSendPartial CGI / Source / SendPartialDebugPrefix.h < prev    next >
Encoding:
Text File  |  1996-09-05  |  529 b   |  42 lines  |  [TEXT/CWIE]

  1. /***
  2.     File:        SendPartialDebugPrefix.h
  3.  
  4.  
  5.     Contains:    <contents>
  6.  
  7.  
  8.     Written by:    Ken Wieschhoff
  9.  
  10.  
  11.     Copyright:    ©1996 Siren Enterprises, All Rights Reserved.
  12.  
  13.  
  14.     Change History (most recent first):
  15.  
  16.  
  17.  
  18.        <1>     9/5/96  kw     Header file.
  19.  
  20. ***/
  21.  
  22.  
  23.  
  24. // Define all debugging symbols
  25. //#define Debug_Throw
  26. //#define Debug_Signal
  27.  
  28. #if __profile__
  29.  
  30.     // profile threads
  31.     #define THREAD_PROFILE    1
  32.  
  33. #endif
  34.  
  35. // Use PowerPlant-specific Precompiled header
  36.  
  37. #ifdef powerc
  38.     #include    <PP_MacHeadersPPC>    
  39. #else
  40.     #include    <PP_MacHeaders68K>
  41. #endif
  42.