]> sjero.net Git - wget/blobdiff - src/build_info.c
Merge with mainline.
[wget] / src / build_info.c
index 542fed8a3c529400007345c2f984ba59cc3dd42e..89ae74f8dcab05365fbdd5c336f5be870d5dc616 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