/usr/include/trilinos/Komplex_config.h is in libtrilinos-komplex-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 | /* src/Komplex_config.h.in. Generated from configure.ac by autoheader. */
/* define for use in Komplex if using MPI */
/* #undef AZTEC_MPI */
/* Define if want to build examples */
/* #undef HAVE_EXAMPLES */
/* Define if you want to build export makefiles. */
/* #undef HAVE_EXPORT_MAKEFILES */
/* Define to 1 if you have the `floor' function. */
/* #undef HAVE_FLOOR */
/* 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 if want to build komplex-examples */
/* #undef HAVE_KOMPLEX_EXAMPLES */
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
/* #undef HAVE_MALLOC */
/* 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 accepts the new for scoping rules */
#define HAVE_NEW_FOR_SCOPING
/* 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/types.h> header file. */
/* #undef HAVE_SYS_TYPES_H */
/* Define to 1 if you have the `uname' function. */
/* #undef HAVE_UNAME */
/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
/* 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 */
|