]> sjero.net Git - wget/blobdiff - src/build_info.c
Separate "https" feature.
[wget] / src / build_info.c
index ee843ce9ebb5426874253839316305835d89653b..f60c76ee7f8a76d4561e5340ede902a6c3c81ca8 100644 (file)
@@ -33,9 +33,6 @@ as that of the covered work.  */
 #include "wget.h"
 #include <stdio.h>
 
-char *system_wgetrc = SYSTEM_WGETRC;
-char *locale_dir = LOCALEDIR;
-
 const char* (compiled_features[]) =
 {
 
@@ -83,6 +80,12 @@ const char* (compiled_features[]) =
   "-md5",
 #endif
 
+#ifdef HAVE_SSL
+  "+https",
+#else
+  "-https",
+#endif
+
 #ifdef HAVE_LIBGNUTLS
   "+gnutls",
 #else