From 9c5c0116b1cebbbbf4d33e8fec44c5351a932d0d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 6 Aug 2004 20:29:44 +0000 Subject: [PATCH] Added 2 defs: CYGWIN WINMSVC to indicate environments. Used to support putting in sleep commands into ct2ctml. --- config.h.in | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/config.h.in b/config.h.in index 3091a5549..09a090006 100755 --- a/config.h.in +++ b/config.h.in @@ -52,20 +52,29 @@ typedef int ftnlen; // Fortran hidden string length type #undef DARWIN #undef HAS_SSTREAM +// Identify whether the operating system is cygwin's overlay of +// windows, with gcc being used as the compiler. +#undef CYGWIN + +// Identify whether the operating system is windows based, with +// microsoft vc++ being used as the compiler +#undef WINMSVC + //--------- Fonts for reaction path diagrams ---------------------- #undef RXNPATH_FONT - //--------------------- Python ------------------------------------ - -// used to run Python to process .cti files +// This path to the python executable is created during +// Cantera's setup. It identifies the python executable +// used to run Python to process .cti files. #undef PYTHON_EXE - //--------------------- Cantera ----------------------------------- -// used to find data files #undef CANTERA_ROOT +// This data pathway is used to locate a directory where datafiles +// are to be found. Note, the local directory is always searched +// as well. #undef CANTERA_DATA #undef INCL_PURE_FLUIDS