/usr/include/trilinos/Triutils_config.h is in libtrilinos-triutils-dev 12.10.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | /* src/Triutils_config.h.in. Generated from configure.ac by autoheader. */
/* define if bool is a built-in type */
/* #undef HAVE_BOOL */
/* Define to 1 if you have the <cmath> header file. */
#define HAVE_CMATH
/* Define to 1 if you have the <cstdio> header file. */
#define HAVE_CSTDIO
/* Define to 1 if you have the <cstdlib> header file. */
#define HAVE_CSTDLIB
/* Define if you want to build export makefiles. */
/* #undef 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
/* Define to 1 if you have the <iostream> header file. */
#define HAVE_IOSTREAM
/* Define to 1 if you have the <iostream.h> header file. */
/* #undef HAVE_IOSTREAM_H */
/* Define if want to build libcheck */
/* #undef 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 <map> header file. */
#define HAVE_MAP
/* 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. */
/* #undef HAVE_MATH_H */
/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */
/* define if we want to use MPI */
#define 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
/* Define to 1 if you have the <stdio.h> header file. */
/* #undef HAVE_STDIO_H */
/* Define to 1 if you have the <stdlib.h> header file. */
/* #undef HAVE_STDLIB_H */
/* define if std::sprintf is supported */
/* #undef HAVE_STD_SPRINTF */
/* define if the compiler supports Standard Template Library */
/* #undef HAVE_STL */
/* Define to 1 if you have the <string> header file. */
#define HAVE_STRING
/* 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 if want to build tests */
/* #undef HAVE_TESTS */
/* Define if want to build triutils-tests */
/* #undef HAVE_TRIUTILS_TESTS */
/* Define to 1 if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
/* 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 */
|