URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [stable_0_2_x/] [or1ksim/] [config.h.in] - Rev 1765
Compare with Previous | Blame | View Log
/* config.h.in. Generated from configure.in by autoheader. *//* Whether arithmethic instructions set flag on zero */#undef ARITH_SET_FLAG/* "Whether the compiler supports 'long long'." */#undef CC_HAS_LONG_LONG/* Whether we are building with complex execution module */#undef COMPLEX_EXECUTION/* Whether we are building with dynamic execution module */#undef DYNAMIC_EXECUTION/* Some shared files require to know, whether we have debug functions. */#undef HAS_DEBUG/* Some shared files require to know, whether we have execution functionsdefined. */#undef HAS_EXECUTION/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.*/#undef HAVE_DIRENT_H/* Whether we have ethernet PHY support */#undef HAVE_ETH_PHY/* Define to 1 if you have the `grantpt' function. */#undef HAVE_GRANTPT/* Define to 1 if the system has the type `int16_t'. */#undef HAVE_INT16_T/* Define to 1 if the system has the type `int32_t'. */#undef HAVE_INT32_T/* Define to 1 if the system has the type `int8_t'. */#undef HAVE_INT8_T/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define to 1 if you have the `isblank' function. */#undef HAVE_ISBLANK/* Define to 1 if you have the `readline' library (-lreadline). */#undef HAVE_LIBREADLINE/* Define to 1 if you have the <locale.h> header file. */#undef HAVE_LOCALE_H/* Define to 1 if you have the `lstat' function. */#undef HAVE_LSTAT/* Define to 1 if you have the <malloc.h> header file. */#undef HAVE_MALLOC_H/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */#undef HAVE_NDIR_H/* Define to 1 if you have the <net/ethernet.h> header file. */#undef HAVE_NET_ETHERNET_H/* Define to 1 if you have the `on_exit' function. */#undef HAVE_ON_EXIT/* Define to 1 if you have the `ptsname' function. */#undef HAVE_PTSNAME/* Define to 1 if you have the `putenv' function. */#undef HAVE_PUTENV/* Define to 1 if you have the `select' function. */#undef HAVE_SELECT/* Define to 1 if you have the `setenv' function. */#undef HAVE_SETENV/* Define to 1 if you have the `setlocale' function. */#undef HAVE_SETLOCALE/* Define to 1 if you have the <stdarg.h> header file. */#undef HAVE_STDARG_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strcasecmp' function. */#undef HAVE_STRCASECMP/* Define to 1 if you have the `strcoll' function and it is properly defined.*/#undef HAVE_STRCOLL/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the `strndup' function. */#undef HAVE_STRNDUP/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.*/#undef HAVE_SYS_DIR_H/* Define to 1 if you have the <sys/ethernet.h> header file. */#undef HAVE_SYS_ETHERNET_H/* Define to 1 if you have the <sys/file.h> header file. */#undef HAVE_SYS_FILE_H/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.*/#undef HAVE_SYS_NDIR_H/* Define to 1 if you have the <sys/ptem.h> header file. */#undef HAVE_SYS_PTEM_H/* Define to 1 if you have the <sys/pte.h> header file. */#undef HAVE_SYS_PTE_H/* Define to 1 if you have the <sys/select.h> header file. */#undef HAVE_SYS_SELECT_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/stream.h> header file. */#undef HAVE_SYS_STREAM_H/* Define to 1 if you have the <sys/stropts.h> header file. */#undef HAVE_SYS_STROPTS_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have the `tcgetattr' function. */#undef HAVE_TCGETATTR/* Define to 1 if you have the <termcap.h> header file. */#undef HAVE_TERMCAP_H/* Define to 1 if you have the <termios.h> header file. */#undef HAVE_TERMIOS_H/* Define to 1 if you have the <termio.h> header file. */#undef HAVE_TERMIO_H/* Define to 1 if the system has the type `uint16_t'. */#undef HAVE_UINT16_T/* Define to 1 if the system has the type `uint32_t'. */#undef HAVE_UINT32_T/* Define to 1 if the system has the type `uint8_t'. */#undef HAVE_UINT8_T/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define to 1 if you have the `unlockpt' function. */#undef HAVE_UNLOCKPT/* Define to 1 if you have the <varargs.h> header file. */#undef HAVE_VARARGS_H/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Specifies, whether we should do register accesses over time analysis.Simple execution must be enabled! */#undef RAW_RANGE_STATS/* Define as the return type of signal handlers (`int' or `void'). */#undef RETSIGTYPE/* Whether instructions set overflow flag */#undef SET_OV_FLAG/* Whether we are building with simple execution module */#undef SIMPLE_EXECUTION/* The size of a `char', as computed by sizeof. */#undef SIZEOF_CHAR/* The size of a `int', as computed by sizeof. */#undef SIZEOF_INT/* The size of a `long', as computed by sizeof. */#undef SIZEOF_LONG/* The size of a `short', as computed by sizeof. */#undef SIZEOF_SHORT/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */#undef STAT_MACROS_BROKEN/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Version number of package */#undef VERSION/* Define to 1 if your processor stores words with the most significant bytefirst (like Motorola and SPARC, unlike Intel and VAX). */#undef WORDS_BIGENDIAN/* Define to 1 if on MINIX. */#undef _MINIX/* Define to 2 if the system does not provide POSIX.1 features except withthis defined. */#undef _POSIX_1_SOURCE/* Define to 1 if you need to in order for `stat' and other things to work. */#undef _POSIX_SOURCE
