summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-11-14 12:42:38 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-11-14 12:42:38 +0100
commit513a53284158c6fe3b4c89b59eb10029639407b5 (patch)
tree4e4cd3c92418daf818815d6a7a0038abd439cb05 /options.c
parent1aa664cef51e4b4ed4b35e569925acb4fd7b9b52 (diff)
parent5682d3394204c788988b3cf67b3443a717704d2c (diff)
downloadopenvpn-513a53284158c6fe3b4c89b59eb10029639407b5.tar.gz
openvpn-513a53284158c6fe3b4c89b59eb10029639407b5.tar.xz
openvpn-513a53284158c6fe3b4c89b59eb10029639407b5.zip
Merge branch 'feat_misc' into beta2.2
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.c b/options.c
index bc6616b..66b57d7 100644
--- a/options.c
+++ b/options.c
@@ -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 */
}