mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Conditonialize including config.h on HAVE_CONFIG_H, not on STANDALONE.
This commit is contained in:
parent
0e3c6ed569
commit
c65bc738a0
@ -1,3 +1,8 @@
|
||||
2005-04-11 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* hash.c: Conditionalize including config.h on HAVE_CONFIG_H
|
||||
instead of on STANDALONE.
|
||||
|
||||
2005-04-11 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* gen_sslfunc.c (ssl_print_errors): Made static.
|
||||
|
@ -30,7 +30,7 @@ so, delete this exception statement from your version. */
|
||||
/* With -DSTANDALONE, this file can be compiled outside Wget source
|
||||
tree. To test, also use -DTEST. */
|
||||
|
||||
#ifndef STANDALONE
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
# ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user