From: Matthew Fernandez Date: Thu, 1 Jul 2021 00:24:58 +0000 (-0700) Subject: remove _SFBINARY_H-conditional code X-Git-Tag: 2.48.0~18^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f3dd2e3f812d5afad48efcd1397d7ac059346f7;p=graphviz remove _SFBINARY_H-conditional code Nothing in the build defines this. --- diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index 3d8eef3d4..2f84fd5ee 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -40,17 +40,6 @@ extern "C" { # undef _LARGEFILE64_SOURCE #endif -/* when building the binary compatibility package, a number of header files - are not needed and they may get in the way so we remove them here. -*/ -#ifdef _SFBINARY_H -#undef HAVE_SYS_ST -#undef HAVE_STAT_H -#undef _stream_peek -#undef _socket_peek -#undef HAVE_SYS_IOCTL_H -#endif - #include #include #include