1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

* stime.h: move handling of time related headers to scmconfig.h.

This commit is contained in:
Rob Browning 2003-03-26 00:00:23 +00:00
parent 3cf2f52dc0
commit 3f3b22650c

View file

@ -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)