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