diff options
author | Rusty Russell <rusty@linuxcare.com.au> | 2001-02-28 11:21:53 +0000 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2001-02-28 11:21:53 +0000 |
commit | 008a83fad0f131e08d03235e7615fb392d1f3c3b (patch) | |
tree | 62f2ec32c62882b3f48bc67dae64ba9a730b5784 /extensions/.TCPMSS-test | |
parent | 2ca59042f5108b8ab5fcfbce494ca12c0c38551f (diff) |
Move some include files to be present always, so build always includes them even if patches not applied (eg. for distributions).
Diffstat (limited to 'extensions/.TCPMSS-test')
-rwxr-xr-x | extensions/.TCPMSS-test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/.TCPMSS-test b/extensions/.TCPMSS-test deleted file mode 100755 index d6ea82f8..00000000 --- a/extensions/.TCPMSS-test +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_TCPMSS.h ] && echo TCPMSS -[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_tcpmss.h ] && echo tcpmss |