]> sjero.net Git - wget/commitdiff
[svn] Conditonialize including config.h on HAVE_CONFIG_H, not on STANDALONE.
authorhniksic <devnull@localhost>
Mon, 11 Apr 2005 19:20:45 +0000 (12:20 -0700)
committerhniksic <devnull@localhost>
Mon, 11 Apr 2005 19:20:45 +0000 (12:20 -0700)
src/ChangeLog
src/hash.c

index e11914e97ab4b7e2b99e4d5e364705cedfab4e11..2d6368e42f77913fd3b047b11c272ad6fafb8eff 100644 (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.
index 9a37f67c4227fef12985c5dc2190d0f229080d23..bdfc533794033c470c0317c8e0310973e62e572c 100644 (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>