]> granicus.if.org Git - graphviz/commitdiff
Remove usage `_hdr_time` & `_sys_time` from sfio
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 31 Oct 2016 12:27:02 +0000 (13:27 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Dec 2016 13:52:37 +0000 (14:52 +0100)
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.

lib/sfio/features/sfio
lib/sfio/sfhdr.h

index 70dba1df3859da261cb8f28c1d6a38937bc7e276..f1d7be15246795f8145b7b01bab23f85da175d70 100644 (file)
@@ -6,9 +6,6 @@
 # Converted to sfio v10/01/94 by Giampiero Sierra (06/08/95).
 ##################################################################
 
-hdr time
-sys time
-
 hdr math
 lib qfrexp
 lib qldexp
index bc644fe5691c019e4063dcbe5e603b05af9f3408..7aca87afb00b529aff59f0d422d69f7eab2326b2 100644 (file)
@@ -68,8 +68,6 @@ extern "C" {
    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
@@ -93,13 +91,6 @@ extern "C" {
 #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