OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [Dbg_cf.h] - Rev 1765

Compare with Previous | Blame | View Log

/* Dbg_cf.h.  Generated automatically by configure.  */
/* This file is only to be included by the Debugger itself. */
/* Applications should only include Dbg.h. */
 
/*
 * Check for headers
 */
#ifndef __NIST_DBG_CF_H__
#define __NIST_DBG_CF_H__
 
/* #undef NO_STDLIB_H */		/* Tcl requires this name */
 
/*
 * Check for functions
 */
#define HAVE_STRCHR 1
 
#ifndef HAVE_STRCHR
#define strchr(s,c) index(s,c)
#endif /* HAVE_STRCHR */
 
#endif	/* __NIST_DBG_CF_H__ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.