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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [config.h.in] - Diff between revs 82 and 91

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 82 Rev 91
Line 266... Line 266...
#undef STDC_HEADERS
#undef STDC_HEADERS
 
 
/* Define to 1 if your  declares `struct tm'. */
/* Define to 1 if your  declares `struct tm'. */
#undef TM_IN_SYS_TIME
#undef TM_IN_SYS_TIME
 
 
 
/* Enable extensions on AIX 3, Interix.  */
 
#ifndef _ALL_SOURCE
 
# undef _ALL_SOURCE
 
#endif
 
/* Enable GNU extensions on systems that have them.  */
 
#ifndef _GNU_SOURCE
 
# undef _GNU_SOURCE
 
#endif
 
/* Enable threading extensions on Solaris.  */
 
#ifndef _POSIX_PTHREAD_SEMANTICS
 
# undef _POSIX_PTHREAD_SEMANTICS
 
#endif
 
/* Enable extensions on HP NonStop.  */
 
#ifndef _TANDEM_SOURCE
 
# undef _TANDEM_SOURCE
 
#endif
 
/* Enable general extensions on Solaris.  */
 
#ifndef __EXTENSIONS__
 
# undef __EXTENSIONS__
 
#endif
 
 
 
 
/* Version number of package */
/* Version number of package */
#undef VERSION
#undef VERSION
 
 
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
   significant byte first (like Motorola and SPARC, unlike Intel). */
Line 281... Line 303...
# ifndef WORDS_BIGENDIAN
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
# endif
#endif
#endif
 
 
/* "The source code uses the GNU libraries */
/* Define to 1 if on MINIX. */
#undef _GNU_SOURCE
#undef _MINIX
 
 
 
/* Define to 2 if the system does not provide POSIX.1 features except with
 
   this defined. */
 
#undef _POSIX_1_SOURCE
 
 
 
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
#undef _POSIX_SOURCE
 
 
/* Define to empty if `const' does not conform to ANSI C. */
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
#undef const
 
 
/* Define to rpl_malloc if the replacement function should be used. */
/* Define to rpl_malloc if the replacement function should be used. */

powered by: WebSVN 2.1.0

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