git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix string_copy() macro to not multiple-eval args. Bug 2603
[exim.git]
/
src
/
OS
/
os.c-SunOS5
diff --git
a/src/OS/os.c-SunOS5
b/src/OS/os.c-SunOS5
index e298f6d5452dc1ebb7d3e91edc10aab57b766428..16248695812c452bdfe999ee637359be67e792b9 100644
(file)
--- a/
src/OS/os.c-SunOS5
+++ b/
src/OS/os.c-SunOS5
@@
-9,7
+9,7
@@
/* Solaris-specific code. This is concatenated onto the generic
src/os.c file. */
-#if
def MISSING_UNSETENV_3
+#if
defined(MISSING_UNSETENV_3) && !defined(COMPILE_UTILITY)
# include "setenv.c"
#endif