X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig.h.bor;h=53e6075329b4cec71ffa1aecf85aa64b0391105d;hp=ce2fb025c750b019db836d114cc32546cde3dff3;hb=f97f3ef416aefe635abedc05cf0ed167634d9af9;hpb=f3b299a731bf7edf0dbe2f2ba107de64ebabb4f7 diff --git a/windows/config.h.bor b/windows/config.h.bor index ce2fb025..53e60753 100644 --- a/windows/config.h.bor +++ b/windows/config.h.bor @@ -29,12 +29,6 @@ #ifndef CONFIG_H #define CONFIG_H -/* Borland C does not define __STDC__ when the Borland extensions are - enabled, but you need those extensions to compile . */ -#if !defined(__STDC__) && defined(__BORLANDC__) -# define __STDC__ 1 -#endif - #define HAVE_MEMMOVE #define ftruncate chsize #define inline __inline