ndb tools for win32

ooo bzr diff -r1 -pa/:b/ ndb/tools |di -X Make
--- a/ndb/tools/ndb_config.cpp	2007-08-29 07:25:53 +0000
+++ b/ndb/tools/ndb_config.cpp	2007-09-06 13:30:53 +0000
@@ -24,7 +24,11 @@
 #include <my_getopt.h>
 #include <mysql_version.h>
 
+#ifndef NDB_WIN32
 #include <netdb.h>
+#else
+#define strncasecmp(A,B,L) strnicmp((A),(B),(L))
+#endif
 
 #include <NdbOut.hpp>
 #include <mgmapi.h>

