From: Matthew Fernandez Date: Sun, 5 Dec 2021 02:20:07 +0000 (-0800) Subject: [nfc] remove legacy libc header line in Windows config.h X-Git-Tag: 3.0.0~140^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80d7b506d3703a4117364b83f6a73a73d433ea7a;p=graphviz [nfc] remove legacy libc header line in Windows config.h The last use of this macro was removed in 70a4ec52014697210369c6c66c9af7d72579fdc9. Graphviz has been compiled with C99 since fe3f9411d2c59b463ab1b64eecfd19f2db55d2fc, under which standard C headers are required to exist. --- diff --git a/windows/include/config.h b/windows/include/config.h index 4c4ca40f3..40a505a6b 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -263,9 +263,6 @@ /* Define if you want SMYRNA */ /* #undef SMYRNA */ -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - /* Define if you want CGRAPH */ #define WITH_CGRAPH 1