diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2010-11-25 14:13:43 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2010-11-25 14:13:43 +0100 |
commit | b24c11f89613f6d9ed3429e642b0c4bd610efd7e (patch) | |
tree | 55a5a165aff20e922b7ed4181007e4724b99a97e /dmake/config.h.in | |
parent | 285c96b26992d3e6ef7a91dbdf4366d976f7a4bb (diff) |
#i115784# dmake: fix memory errors uncovered by valgrind and other tools.
Diffstat (limited to 'dmake/config.h.in')
-rw-r--r-- | dmake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in index c8aa63a861b9..ed639aa99b03 100644 --- a/dmake/config.h.in +++ b/dmake/config.h.in @@ -55,6 +55,9 @@ /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #undef HAVE_NDIR_H +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV + /* Define to 1 if you have the `settz' function. */ #undef HAVE_SETTZ |