From c026b0c0de4eebb189bc77b2d4c3b9528454ac04 Mon Sep 17 00:00:00 2001
|
From: "Roy.Li" <rongqing.li@windriver.com>
|
Date: Fri, 19 Jul 2013 10:19:25 +0800
|
Subject: [PATCH] Enable tcp_wrapper.
|
|
Upstream-Status: Inappropriate [configuration]
|
|
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
|
|
---
|
builddefs.h | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/builddefs.h b/builddefs.h
|
index e908352..0106d1a 100644
|
--- a/builddefs.h
|
+++ b/builddefs.h
|
@@ -1,7 +1,7 @@
|
#ifndef VSF_BUILDDEFS_H
|
#define VSF_BUILDDEFS_H
|
|
-#undef VSF_BUILD_TCPWRAPPERS
|
+#define VSF_BUILD_TCPWRAPPERS
|
#define VSF_BUILD_PAM
|
#undef VSF_BUILD_SSL
|
|