* stime.h: move handling of time related headers to scmconfig.h.
authorRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:00:23 +0000 (00:00 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:00:23 +0000 (00:00 +0000)
libguile/stime.h

index 288c7ca..df3dade 100644 (file)
 
 \f
 
-# ifdef TIME_WITH_SYS_TIME
-#  include <sys/time.h>
-#  include <time.h>
-# else
-#  ifdef HAVE_SYS_TIME_H
-#   include <sys/time.h>
-#  else
-#   ifdef HAVE_TIME_H
-#    include <time.h>
-#   endif
-#  endif
-# endif
-
 /* This should be figured out by autoconf.  */
 #if ! defined(SCM_TIME_UNITS_PER_SECOND) && defined(CLK_TCK)
 #  define SCM_TIME_UNITS_PER_SECOND ((int) CLK_TCK)