diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-22 10:13:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-22 10:13:06 +0000 |
commit | 20185945628dcdf1923d201dd9b85afcfe8fc118 (patch) | |
tree | 1cacb11ed2c41c855e8f618c68ad6737df02310e /science/openfoam/files/patch-applications_utilities_miscellaneous_foamFlex_config.h | |
parent | SHA256ify (manually done and checked) (diff) |
The OpenFOAM (Open Field Operation and Manipulation) CFD Toolbox can simulate
anything from complex fluid flows involving chemical reactions, turbulence and
heat transfer, to solid dynamics, electromagnetics and the pricing of financial
options.
WWW: http://www.opencfd.co.uk/openfoam/index.html
PR: ports/91886
Submitted by: thierry
Diffstat (limited to 'science/openfoam/files/patch-applications_utilities_miscellaneous_foamFlex_config.h')
-rw-r--r-- | science/openfoam/files/patch-applications_utilities_miscellaneous_foamFlex_config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/openfoam/files/patch-applications_utilities_miscellaneous_foamFlex_config.h b/science/openfoam/files/patch-applications_utilities_miscellaneous_foamFlex_config.h new file mode 100644 index 000000000000..ee3757154756 --- /dev/null +++ b/science/openfoam/files/patch-applications_utilities_miscellaneous_foamFlex_config.h @@ -0,0 +1,20 @@ +--- applications/utilities/miscellaneous/foamFlex/config.h.orig Mon Dec 2 18:16:12 2002 ++++ applications/utilities/miscellaneous/foamFlex/config.h Sun Dec 18 14:37:39 2005 +@@ -11,7 +11,7 @@ + #define STDC_HEADERS 1 + + /* Define if you have the <malloc.h> header file. */ +-#define HAVE_MALLOC_H 1 ++#undef HAVE_MALLOC_H + + /* Define if you have the <string.h> header file. */ + #define HAVE_STRING_H 1 +@@ -20,7 +20,7 @@ + #define HAVE_SYS_TYPES_H 1 + + /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ +-#define HAVE_ALLOCA_H 1 ++#undef HAVE_ALLOCA_H + + /* Define if platform-specific command line handling is necessary. */ + /* #undef NEED_ARGV_FIXUP */ |