Fixed a compilation problem under Fedora Core 6. Now the rfb library uses external strcasecmp() and strncasecmp() functions if provided by the system.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2337 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/Makefile.in b/common/rfb/Makefile.in
index 70a088b..65dfafc 100644
--- a/common/rfb/Makefile.in
+++ b/common/rfb/Makefile.in
@@ -73,7 +73,8 @@
 
 OBJS = d3des.o $(CXXSRCS:.cxx=.o)
 
-DIR_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@
+DIR_CPPFLAGS = -I$(top_srcdir) @JPEG_INCLUDE@ @VSNPRINTF_DEFINE@ \
+  @STRCASECMP_DEFINE@ @STRNCASECMP_DEFINE@
 
 library = librfb.a