26 lines
604 B
C
Executable File
26 lines
604 B
C
Executable File
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1999-2004 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: PalmOptTraceLevel.h
|
|
*
|
|
* Release: eclipse 5 SDK (68K) R4.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __PALMOPTTRACELEVEL_H__
|
|
#define __PALMOPTTRACELEVEL_H__
|
|
|
|
#include <BuildDefines.h>
|
|
|
|
#ifdef TRACE_OUTPUT_OK_TO_REDEFINE
|
|
#undef TRACE_OUTPUT_OK_TO_REDEFINE
|
|
#undef TRACE_OUTPUT
|
|
#endif
|
|
|
|
#ifndef TRACE_OUTPUT
|
|
#define TRACE_OUTPUT TRACE_OUTPUT_OFF
|
|
#endif
|
|
|
|
#endif
|