Patch to Cradlepoint Current

Change-Id: I029979ce6312912138aa41e9c3fa9b120c86d03b
diff --git a/src/config.h b/src/config.h
index 8c41943..45b1c4c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -168,14 +168,18 @@
 /* The default set of options to build. Built with these options, dnsmasq
    has no library dependencies other than libc */
 
+/* CRADLEPOINT */
+#define NO_LARGEFILE
+#define NO_CONNTRACK
+#define NO_TFTP
+#define NO_AUTH
+#define NO_INOTIFY
 #define HAVE_DHCP
 #define HAVE_DHCP6 
-#define HAVE_TFTP
 #define HAVE_SCRIPT
-#define HAVE_AUTH
 #define HAVE_IPSET 
 #define HAVE_LOOP
-#define HAVE_DUMPFILE
+/* CRADLEPOINT */
 
 /* Build options which require external libraries.