From 5a273c9fab6a4fe3ab0c729e78f3a86d3e5a69ed Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 13 Jan 2013 11:24:56 -0800 Subject: Use standard autoconf defines for mkstemp & putenv instead of imake leftovers Signed-off-by: Alan Coopersmith --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc.c') 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 -- cgit v1.2.3