The headers time.h and sys/time.h are not included in the binary build and
are not required for a successfull compilation. The corresponding defines
can therefore also be removed.
# Converted to sfio v10/01/94 by Giampiero Sierra (06/08/95).
##################################################################
-hdr time
-sys time
-
hdr math
lib qfrexp
lib qldexp
are not needed and they may get in the way so we remove them here.
*/
#if defined(_SFBINARY_H)
-#undef _hdr_time
-#undef _sys_time
#undef _sys_stat
#undef _hdr_stat
#undef _hdr_filio
#include <stddef.h>
#endif
-#if _hdr_time
-#include <time.h>
-#endif
-#if _sys_time
-#include <sys/time.h>
-#endif
-
#if _sys_stat
#include <sys/stat.h>
#else