/usr/include/trilinos/fei_trilinos_macros.hpp is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.
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 | #ifndef _fei_trilinos_macros_hpp_
#define _fei_trilinos_macros_hpp_
//fei_macros.hpp includes FEI_config.h
#include "fei_macros.hpp"
#ifdef FEI_BYPASS_CONFIG_H
#undef HAVE_FEI_TEUCHOS
#ifndef HAVE_FEI_NO_TEUCHOS
#define HAVE_FEI_TEUCHOS
#endif
#undef HAVE_FEI_EPETRA
#ifndef HAVE_FEI_NO_EPETRA
#define HAVE_FEI_EPETRA
#endif
#undef HAVE_FEI_AZTECOO
#ifndef HAVE_FEI_NO_AZTECOO
#define HAVE_FEI_AZTECOO
#endif
#undef HAVE_FEI_AMESOS
#ifndef HAVE_FEI_NO_AMESOS
#define HAVE_FEI_AMESOS
#endif
#undef HAVE_FEI_ML
#ifndef HAVE_FEI_NO_ML
#define HAVE_FEI_ML
#endif
#undef HAVE_FEI_IFPACK
#ifndef HAVE_FEI_NO_IFPACK
#define HAVE_FEI_IFPACK
#endif
#ifndef HAVE_CONFIG_H
#define HAVE_CONFIG_H
#endif
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef F77_FUNC
#undef F77_FUNC_
#endif
//FEI_BYPASS_CONFIG_H
#endif
//_fei_trilinos_macros_hpp_
|