]> sjero.net Git - wget/blobdiff - src/hash.c
Eschew config-post.h.
[wget] / src / hash.c
index cb65c7f7661b4bcd6e770e1ff300e6111e8459a2..e3fac111bf85d318b5d7736a122ca33bf2b5ee21 100644 (file)
@@ -30,8 +30,8 @@ so, delete this exception statement from your version.  */
 /* With -DSTANDALONE, this file can be compiled outside Wget source
    tree.  To test, also use -DTEST.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
+#ifndef STANDALONE
+# include "wget.h"
 #endif
 
 #include <stdio.h>
@@ -42,7 +42,6 @@ so, delete this exception statement from your version.  */
 
 #ifndef STANDALONE
 /* Get Wget's utility headers. */
-# include "wget.h"
 # include "utils.h"
 #else
 /* Make do without them. */