/* config.h.in. Generated from configure.in by autoheader. */ #ifndef _INCLUDE_TITANIUM_CONFIG_H_ #define _INCLUDE_TITANIUM_CONFIG_H_ /* self-identification */ #undef PACKAGE #undef VERSION /* the PAPI library */ #undef USE_PAPI /* PAPI_multiplex_init() function */ #undef HAVE_PAPI_MULTIPLEX_INIT /* GASNet tools is available */ #undef USE_GASNET_TOOLS /* using the MIPSPro C compiler (which doesn't seem to have other identifying markers) */ #undef MIPSPRO_COMPILER /* Track compiler's use (and misuse) of memory */ #undef DEBUG_MEMORY_USAGE /* Use conservative garbage collector in compiler */ #undef USE_TC_GC /* Workaround for spurious yytext symbols in AIX libc */ #undef USE_AIX_FLEX_HACK /* Build and use our version of Omega library */ #undef BUILD_OMEGA /* Sglobal inference */ #undef USE_SGLOBAL_INFERENCE /* Disable GC */ #undef USE_GC_NONE /* Inline modifier supported at runtime */ #undef CC_INLINE_MODIFIER /* Functions may be declared "static inline" */ #undef STATIC_INLINE_WORKS /* Variable sized stack arrays at runtime */ #undef USE_RUNTIME_VARARRAY /* Types for primitive types in inttypes.h */ #undef USE_RUNTIME_INTTYPES_H /* MAXPATHLEN is defined in sys/param.h */ #undef USE_RUNTIME_SYS_PARAM_H_MAXPATHLEN /* PATHSIZE and not MAXPATHLEN is defined in sys/param.h */ #undef USE_RUNTIME_SYS_PARAM_H_PATHSIZE /* Using the GNU C compiler for the Cray at runtime */ #undef USE_RUNTIME_CRAY_GNU_C /* Using the Cray T3E C compiler at runtime */ #undef USE_RUNTIME_CRAY_T3E_C /* Use 64-bit point coordinates (workaround for PR291, see c-types/CtPointInstance.cc)*/ #undef USE_64BIT_POINTS /* C++ string class has erase() methods */ #undef HAVE_STRING_ERASE /* C++ queue and stack templates take two type parameters */ #undef HAVE_BINARY_ADAPTORS /* C++ template specialization syntax */ #undef HAVE_TEMPLATE_SPECIALIZATION /* C++ string class requires inclusion of */ #undef HAVE_STD_BASTRING_CC /* C++ character traits template class is called "char_traits" */ #undef HAVE_CHAR_TRAITS /* C++ character traits template class can be specialized implicitly */ #undef IMPLICIT_CHAR_TRAITS /* C++ stream state set using ios::setstate() */ #undef HAVE_IOS_SETSTATE /* has usleep() */ #undef HAVE_USLEEP /* has nanosleep() */ #undef HAVE_NANOSLEEP /* has nsleep() */ #undef HAVE_NSLEEP /* has sched_yield() */ #undef HAVE_SCHED_YIELD /* has __builtin_expect */ #undef HAVE_BUILTIN_EXPECT /* has pthread_setconcurrency() */ #undef HAVE_PTHREAD_SETCONCURRENCY /* has fmod() */ #undef HAVE_FMOD /* has remainder() */ #undef HAVE_REMAINDER /* has drem() */ #undef HAVE_DREM /* has __func__ function name defined */ #undef HAVE_FUNC /* have working __swab16(), __swab32(), and __swab64() macros */ #undef HAVE_SWABN_MACROS /* check for a certain broken sstream implementation (early GNU g++ release) */ #undef SSTREAM_BROKEN /* Define if "long-long-support.h" should be included */ #undef USE_LONG_LONG_SUPPORT_H /* Define if stat64 contains long longs */ #undef STAT64_CONTAINS_LONG_LONGS /* Define if you have an enameserver.h file that implements a global endpoint na ming service */ #undef HAVE_ENAMESERVER_H /* Define to a string in order to use a custom spawn function by default for udp-* backends */ #undef TI_CSPAWN_CMD /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ #undef CRAY_STACKSEG_END /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA /* Define to 1 if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define to 1 if you have the header file. */ #undef HAVE_EXT_HASH_MAP /* Define to 1 if you have the header file. */ #undef HAVE_FEATURES_H /* Define to 1 if you have the `fstat64' function. */ #undef HAVE_FSTAT64 /* Define to 1 if you have the header file. */ #undef HAVE_HASH_MAP /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `llseek' function. */ #undef HAVE_LLSEEK /* Define to 1 if you have the `lseek64' function. */ #undef HAVE_LSEEK64 /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `open64' function. */ #undef HAVE_OPEN64 /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV /* Define to 1 if you have the header file. */ #undef HAVE_SSTREAM /* Define to 1 if you have the `stat64' function. */ #undef HAVE_STAT64 /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILIO_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_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 /* 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 `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* The size of a `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* 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 byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER #ifdef HAVE_FEATURES_H /* these get us 64-bit file declarations under several Unixen */ /* they must come before the first include of features.h */ #define _LARGEFILE64_SOURCE 1 #define _LARGEFILE_SOURCE 1 # include #endif /* special GCC features */ #if ! defined (__GNUC__) && ! defined (__attribute__) #define __attribute__(flags) #endif #endif