From 50a185356082f800e760ceb932c062bf194145d7 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 10 Mar 2004 16:07:19 +0000
Subject: [PATCH] use the new OS define from lib/config-win32.h

---
 src/config-win32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config-win32.h b/src/config-win32.h
index f357dfb6a..db2805900 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -3,7 +3,7 @@
 #define HAVE_STRICMP 1
 
 /* Define cpu-machine-OS */
-#define OS "win32"
+#define OS "i386-pc-win32"
 
 /* Define if you have the <io.h> header file.  */
 #define HAVE_IO_H 1
-- 
2.40.0