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.
---
 config-win32.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config-win32.h b/config-win32.h
index be0b320..87a0b68 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

-- 
1.6.3.3


Reply via email to