summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/roken.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-25 11:20:50 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-26 15:01:03 +0100
commit510e37155eab8b4bf29adcf10f242334bfedca46 (patch)
tree0e7d47756d223a05cb067e4c84d376e1cd2ea95f /source4/heimdal_build/roken.h
parent9521801dc89a425a2d1e58d0cf7ca24e83b02a04 (diff)
downloadsamba-510e37155eab8b4bf29adcf10f242334bfedca46.tar.gz
samba-510e37155eab8b4bf29adcf10f242334bfedca46.tar.bz2
samba-510e37155eab8b4bf29adcf10f242334bfedca46.zip
s4:heimdal_build: define HAVE_STRLCPY, HAVE_STRLCAT, HAVE_STRCASECMP and HAVE_MKSTEMP
metze
Diffstat (limited to 'source4/heimdal_build/roken.h')
-rw-r--r--source4/heimdal_build/roken.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index 3edeb2fb2e..9bffbcdc53 100644
--- a/source4/heimdal_build/roken.h
+++ b/source4/heimdal_build/roken.h
@@ -41,6 +41,22 @@
#define HAVE_STRNDUP
#endif
+#ifndef HAVE_STRLCPY
+#define HAVE_STRLCPY
+#endif
+
+#ifndef HAVE_STRLCAT
+#define HAVE_STRLCAT
+#endif
+
+#ifndef HAVE_STRCASECMP
+#define HAVE_STRCASECMP
+#endif
+
+#ifndef HAVE_MKSTEMP
+#define HAVE_MKSTEMP
+#endif
+
#ifndef HAVE_SETENV
#define HAVE_SETENV
#endif