lib/util: allow parmlist.c to compile under s3 includes.h
authorAndrew Bartlett <abartlet@samba.org>
Mon, 20 Jun 2011 10:43:42 +0000 (20:43 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Jun 2011 23:36:22 +0000 (09:36 +1000)
lib/util/parmlist.c

index 6658fa7e33290039511ebaff759346711381410d..0f2f3af8eea8f27601951c818304d937d2011c65 100644 (file)
@@ -20,6 +20,8 @@
 #include "../lib/util/dlinklist.h"
 #include "../lib/util/parmlist.h"
 
+#undef strcasecmp
+
 struct parmlist_entry *parmlist_get(struct parmlist *ctx, const char *name)
 {
        struct parmlist_entry *e;