// =========================================================================== // SspDebugHeadersPPC.h ©2001 Microsoft Corp. All rights reserved. // =========================================================================== #include // Precompiled header of Toolbox routines #define __MACUAM__ 1 //Needed for MWERKSCrypt.h in RSA32 lib. #define SSP_TARGET_PPC 1 #define MAC // //This is needed so we can use the RSA32 headers and not conflict //with typedefs in that library. // #define __MACSSP__ // //This define will force the inclusion of several windows //typdefs and functions not available on the mac. // #define BLDR_KERNEL_RUNTIME // //On what platform are we compiling the Ssp library for? // #define SECURITY_MAC // //Define the following when building on Carbon. // #undef SSP_TARGET_CARBON //*************************************************************** //The following enabled on debug builds only! //*************************************************************** // //Turn on the debugging code in the MacSsp library. // #define SSP_DEBUG // //Define the following to use constants so you can //debug challenge/authenticate messages easily. // #define USE_CONSTANT_CHALLENGE