Index: nping/Makefile.in =================================================================== --- nping/Makefile.in (revision 21143) +++ nping/Makefile.in (working copy) @@ -32,7 +32,7 @@ export LIBDNETDIR = @LIBDNETDIR@ -DEFS = @DEFS@ -DNPING_NAME=\"$(NPING_NAME)\" -DNPING_URL=\"$(NPING_URL)\" -DNPING_PLATFORM=\"$(NPING_PLATFORM)\" -DNPINGDATADIR=\"$(npingdatadir)\" +DEFS = @DEFS@ -DNPING_NAME=\"$(NPING_NAME)\" -DNPING_URL=\"$(NPING_URL)\" -DNPING_PLATFORM=\"$(NPING_PLATFORM)\" # With GCC, add extra security checks to source code. # http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html # Level 1 only makes changes that don't affect "conforming" programs, @@ -123,7 +123,7 @@ config.cache config.log config.status install-nping: $(TARGET) - $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(npingdatadir) + $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 $(INSTALL) -c -m 755 nping $(DESTDIR)$(bindir)/nping # Use strip -x to avoid stripping dynamically loaded NSE functions. See # http://seclists.org/nmap-dev/2007/q4/0272.html. @@ -140,7 +140,6 @@ uninstall-nping: rm -f $(DESTDIR)$(bindir)/$(TARGET) rm -f $(DESTDIR)$(mandir)/man1/$(TARGET).1 - rm -rf $(DESTDIR)$(npingdatadir) ${srcdir}/configure: configure.ac cd ${srcdir} && autoconf Index: nping_winconfig.h =================================================================== --- nping_winconfig.h (revision 21143) +++ nping_winconfig.h (working copy) @@ -109,10 +109,6 @@ #define NPING_PLATFORM "i686-pc-windows-windows" -#ifdef NPINGDATADIR - #define NPINGDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */ -#endif - #define HAVE_OPENSSL 1 /* Apparently __func__ isn't yet supported */ #define __func__ __FUNCTION__