]> www.dolda2000.com Git - icmp-dn.git/commitdiff
Incorporate make system changes by Oron Peled.
authorfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 23 May 2005 00:29:55 +0000 (00:29 +0000)
committerfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 23 May 2005 00:29:55 +0000 (00:29 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@239 959494ce-11ee-0310-bf91-de5d638817bd

src/icmpdnd.c
src/idnlookup.c
src/nss-icmp.c

index 339f7aaefaa91e406428e75b92d0e39adb285042..910d1a509013ca9e3619cc6d01b5c66394e5c72b 100644 (file)
@@ -29,6 +29,7 @@
 #include <arpa/inet.h>
 #include <netinet/ip.h>
 #include <sys/types.h>
+#include "config.h"
 
 struct icmphdr {
     u_int8_t type;
index e97f62fd51360fca9a19e3955825605833bae081..bab502da024acfe27823a30b5a0e3db229dc0aec 100644 (file)
@@ -31,6 +31,7 @@
 #include <sys/types.h>
 #include <sys/poll.h>
 #include <sys/time.h>
+#include "config.h"
 
 struct icmphdr {
     u_int8_t type;
index 5bc5ec7db9cbfe7dbf529da8200a04651b9a3289..dcad65028521016db51a6d7d09191f21e427e235 100644 (file)
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/wait.h>
+#include "config.h"
 
+#ifndef        CONFIGFILE
 #define CONFIGFILE "/etc/nss-icmp.conf"
+#endif
+
 #if 0
 #define DEBUGP(format...) fprintf(stderr, "nss-icmp: " format);
 #else