X-Git-Url: http://dolda2000.com/gitweb/?p=icmp-dn.git;a=blobdiff_plain;f=src%2Fnss-icmp.c;h=dcad65028521016db51a6d7d09191f21e427e235;hp=5bc5ec7db9cbfe7dbf529da8200a04651b9a3289;hb=2269406c64770520d8c504f925af30eebe60d5aa;hpb=21c92d5d484277cf22f62ecc8e60db1608e062ad diff --git a/src/nss-icmp.c b/src/nss-icmp.c index 5bc5ec7..dcad650 100644 --- a/src/nss-icmp.c +++ b/src/nss-icmp.c @@ -33,8 +33,12 @@ #include #include #include +#include "config.h" +#ifndef CONFIGFILE #define CONFIGFILE "/etc/nss-icmp.conf" +#endif + #if 0 #define DEBUGP(format...) fprintf(stderr, "nss-icmp: " format); #else