1From c026b0c0de4eebb189bc77b2d4c3b9528454ac04 Mon Sep 17 00:00:00 2001
2From: "Roy.Li" <rongqing.li@windriver.com>
3Date: Fri, 19 Jul 2013 10:19:25 +0800
4Subject: [PATCH] Enable tcp_wrapper.
5
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Roy.Li <rongqing.li@windriver.com>
9
10---
11 builddefs.h | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/builddefs.h b/builddefs.h
15index e908352..0106d1a 100644
16--- a/builddefs.h
17+++ b/builddefs.h
18@@ -1,7 +1,7 @@
19 #ifndef VSF_BUILDDEFS_H
20 #define VSF_BUILDDEFS_H
21
22-#undef VSF_BUILD_TCPWRAPPERS
23+#define VSF_BUILD_TCPWRAPPERS
24 #define VSF_BUILD_PAM
25 #undef VSF_BUILD_SSL
26
27