]> sjero.net Git - wget/blobdiff - src/build_info.c
Restore string after function call.
[wget] / src / build_info.c
index 7051f67a1e00080d7ed121109f7ad1ecdd10d696..551b7d944f5d0dff350903ad93a7a729a5c8daf6 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[]) =
 {
 
@@ -57,7 +54,7 @@ const char* (compiled_features[]) =
   "-nls",
 #endif
 
-#ifdef HAVE_NTLM
+#ifdef ENABLE_NTLM
   "+ntlm",
 #else
   "-ntlm",
@@ -90,9 +87,9 @@ const char* (compiled_features[]) =
 #endif
 
 #ifdef HAVE_LIBSSL
-  "+ssl",
+  "+openssl",
 #else
-  "-ssl",
+  "-openssl",
 #endif
 
 #ifdef HAVE_GETTEXT