]> sjero.net Git - wget/blobdiff - src/build_info.c
Dependency improvements (but still needs some work).
[wget] / src / build_info.c
index 7051f67a1e00080d7ed121109f7ad1ecdd10d696..ee843ce9ebb5426874253839316305835d89653b 100644 (file)
@@ -30,7 +30,7 @@ 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;
@@ -57,7 +57,7 @@ const char* (compiled_features[]) =
   "-nls",
 #endif
 
-#ifdef HAVE_NTLM
+#ifdef ENABLE_NTLM
   "+ntlm",
 #else
   "-ntlm",
@@ -90,9 +90,9 @@ const char* (compiled_features[]) =
 #endif
 
 #ifdef HAVE_LIBSSL
-  "+ssl",
+  "+openssl",
 #else
-  "-ssl",
+  "-openssl",
 #endif
 
 #ifdef HAVE_GETTEXT