]> sjero.net Git - wget/blobdiff - src/build_info.c
Separate "https" feature.
[wget] / src / build_info.c
index e330b653a5e5e740ed69e83f3ba6ee104c99dcc2..f60c76ee7f8a76d4561e5340ede902a6c3c81ca8 100644 (file)
@@ -30,12 +30,9 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#include "config.h"
+#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