summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/openbsd-compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 2e56203e1..f02dec63e 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -94,6 +94,10 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
94size_t strlcat(char *dst, const char *src, size_t siz); 94size_t strlcat(char *dst, const char *src, size_t siz);
95#endif 95#endif
96 96
97#ifndef HAVE_STRCASESTR
98char *strcasestr(const char *, const char *);
99#endif
100
97#ifndef HAVE_SETENV 101#ifndef HAVE_SETENV
98int setenv(register const char *name, register const char *value, int rewrite); 102int setenv(register const char *name, register const char *value, int rewrite);
99#endif 103#endif