From c65179afe77a6b8582aa12de140ad63a259970db Mon Sep 17 00:00:00 2001 From: David Galos Date: Thu, 25 Sep 2014 15:18:01 -0400 Subject: [PATCH 3/4] add FUNCTION_EXPORT to config.h.in --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h.in b/config.h.in index 08af2ba..3968f03 100644 --- a/config.h.in +++ b/config.h.in @@ -107,6 +107,10 @@ /* Define ARRAY_VARS if you want ksh-style one-dimensional array variables. */ #undef ARRAY_VARS +/* Define FUNCTION_EXPORT if you want bash to eval function-like environment + variables */ +#undef FUNCTION_EXPORT + /* Define DPAREN_ARITHMETIC if you want the ksh-style ((...)) arithmetic evaluation command. */ #undef DPAREN_ARITHMETIC -- 2.1.0.rc2.206.gedb03e5