summaryrefslogtreecommitdiffstats
path: root/config-win32.h.in
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-08 04:02:56 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-08 04:02:56 +0000
commit2270775d8c17ce040818887cf8e3b288182660b6 (patch)
treeda2a41df7d150050696ff9500fa32040e8664865 /config-win32.h.in
parent1406db559be5030c7c4cb8ee2a424e61faafd130 (diff)
downloadopenvpn-2270775d8c17ce040818887cf8e3b288182660b6.tar.gz
openvpn-2270775d8c17ce040818887cf8e3b288182660b6.tar.xz
openvpn-2270775d8c17ce040818887cf8e3b288182660b6.zip
Added #ifdefed out AUTO_USERID feature.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1436 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'config-win32.h.in')
-rw-r--r--config-win32.h.in3
1 files changed, 3 insertions, 0 deletions
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