From: Daniel Stenberg Date: Wed, 10 Mar 2004 08:14:22 +0000 (+0000) Subject: make windows builds use the OS string "i386-pc-win32" instead of just "win32" X-Git-Tag: cares-1_1_0~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9e1f32adb36311f003a92415d928d72347b6a92;p=curl make windows builds use the OS string "i386-pc-win32" instead of just "win32" to make it more like other OS strings --- diff --git a/lib/config-win32.h b/lib/config-win32.h index c734d7c48..7eca94e44 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -45,7 +45,7 @@ /* #define TIME_WITH_SYS_TIME 1 */ /* Define cpu-machine-OS */ -#define OS "win32" +#define OS "i386-pc-win32" /* The number of bytes in a long double. */ #define SIZEOF_LONG_DOUBLE 16