diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 11:24:56 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 11:24:56 -0800 |
commit | 5a273c9fab6a4fe3ab0c729e78f3a86d3e5a69ed (patch) | |
tree | 6973b7b128ba66d077dd110accad6c0fcd809230 /misc.c | |
parent | 79a24ac258f66014af066df0707058b971c31988 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |