Remove all the DEFINE's and the random places they were used for the .conf-based ban stuff.
This commit is contained in:
parent
56c1612ff3
commit
f26e8b67e2
4 changed files with 1 additions and 28 deletions
|
@ -100,7 +100,6 @@ install: install-mkdirs build
|
|||
fi; \
|
||||
$(INSTALL_BIN) $$i $(DESTDIR)$(bindir); \
|
||||
done; \
|
||||
$(RM) -f $(DESTDIR)$(bindir)/vimotd $(DESTDIR)$(bindir)/viklines
|
||||
$(RM) -f $(DESTDIR)$(bindir)/vimotd
|
||||
$(LN) $(DESTDIR)$(bindir)/viconf $(DESTDIR)$(bindir)/vimotd
|
||||
$(LN) $(DESTDIR)$(bindir)/viconf $(DESTDIR)$(bindir)/viklines
|
||||
|
||||
|
|
|
@ -44,10 +44,6 @@ int main(int argc, char *argv[])
|
|||
p = argv[0];
|
||||
else
|
||||
p++;
|
||||
#ifdef KPATH
|
||||
if(strcmp(p, "viklines") == 0)
|
||||
filename = KPATH;
|
||||
#endif /* KPATH */
|
||||
|
||||
if(strcmp(p, "vimotd") == 0)
|
||||
filename = MPATH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue