$NetBSD: patch-ac,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $

--- libmsn/msn/util.cpp.orig	2007-06-13 15:44:04.000000000 -0700
+++ libmsn/msn/util.cpp
@@ -24,6 +24,10 @@
 #include <errno.h>
 #include <cctype>
 
+ 
+// Get rid of the macro for platforms not having c++-safe headers.
+#undef toupper
+
 namespace MSN 
 {    
     std::pair<std::string, int> splitServerAddress(const std::string & address, int default_port)
