/usr/include/root/Math/MConfig.h is in libroot-math-smatrix-dev 5.34.14-1build1.
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 | // @(#)root/smatrix:$Id$
// Authors: T. Glebe, L. Moneta 2005
#ifndef ROOT_Math_MConfig
#define ROOT_Math_MConfig
// for alpha streams
#if defined(__alpha) && !defined(linux)
# include <standards.h>
# ifndef __USE_STD_IOSTREAM
# define __USE_STD_IOSTREAM
# endif
#endif
#if defined(__sun) && !defined(linux)
#include <stdlib.h>
// Solaris does not support expression like D1*(D1+1)/2 as template parameters
#define UNSUPPORTED_TEMPLATE_EXPRESSION
#endif
#endif
|