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 339f7aa..910d1a5 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 e97f62f..bab502d 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 5bc5ec7..dcad650 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