From: fredrik@DOLDA2000.COM Date: Mon, 23 May 2005 00:51:44 +0000 (+0000) Subject: Include config.h only when HAVE_CONFIG_H is defined. X-Git-Url: http://dolda2000.com/gitweb/?p=icmp-dn.git;a=commitdiff_plain;h=738f3f12e5a2ebc6d9d629b3038dd6b967dbd989 Include config.h only when HAVE_CONFIG_H is defined. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@250 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/src/nss-icmp.c b/src/nss-icmp.c index dcad650..f22aa24 100644 --- a/src/nss-icmp.c +++ b/src/nss-icmp.c @@ -33,7 +33,9 @@ #include #include #include +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #ifndef CONFIGFILE #define CONFIGFILE "/etc/nss-icmp.conf"