changes required for MS visual studio DLL build
authorarif <devnull@localhost>
Wed, 21 Jan 2009 16:47:00 +0000 (16:47 +0000)
committerarif <devnull@localhost>
Wed, 21 Jan 2009 16:47:00 +0000 (16:47 +0000)
compat.h

index af78c4ddbd2912d877ee907ef1eb9cdd28bb1654..f88992ed284f3b3d3d95539aa5b3acb82f93b9fb 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -2,11 +2,13 @@
 #define COMPAT_H
 #ifdef HAVE_CONFIG_H
 #include "config.h"
+/*
 #ifndef HAVE_STRCASECMP
 extern int strcasecmp(const char*, const char*);
 #endif
 #ifndef HAVE_STRNCASECMP
 extern int strncasecmp(const char*, const char*, unsigned int);
 #endif
+*/
 #endif
 #endif