From 980d44047f4ab1541f80df1c9c2cfe6a2c572af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuli=20Sepp=C3=A4nen?= Date: Fri, 11 Feb 2011 15:11:51 +0200 Subject: Added ENABLE_PASSWORD_SAVE to config-win32.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change adds ENABLE_PASSWORD_SAVE to config-win32.h. This option is also defined in win/settings.in, but it does not have any effect there. Signed-off-by: Samuli Seppänen Acked-by: James Yonan Signed-off-by: David Sommerseth --- config-win32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-win32.h b/config-win32.h index be0b320..8f4de3b 100644 --- a/config-win32.h +++ b/config-win32.h @@ -50,6 +50,9 @@ typedef unsigned long in_addr_t; #define TAP_WIN32_DEBUG #endif +/* Enable reading credentials from a file */ +#define ENABLE_PASSWORD_SAVE 1 + /* Enable client/server capability */ #define ENABLE_CLIENT_SERVER 1 -- cgit v1.2.3