//
//  NSDebug.h
//  mySTEP
//
//  Created by Dr. H. Nikolaus Schaller on Wed Dec 28 2005.
//  Copyright (c) 2005 DSITRI.
//
//  This file is part of the mySTEP Library and is provided
//  under the terms of the GNU Library General Public License.
//

// this is a private and unsupported API for the Apple Cocoa Runtime
// therefore we have not (yet?) implemented

extern BOOL NSZombieEnabled;
extern BOOL NSDeallocateZombies;
extern BOOL NSDebugEnabled;
extern BOOL NSHangOnUncaughtException;
extern BOOL NSEnableAutoreleasePool;
extern BOOL NSAutoreleaseFreedObjectCheckEnabled;

