From 2270775d8c17ce040818887cf8e3b288182660b6 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 8 Nov 2006 04:02:56 +0000 Subject: Added #ifdefed out AUTO_USERID feature. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1436 e7ae566f-a301-0410-adde-c780ea21d3b5 --- config-win32.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config-win32.h.in') diff --git a/config-win32.h.in b/config-win32.h.in index 502c6ae..fcf4b69 100644 --- a/config-win32.h.in +++ b/config-win32.h.in @@ -65,6 +65,9 @@ typedef unsigned long in_addr_t; /* Allow --askpass and --auth-user-pass passwords to be read from a file */ /* #undef ENABLE_PASSWORD_SAVE */ +/* Enable AUTO_USERID feature */ +/* #define AUTO_USERID */ + /* Enable client/server capability */ #define ENABLE_CLIENT_SERVER 1 -- cgit