diff options
author | Rob Browning <rlb@defaultvalue.org> | 2003-03-26 00:00:23 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2003-03-26 00:00:23 +0000 |
commit | 3f3b22650cbaf795572231173d777f376f9e6189 (patch) | |
tree | 71bf7bc9a45391620001374a905f2b65279e2d4f /libguile | |
parent | 3cf2f52dc0a0a4b1cc7dd7b132ae53958cbb4364 (diff) | |
download | guile-3f3b22650cbaf795572231173d777f376f9e6189.tar.gz |
* stime.h: move handling of time related headers to scmconfig.h.
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/stime.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libguile/stime.h b/libguile/stime.h index 288c7ca50..df3dadea1 100644 --- a/libguile/stime.h +++ b/libguile/stime.h @@ -50,19 +50,6 @@ -# 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) |