* tests/initsecondarythread.c: Include "private/config.h" if
HAVE_CONFIG_H (mostly to have GC_WIN32_PTHREADS defined for
pthreads-w32 target).
* tests/thread_leak_test.c: Likewise.
* tests/threadkey_test.c: Likewise.
* thread.
*/
+#ifdef HAVE_CONFIG_H
+# include "private/config.h"
+#endif
+
#ifndef GC_THREADS
# define GC_THREADS
#endif
+#ifdef HAVE_CONFIG_H
+# include "private/config.h"
+#endif
+
#ifndef GC_THREADS
# define GC_THREADS
#endif
+#ifdef HAVE_CONFIG_H
+# include "private/config.h"
+#endif
+
#ifndef GC_THREADS
# define GC_THREADS
#endif