* tools/if_mach.c: Include private/gc_priv.h instead of
private/gcconfig.h (to get proper configuration macros defined).
* tools/if_not_there.c: Likewise.
* tools/threadlibs.c: Likewise.
* tools/threadlibs.c: Do not include gc_config_macros.h directly.
/* Conditionally execute a command based on machine and OS from gcconfig.h */
-# include "private/gcconfig.h"
+# include "private/gc_priv.h"
# include <stdio.h>
# include <string.h>
# include <unistd.h>
/* Conditionally execute a command based if the file argv[1] doesn't exist */
/* Except for execvp, we stick to ANSI C. */
-# include "private/gcconfig.h"
+
+# include "private/gc_priv.h"
# include <stdio.h>
# include <stdlib.h>
# include <unistd.h>
* modified is included with the above copyright notice.
*/
-# include "gc_config_macros.h"
-# include "private/gcconfig.h"
+# include "private/gc_priv.h"
# include <stdio.h>