From 570c17aa3bb6a39030ebefc5618f0c3fa8cf0089 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 25 Apr 2004 05:50:07 +0000 Subject: Debugging of simple authentication handler --- common/compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/compat.h') diff --git a/common/compat.h b/common/compat.h index c250db1..bb7311c 100644 --- a/common/compat.h +++ b/common/compat.h @@ -36,5 +36,8 @@ void* reallocf(void* p, size_t sz); char* strlwr(char* s); #endif +#ifndef HAVE_STRUPR +char* strupr(char* s); +#endif #endif /* _COMPAT_H_ */ -- cgit v1.2.3