]> sjero.net Git - wget/blobdiff - src/build_info.c
Automated merge.
[wget] / src / build_info.c
index 129bf7264dae6f5d867a32413bc9b6d3d50b4431..532dccaf76f6430b44e24e1706c85d549f4e4dd8 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[]) =
 {
 
@@ -90,9 +87,9 @@ const char* (compiled_features[]) =
 #endif
 
 #ifdef HAVE_LIBSSL
-  "+ssl",
+  "+openssl",
 #else
-  "-ssl",
+  "-openssl",
 #endif
 
 #ifdef HAVE_GETTEXT