$NetBSD$

--- libmsn-0.1/msn/util.cpp.orig	Sun Aug  1 18:49:51 2004
+++ libmsn-0.1/msn/util.cpp	Sun Aug  1 18:50:59 2004
@@ -24,6 +24,9 @@
 #include <cerrno>
 #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)
