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:
parent
3cf2f52dc0
commit
3f3b22650c
1 changed files with 0 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue