mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
#include wget.h, not config.h.
This commit is contained in:
parent
0fae9cb388
commit
90a2d106cd
@ -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>
|
2008-08-03 Steven Schubiger <stsc@members.fsf.org>
|
||||||
|
|
||||||
* url.c, url.h (url_error): Better messages for unsupported
|
* url.c, url.h (url_error): Better messages for unsupported
|
||||||
|
@ -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
|
shall include the source code for the parts of OpenSSL used as well
|
||||||
as that of the covered work. */
|
as that of the covered work. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "wget.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
char *system_wgetrc = SYSTEM_WGETRC;
|
char *system_wgetrc = SYSTEM_WGETRC;
|
||||||
|
@ -37,7 +37,7 @@ so, delete this exception statement from your version. */
|
|||||||
a browser would ignore. That might merit some more investigation.
|
a browser would ignore. That might merit some more investigation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <wget.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
|
@ -87,9 +87,7 @@
|
|||||||
*
|
*
|
||||||
**************************************************************/
|
**************************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "wget.h"
|
||||||
# include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* For testing purposes, always compile in the code. */
|
/* For testing purposes, always compile in the code. */
|
||||||
#ifdef TEST_SNPRINTF
|
#ifdef TEST_SNPRINTF
|
||||||
|
Loading…
Reference in New Issue
Block a user