From f43b14829433f96c09bd1fcd5afcd84344671dd7 Mon Sep 17 00:00:00 2001 From: Stefen Guzik <guzik2@llnl.gov> Date: Thu, 31 Jul 2008 21:10:48 +0000 Subject: [PATCH] For definitions from configure --- Common/Defs.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Common/Defs.h.in diff --git a/Common/Defs.h.in b/Common/Defs.h.in new file mode 100644 index 0000000000..774b30400c --- /dev/null +++ b/Common/Defs.h.in @@ -0,0 +1,11 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. +#ifndef _DEFS_H_ +#define _DEFS_H_ + +// Partitioning (0x01 = Chaco, 0x10 = Metis) +#define @USE_PARTITION@ @USE_PARTITION_PROG@ + +#endif -- GitLab