use the new OS define from lib/config-win32.h
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Mar 2004 16:07:19 +0000 (16:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Mar 2004 16:07:19 +0000 (16:07 +0000)
src/config-win32.h

index f357dfb..db28059 100644 (file)
@@ -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