X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fidnlookup.c;h=c3847963baa2660d3e13f21e69195e60be3f436a;hb=9155cd45df487a4a8f401b4001495140162e31b2;hp=bab502da024acfe27823a30b5a0e3db229dc0aec;hpb=2269406c64770520d8c504f925af30eebe60d5aa;p=icmp-dn.git diff --git a/src/idnlookup.c b/src/idnlookup.c index bab502d..c384796 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; @@ -277,6 +279,6 @@ int main(int argc, char **argv) /* * Local Variables: - * compile-command: "gcc -Wall -g -o idnlookup idnlookup.c" + * compile-command: "make CFLAGS='-Wall -g'" * End: */