summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-13 11:24:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-13 11:24:56 -0800
commit5a273c9fab6a4fe3ab0c729e78f3a86d3e5a69ed (patch)
tree6973b7b128ba66d077dd110accad6c0fcd809230 /misc.c
parent79a24ac258f66014af066df0707058b971c31988 (diff)
Use standard autoconf defines for mkstemp & putenv instead of imake leftovers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 3c4c636..c9367bd 100644
--- a/misc.c
+++ b/misc.c
@@ -28,7 +28,7 @@ in this Software without prior written authorization from The Open Group.
#include "xsm.h"
-#ifdef NOPUTENV
+#ifndef HAVE_PUTENV
/*
* define our own putenv() if the system doesn't have one.
* putenv(s): place s (a string of the form "NAME=value") in