[svn] Conditonialize including config.h on HAVE_CONFIG_H, not on STANDALONE.

This commit is contained in:
hniksic 2005-04-11 12:20:45 -07:00
parent 0e3c6ed569
commit c65bc738a0
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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>