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 <samuli@openvpn.net>
Acked-by: James Yonan <james@openvpn.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
#define TAP_WIN32_DEBUG\r
#endif\r
\r
+/* Enable reading credentials from a file */
+#define ENABLE_PASSWORD_SAVE 1
+
/* Enable client/server capability */\r
#define ENABLE_CLIENT_SERVER 1\r
\r