/******************************************************************************* **+--------------------------------------------------------------------------+** **| **** |** **| **** |** **| ******o*** |** **| ********_///_**** |** **| ***** /_//_/ **** |** **| ** ** (__/ **** |** **| ********* |** **| **** |** **| *** |** **| |** **| Copyright (c) 1998-2003 Texas Instruments Incorporated |** **| ALL RIGHTS RESERVED |** **| |** **| Permission is hereby granted to licensees of Texas Instruments |** **| Incorporated (TI) products to use this computer program for the sole |** **| purpose of implementing a licensee product based on TI products. |** **| No other rights to reproduce, use, or disseminate this computer |** **| program, whether in part or in whole, are granted. |** **| |** **| TI makes no representation or warranties with respect to the |** **| performance of this computer program, and specifically disclaims |** **| any responsibility for any damages, special or consequential, |** **| connected with the use of this program. |** **| |** **+--------------------------------------------------------------------------+** *******************************************************************************/ /******************************************************************************* * FILE PURPOSE: Debug support. ******************************************************************************* * FILE NAME: debug.h * * DESCRIPTION: Header file defining debug macros. * * (C) Copyright 2003, Texas Instruments, Inc ******************************************************************************/ #ifndef _DEBUG_H #define _DEBUG_H #define SHELL_DEBUG 0 #define FOPS_DEBUG 0 #define ELF_DEBUG 0 #define GZ_FLOW_DEBUG 0 #define GZ_INTERNAL_DEBUG 0 #define BIN_DEBUG 0 #define HEAPMEM_DEBUG 0 #define CPMAC_DEBUG 0 #define ETHER_DEBUG 0 #define ARP_DEBUG 0 #define IP_DEBUG 0 #define UDP_DEBUG 0 #define TFTP_DEBUG 0 #define ENV_DEBUG 0 #define FMM_DEBUG 0 #define DHCP_DEBUG 0 #define FTP_SERVER_DEBUG 0 #endif /* _DEBUG_H */