diff -Nur -x '*.orig' -x '*.rej' noip-2.1.1/noip2.c mezzanine_patched_noip-2.1.1/noip2.c
--- noip-2.1.1/noip2.c	2004-01-09 14:18:39.000000000 +0000
+++ mezzanine_patched_noip-2.1.1/noip2.c	2006-02-04 21:47:09.637805424 +0000
@@ -193,8 +193,8 @@
 #ifndef PREFIX
   #define PREFIX		"/usr/local"
 #endif
-#define CONFIG_FILEPATH		PREFIX"/etc"
-#define CONFIG_FILENAME		PREFIX"/etc/no-ip2.conf"
+#define CONFIG_FILEPATH		"/etc"
+#define CONFIG_FILENAME		"/etc/no-ip2.conf"
 #define CONFSTRLEN		1024
 #define MAX_DEVLEN		16
 #define MAX_INSTANCE		4
