1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-29 09:39:03 +00:00

Remove COMPAT_SRCS and COMPAT_OBJS.

These appear not to have any effect any more. They were initially used
to conditionally compile and link some files with replacements for
standard library functions, but seem not to have been used after r828
("Moved to nbase system for compatability funcs").
This commit is contained in:
david
2013-05-13 04:21:11 +00:00
parent 11aff032df
commit 6b7b428cb9
11 changed files with 439 additions and 453 deletions

View File

@@ -51,9 +51,6 @@ AC_PROG_RANLIB
dnl AC_PROG_INSTALL
dnl AC_PATH_PROG(MAKEDEPEND, makedepend)
AC_SUBST(COMPAT_OBJS)
AC_SUBST(COMPAT_SRCS)
dnl Host specific hacks
AC_CANONICAL_HOST