]> sjero.net Git - wget/blobdiff - src/hash.c
[svn] Conditonialize including config.h on HAVE_CONFIG_H, not on STANDALONE.
[wget] / src / hash.c
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>