summaryrefslogtreecommitdiff
path: root/dmake/config.h.in
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2010-11-25 14:13:43 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2010-11-25 14:13:43 +0100
commitb24c11f89613f6d9ed3429e642b0c4bd610efd7e (patch)
tree55a5a165aff20e922b7ed4181007e4724b99a97e /dmake/config.h.in
parent285c96b26992d3e6ef7a91dbdf4366d976f7a4bb (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.in3
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