Files
mlpack/fastlib/trilinos/include/Triutils_config.h
T

147 lines
4.2 KiB
C++

/* src/Triutils_config.h. Generated from Triutils_config.h.in by configure. */
/* src/Triutils_config.h.in. Generated from configure.ac by autoheader. */
/* Define to dummy `main' function (if any) required to link to the Fortran
libraries. */
/* #undef F77_DUMMY_MAIN */
/* Define to a macro mangling the given C identifier (in lower and upper
case), which must not contain underscores, for linking with Fortran. */
#define F77_FUNC(name,NAME) name ## _
/* As F77_FUNC, but for C identifiers containing underscores. */
#define F77_FUNC_(name,NAME) name ## __
/* Define if F77 and FC dummy `main' functions are identical. */
/* #undef FC_DUMMY_MAIN_EQ_F77 */
/* Define if you have a BLAS library. */
#define HAVE_BLAS 1
/* define if bool is a built-in type */
#define HAVE_BOOL
/* Define to 1 if you have the <cmath> header file. */
#define HAVE_CMATH 1
/* Define to 1 if you have the <cstdio> header file. */
#define HAVE_CSTDIO 1
/* Define to 1 if you have the <cstdlib> header file. */
#define HAVE_CSTDLIB 1
/* Define if you want to build export makefiles. */
#define HAVE_EXPORT_MAKEFILES
/* Define if you are using gnumake - this will shorten your link lines. */
/* #undef HAVE_GNUMAKE */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <iostream> header file. */
#define HAVE_IOSTREAM 1
/* Define to 1 if you have the <iostream.h> header file. */
/* #undef HAVE_IOSTREAM_H */
/* Define if want to build libcheck */
#define HAVE_LIBCHECK
/* 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 <malloc.h> header file. */
#define HAVE_MALLOC_H 1
/* Define to 1 if you have the <map> header file. */
#define HAVE_MAP 1
/* Define to 1 if you have the <map.h> header file. */
/* #undef HAVE_MAP_H */
/* Define to 1 if you have the <math.h> header file. */
#define HAVE_MATH_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* define if we want to use MPI */
/* #undef HAVE_MPI */
/* define if the compiler supports the mutable keyword */
#define HAVE_MUTABLE
/* define if the compiler implements namespaces */
#define HAVE_NAMESPACES
/* define if the compiler accepts the new for scoping rules */
#define HAVE_NEW_FOR_SCOPING
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* define if std::sprintf is supported */
#define HAVE_STD_SPRINTF
/* define if the compiler supports Standard Template Library */
#define HAVE_STL
/* Define to 1 if you have the <string> header file. */
#define HAVE_STRING 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define if want to build tests */
#define HAVE_TESTS
/* Define if want to build triutils-tests */
#define HAVE_TRIUTILS_TESTS
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "maherou@sandia.gov"
/* Define to the full name of this package. */
#define PACKAGE_NAME "triutils"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "triutils 1.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "triutils"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.3"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif
/* Define to rpl_malloc if the replacement function should be used. */
/* #undef malloc */