From 25415ec8842de4109b23467aa1cd63e06bf19fbe Mon Sep 17 00:00:00 2001 From: "fredrik@DOLDA2000.COM" Date: Mon, 23 May 2005 00:51:42 +0000 Subject: [PATCH] Include config.h only when HAVE_CONFIG_H is defined. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@249 959494ce-11ee-0310-bf91-de5d638817bd --- src/idnlookup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/idnlookup.c b/src/idnlookup.c index bab502d..1727c4d 100644 --- a/src/idnlookup.c +++ b/src/idnlookup.c @@ -31,7 +31,9 @@ #include #include #include +#ifdef HAVE_CONFIG_H #include "config.h" +#endif struct icmphdr { u_int8_t type; -- 2.11.0