From: Jan Engelhardt Date: Tue, 10 Feb 2009 09:25:08 +0000 (+0100) Subject: libxtables: remove unused XT_LIB_DIR macro X-Git-Tag: v1.4.3~39^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6601f3a4f65d0956dd829b63c503875b10d5c74;p=thirdparty%2Fiptables.git libxtables: remove unused XT_LIB_DIR macro Signed-off-by: Jan Engelhardt --- diff --git a/include/xtables/internal.h.in b/include/xtables/internal.h.in index 81ddb48a..5e34694a 100644 --- a/include/xtables/internal.h.in +++ b/include/xtables/internal.h.in @@ -3,10 +3,6 @@ #define IPTABLES_VERSION "@PACKAGE_VERSION@" -#ifndef XT_LIB_DIR -# define XT_LIB_DIR "/usr/local/lib/iptables" -#endif - /** * Program's own name and version. */