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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [Dbg_cf.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/* Dbg_cf.h.  Generated automatically by configure.  */
2
/* This file is only to be included by the Debugger itself. */
3
/* Applications should only include Dbg.h. */
4
 
5
/*
6
 * Check for headers
7
 */
8
#ifndef __NIST_DBG_CF_H__
9
#define __NIST_DBG_CF_H__
10
 
11
/* #undef NO_STDLIB_H */                /* Tcl requires this name */
12
 
13
/*
14
 * Check for functions
15
 */
16
#define HAVE_STRCHR 1
17
 
18
#ifndef HAVE_STRCHR
19
#define strchr(s,c) index(s,c)
20
#endif /* HAVE_STRCHR */
21
 
22
#endif  /* __NIST_DBG_CF_H__ */

powered by: WebSVN 2.1.0

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