]> sjero.net Git - wget/commitdiff
#include wget.h, not config.h.
authorMicah Cowan <micah@cowan.name>
Mon, 4 Aug 2008 05:08:07 +0000 (22:08 -0700)
committerMicah Cowan <micah@cowan.name>
Mon, 4 Aug 2008 05:08:07 +0000 (22:08 -0700)
src/ChangeLog
src/build_info.c
src/css-url.c
src/snprintf.c

index 73e9bd3f46c0e1aab6bd3f3a97ab04ed20b3530b..e1ee60822bb9e8171862f8114b883bcb069c8a34 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-03  Micah Cowan  <micah@cowan.name>
+
+       * build_info.c, css-url.c: #include wget.h, not config.h.
+
 2008-08-03  Steven Schubiger  <stsc@members.fsf.org>
 
        * url.c, url.h (url_error): Better messages for unsupported
index e330b653a5e5e740ed69e83f3ba6ee104c99dcc2..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;
index 42c8fc3e7e9747bd8be5beec605af236d575698f..79bbc9e139c6300ab50a005654e0136312708544 100644 (file)
@@ -37,7 +37,7 @@ so, delete this exception statement from your version.  */
   a browser would ignore.  That might merit some more investigation.
  */
 
-#include <config.h>
+#include <wget.h>
 
 #include <stdio.h>
 #ifdef HAVE_STRING_H
index f458981af8f65f0726a4d7e0d29133c0216b6509..2f2698bea47d2c958f394ece7d7970a420b0c4f2 100644 (file)
@@ -87,9 +87,7 @@
  *
  **************************************************************/
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "wget.h"
 
 /* For testing purposes, always compile in the code. */
 #ifdef TEST_SNPRINTF