summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/roken.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-03-12 16:05:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:29 -0500
commit252331a35d084735ed8d8d88130b88deba504cee (patch)
tree53ade078e4eab19df85c5fd31b0cae9b4bc6d489 /source4/heimdal_build/roken.h
parent8988113a4261a484962eb104408ada661809ce3a (diff)
downloadsamba-252331a35d084735ed8d8d88130b88deba504cee.tar.gz
samba-252331a35d084735ed8d8d88130b88deba504cee.tar.bz2
samba-252331a35d084735ed8d8d88130b88deba504cee.zip
r21799: tell roken.h.in to not generate prototypes for setenv() and unsetenv()
metze (This used to be commit 974eb5eb6837685ee93efea814544cc7051c070e)
Diffstat (limited to 'source4/heimdal_build/roken.h')
-rw-r--r--source4/heimdal_build/roken.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index 871deabada..5749be7df5 100644
--- a/source4/heimdal_build/roken.h
+++ b/source4/heimdal_build/roken.h
@@ -41,6 +41,14 @@
#define HAVE_STRNDUP
#endif
+#ifndef HAVE_SETENV
+#define HAVE_SETENV
+#endif
+
+#ifndef HAVE_UNSETENV
+#define HAVE_UNSETENV
+#endif
+
#ifndef HAVE_VSYSLOG
#define HAVE_VSYSLOG
#endif