]> sjero.net Git - wget/blobdiff - windows/config.h.ms
[svn] Don't #define __STDC__ against the compiler's will.
[wget] / windows / config.h.ms
index 27aba5874fadc6227e6b52c4dc45e86450cf8413..32e94dfe55e541df7d24ea294c4dc7cb16bb1f69 100644 (file)
 #ifndef CONFIG_H
 #define CONFIG_H
 
-/* MS Visual C does not define __STDC__ when the MSC extensions are
-   enabled, but you need those extensions to compile <windows.h>.  */
-#if !defined(__STDC__) && defined(_MSC_EXTENSIONS)
-# define __STDC__ 1
-#endif
-
-/* Setting __STDC__ causes MSVC to break other stuff... */
-#if __STDC__ && defined(_MSC_VER)
-# define utimbuf _utimbuf
-# define O_RDONLY _O_RDONLY
-# define alloca _alloca
-#endif
-
 /* Define if you have the <alloca.h> header file.  */
 #undef HAVE_ALLOCA_H