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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [config.h.in] - Diff between revs 1745 and 1748

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

Rev 1745 Rev 1748
Line 1... Line 1...
/* config.h.in.  Generated from configure.in by autoheader.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
 
/* Whether arithmethic instructions set flag on zero */
/* Whether arithmethic instructions set flag on zero */
#undef ARITH_SET_FLAG
#undef ARITH_SET_FLAG
 
 
/* "Whether the compiler supports 'long long'." */
/* "Whether the compiler supports 'long long'." */
Line 10... Line 10...
#undef COMPLEX_EXECUTION
#undef COMPLEX_EXECUTION
 
 
/* Whether we are building with dynamic execution module */
/* Whether we are building with dynamic execution module */
#undef DYNAMIC_EXECUTION
#undef DYNAMIC_EXECUTION
 
 
/* Some shared files require to know, whether we have debug functions. */
/* Define to 1 if you have the `basename' function. */
#undef HAS_DEBUG
#undef HAVE_BASENAME
 
 
/* Some shared files require to know, whether we have execution functions
/* Define to 1 if you have the `bzero' function. */
   defined. */
#undef HAVE_BZERO
#undef HAS_EXECUTION
 
 
 
/* Define to 1 if you have the  header file, and it defines `DIR'.
/* Define to 1 if you have the  header file, and it defines `DIR'.
   */
   */
#undef HAVE_DIRENT_H
#undef HAVE_DIRENT_H
 
 
Line 27... Line 26...
#undef HAVE_DLFCN_H
#undef HAVE_DLFCN_H
 
 
/* Whether we have ethernet PHY support */
/* Whether we have ethernet PHY support */
#undef HAVE_ETH_PHY
#undef HAVE_ETH_PHY
 
 
 
/* Some shared files require to know, whether we have execution functions
 
   defined. */
 
#undef HAVE_EXECUTION
 
 
 
/* Define to 1 if you have the  header file. */
 
#undef HAVE_GETOPT_H
 
 
/* Define to 1 if you have the `grantpt' function. */
/* Define to 1 if you have the `grantpt' function. */
#undef HAVE_GRANTPT
#undef HAVE_GRANTPT
 
 
/* Define to 1 if the system has the type `int16_t'. */
/* Define to 1 if the system has the type `int16_t'. */
#undef HAVE_INT16_T
#undef HAVE_INT16_T
Line 45... Line 51...
#undef HAVE_INTTYPES_H
#undef HAVE_INTTYPES_H
 
 
/* Define to 1 if you have the `isblank' function. */
/* Define to 1 if you have the `isblank' function. */
#undef HAVE_ISBLANK
#undef HAVE_ISBLANK
 
 
 
/* Define to 1 if you have the  header file. */
 
#undef HAVE_LIBINTL_H
 
 
/* Define to 1 if you have the `readline' library (-lreadline). */
/* Define to 1 if you have the `readline' library (-lreadline). */
#undef HAVE_LIBREADLINE
#undef HAVE_LIBREADLINE
 
 
/* Define to 1 if you have the  header file. */
/* Define to 1 if you have the  header file. */
#undef HAVE_LOCALE_H
#undef HAVE_LOCALE_H
 
 
/* Define to 1 if you have the `lstat' function. */
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
#undef HAVE_LSTAT
 
 
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
   to 0 otherwise. */
 
#undef HAVE_MALLOC
 
 
/* Define to 1 if you have the  header file. */
/* Define to 1 if you have the  header file. */
#undef HAVE_MALLOC_H
#undef HAVE_MALLOC_H
 
 
/* Define to 1 if you have the  header file. */
/* Define to 1 if you have the  header file. */
#undef HAVE_MEMORY_H
#undef HAVE_MEMORY_H
Line 96... Line 109...
#undef HAVE_STDLIB_H
#undef HAVE_STDLIB_H
 
 
/* Define to 1 if you have the `strcasecmp' function. */
/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
#undef HAVE_STRCASECMP
 
 
 
/* Define to 1 if you have the `strchr' function. */
 
#undef HAVE_STRCHR
 
 
/* Define to 1 if you have the `strcoll' function and it is properly defined.
/* Define to 1 if you have the `strcoll' function and it is properly defined.
   */
   */
#undef HAVE_STRCOLL
#undef HAVE_STRCOLL
 
 
 
/* Define to 1 if you have the `strcspn' function. */
 
#undef HAVE_STRCSPN
 
 
 
/* Define to 1 if you have the `strftime' function. */
 
#undef HAVE_STRFTIME
 
 
/* Define to 1 if you have the  header file. */
/* Define to 1 if you have the  header file. */
#undef HAVE_STRINGS_H
#undef HAVE_STRINGS_H
 
 
/* Define to 1 if you have the  header file. */
/* Define to 1 if you have the  header file. */
#undef HAVE_STRING_H
#undef HAVE_STRING_H
 
 
/* Define to 1 if you have the `strndup' function. */
/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP
#undef HAVE_STRNDUP
 
 
 
/* Define to 1 if you have the `strrchr' function. */
 
#undef HAVE_STRRCHR
 
 
 
/* Define to 1 if you have the `strtol' function. */
 
#undef HAVE_STRTOL
 
 
/* Define to 1 if you have the  header file, and it defines `DIR'.
/* Define to 1 if you have the  header file, and it defines `DIR'.
   */
   */
#undef HAVE_SYS_DIR_H
#undef HAVE_SYS_DIR_H
 
 
/* Define to 1 if you have the  header file. */
/* Define to 1 if you have the  header file. */
Line 177... Line 205...
#undef HAVE_VARARGS_H
#undef HAVE_VARARGS_H
 
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
#undef NO_MINUS_C_MINUS_O
 
 
 
/* "The compiler uses the OR32 ELF types" */
 
#undef OR32_TYPES
 
 
/* Name of package */
/* Name of package */
#undef PACKAGE
#undef PACKAGE
 
 
/* Define to the address where bug reports for this package should be sent. */
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
#undef PACKAGE_BUGREPORT
Line 226... Line 257...
#undef STAT_MACROS_BROKEN
#undef STAT_MACROS_BROKEN
 
 
/* Define to 1 if you have the ANSI C header files. */
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
#undef STDC_HEADERS
 
 
 
/* Define to 1 if your  declares `struct tm'. */
 
#undef TM_IN_SYS_TIME
 
 
/* Version number of package */
/* Version number of package */
#undef VERSION
#undef VERSION
 
 
/* Define to 1 if your processor stores words with the most significant byte
/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
#undef WORDS_BIGENDIAN
 
 
 
/* "The source code uses the GNU libraries */
 
#undef _GNU_SOURCE
 
 
 
/* Define to empty if `const' does not conform to ANSI C. */
 
#undef const
 
 
 
/* Define to rpl_malloc if the replacement function should be used. */
 
#undef malloc
 
 
 
/* Define to `unsigned int' if  does not define. */
 
#undef size_t

powered by: WebSVN 2.1.0

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