Incorporate make system changes by Oron Peled.
[icmp-dn.git] / src / nss-icmp.c
index 5bc5ec7..dcad650 100644 (file)
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/wait.h>
+#include "config.h"
 
+#ifndef        CONFIGFILE
 #define CONFIGFILE "/etc/nss-icmp.conf"
+#endif
+
 #if 0
 #define DEBUGP(format...) fprintf(stderr, "nss-icmp: " format);
 #else