From b6601f3a4f65d0956dd829b63c503875b10d5c74 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Feb 2009 10:25:08 +0100 Subject: libxtables: remove unused XT_LIB_DIR macro Signed-off-by: Jan Engelhardt --- include/xtables/internal.h.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/xtables/internal.h.in') 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. */ -- cgit v1.2.3 From c02e80878979d2205f3d89d05548397871e598e9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Feb 2009 10:40:15 +0100 Subject: libxtables: decouple non-xtables parts from header Signed-off-by: Jan Engelhardt --- include/xtables/internal.h.in | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 include/xtables/internal.h.in (limited to 'include/xtables/internal.h.in') diff --git a/include/xtables/internal.h.in b/include/xtables/internal.h.in deleted file mode 100644 index 5e34694a..00000000 --- a/include/xtables/internal.h.in +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _XTABLES_INTERNAL_H -#define _XTABLES_INTERNAL_H 1 - -#define IPTABLES_VERSION "@PACKAGE_VERSION@" - -/** - * Program's own name and version. - */ -extern const char *program_name, *program_version; - -extern void _init(void); - -#endif /* _XTABLES_INTERNAL_H */ -- cgit v1.2.3