diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-11-14 12:42:38 +0100 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-11-14 12:42:38 +0100 |
commit | 513a53284158c6fe3b4c89b59eb10029639407b5 (patch) | |
tree | 4e4cd3c92418daf818815d6a7a0038abd439cb05 | |
parent | Merge branch 'feat_misc' into beta2.2 (diff) | |
parent | Added check for variable CONFIGURE_DEFINES into options.c (diff) | |
download | openvpn-513a53284158c6fe3b4c89b59eb10029639407b5.tar.xz |
Merge branch 'feat_misc' into beta2.2
-rw-r--r-- | options.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2932,8 +2932,10 @@ usage_version (void) #ifdef CONFIGURE_CALL msg (M_INFO|M_NOPREFIX, "\n%s\n", CONFIGURE_CALL); #endif +#ifdef CONFIGURE_DEFINES msg (M_INFO|M_NOPREFIX, "Compile time defines: %s", CONFIGURE_DEFINES); #endif +#endif openvpn_exit (OPENVPN_EXIT_STATUS_USAGE); /* exit point */ } |