/usr/include/gmsh/GmshConfig.h is in libgmsh-dev 3.0.6+dfsg1-1.
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 | // Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <gmsh@onelab.info>.
#ifndef _GMSH_CONFIG_H_
#define _GMSH_CONFIG_H_
/* #undef HAVE_3M */
/* #undef HAVE_ACIS */
#define HAVE_ANN
#define HAVE_BAMG
#define HAVE_BFGS
#define HAVE_BLAS
#define HAVE_BLOSSOM
/* #undef HAVE_CAIRO */
#define HAVE_CHACO
/* #undef HAVE_COMPRESSED_IO */
#define HAVE_DLOPEN
#define HAVE_DINTEGRATION
#define HAVE_FLTK
/* #undef HAVE_FOURIER_MODEL */
#define HAVE_GMM
/* #undef HAVE_GMP */
#define HAVE_KBIPACK
#define HAVE_LAPACK
#define HAVE_LIBCGNS
#define HAVE_LIBJPEG
#define HAVE_LIBPNG
#define HAVE_LIBZ
#define HAVE_LINUX_JOYSTICK
#define HAVE_MATHEX
#define HAVE_MED
#define HAVE_MESH
/* #undef HAVE_METIS */
#define HAVE_MMG3D
#define HAVE_MPEG_ENCODE
#define HAVE_MPI
/* #undef HAVE_MUMPS */
#define HAVE_NATIVE_FILE_CHOOSER
#define HAVE_NETGEN
/* #undef HAVE_NUMPY */
/* #undef HAVE_NO_INTPTR_T */
/* #undef HAVE_NO_SOCKLEN_T */
/* #undef HAVE_NO_STDINT_H */
/* #undef HAVE_NO_VSNPRINTF */
#define HAVE_OCC
/* #undef HAVE_OCC_CAF */
#define HAVE_ONELAB
/* #undef HAVE_ONELAB2 */
#define HAVE_ONELAB_METAMODEL
/* #undef HAVE_UDT */
#define HAVE_OPENGL
#define HAVE_OPTHOM
/* #undef HAVE_OSMESA */
#define HAVE_PARSER
/* #undef HAVE_PETSC */
/* #undef HAVE_PETSC4PY */
#define HAVE_PLUGINS
#define HAVE_POST
/* #undef HAVE_POPPLER */
/* #undef HAVE_QT */
/* #undef HAVE_REVOROPT */
/* #undef HAVE_SALOME */
/* #undef HAVE_SGEOM */
/* #undef HAVE_SLEPC */
#define HAVE_SOLVER
/* #undef HAVE_TAUCS */
#define HAVE_TETGEN
#define HAVE_VORO3D
/* #undef HAVE_ZIPPER */
#define GMSH_CONFIG_OPTIONS " 64Bit Ann Bamg Bfgs Blas(Generic) Blossom C++11 Cgns Chaco DIntegration Dlopen Fltk Gmm Jpeg Kbipack Lapack(Generic) LinuxJoystick MPI MathEx Med Mesh Mmg3d Mpeg NativeFileChooser Netgen ONELAB ONELABMetamodel OpenCASCADE OpenGL OptHom Parser Plugins Png Post Python Solver TetGen/BR Tetgen Voro3D Zlib"
#endif
|