summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ne_utils.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ne_utils.c b/src/ne_utils.c
index 5b120c8..a672f40 100644
--- a/src/ne_utils.c
+++ b/src/ne_utils.c
@@ -108,6 +108,9 @@ static const char version_string[] = "neon " NEON_VERSION ": "
#ifdef NE_HAVE_SOCKS
", SOCKSv5"
#endif
+#ifdef NE_HAVE_LFS
+ ", LFS"
+#endif
#ifdef HAVE_OPENSSL
#ifdef OPENSSL_VERSION_TEXT
", " OPENSSL_VERSION_TEXT
@@ -121,6 +124,9 @@ static const char version_string[] = "neon " NEON_VERSION ": "
#ifdef HAVE_SSPI
", SSPI"
#endif /* HAVE_SSPI */
+#ifdef HAVE_PAKCHOIS
+ ", PKCS#11"
+#endif
"."
;