/usr/include/ple_config.h is in code-saturne-include 4.3.3+repack-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 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  | #ifndef __PLE_CONFIG_H__
#define __PLE_CONFIG_H__
/* ple_config.h. Generated by configure */
/*
  This file is part of the Parallel Location and Exchange library,
  intended to provide mesh or particle-based code coupling services.
  Copyright (C) 2005-2015  EDF
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.
  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.
  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* Complete version number */
#define PLE_VERSION "2.0.2"
/* Major version number */
#define PLE_MAJOR_VERSION 2
/* Minor version number */
#define PLE_MINOR_VERSION 0
/* Release version number */
#define PLE_RELEASE_VERSION 2
/* The size of a 'void *', as computed by sizeof. */
#define PLE_SIZEOF_VOID_P 8
/* The size of a 'short', as computed by sizeof. */
#define PLE_SIZEOF_SHORT 2
/* The size of a 'int', as computed by sizeof. */
#define PLE_SIZEOF_INT 4
/* The size of a 'long', as computed by sizeof. */
#define PLE_SIZEOF_LONG 8
/* The size of a 'long long', as computed by sizeof. */
#define PLE_SIZEOF_LONG_LONG 8
/* The size of a 'float', as computed by sizeof. */
#define PLE_SIZEOF_FLOAT 4
/* The size of a 'double', as computed by sizeof. */
#define PLE_SIZEOF_DOUBLE 8
/* PLE library configured with MPI support ? */
#define PLE_HAVE_MPI 1
#endif /* __PLE_CONFIG_H__ */
 |