From d2df793a7137120047017593d26669e5092e3841 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 12 Jul 2007 07:16:41 +0000 Subject: Add support for building on a 64-bit Windows host. --- bfd/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index aa91dd69888..5277f1aafb0 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -264,6 +264,9 @@ /* The size of a `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P +/* The sizeof of a 'void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -- cgit v1.2.1