summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Configure.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-29 12:44:33 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-29 12:50:03 (GMT)
commitd2222d529d957eef48078c617bdef213961276d8 (patch)
tree6bfcd9b174875505b271fdf22bfc60acbcf0dd87 /Source/kwsys/Configure.hxx.in
parent198e00f6e8341da9804f69c0821222f2d999b3ef (diff)
downloadCMake-d2222d529d957eef48078c617bdef213961276d8.zip
CMake-d2222d529d957eef48078c617bdef213961276d8.tar.gz
CMake-d2222d529d957eef48078c617bdef213961276d8.tar.bz2
KWSys: Cleanup putenv leak option implementation
Define KWSYS_DO_NOT_CLEAN_PUTENV only for the implementation. It does not need to be configured in the interface of "Configure.hxx".
Diffstat (limited to 'Source/kwsys/Configure.hxx.in')
-rw-r--r--Source/kwsys/Configure.hxx.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in
index 9310d94..716b84f 100644
--- a/Source/kwsys/Configure.hxx.in
+++ b/Source/kwsys/Configure.hxx.in
@@ -15,15 +15,6 @@
/* Include C configuration. */
#include <@KWSYS_NAMESPACE@/Configure.h>
-/* Disable cleanup of putenv memory for issues with GCOV */
-#if @KWSYS_DO_NOT_CLEAN_PUTENV@
-#define KWSYS_DO_NOT_CLEAN_PUTENV
-#else
-#undef KWSYS_DO_NOT_CLEAN_PUTENV
-#endif
-
-
-
/* Whether ANSI C++ stream headers are to be used. */
#define @KWSYS_NAMESPACE@_IOS_USE_ANSI @KWSYS_IOS_USE_ANSI@