Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).
This commit is contained in:
parent
a2dbcf3644
commit
450cee5c3a
@ -208,7 +208,8 @@
|
||||
|
||||
/* The following if from times(3) man page. It may need to be changed */
|
||||
#ifndef HZ
|
||||
# ifdef _SC_CLK_TCK
|
||||
# if defined(_SC_CLK_TCK) \
|
||||
&& (!defined(OPENSSL_SYS_VMS) || __CTRL_VER >= 70000000)
|
||||
# define HZ ((double)sysconf(_SC_CLK_TCK))
|
||||
# else
|
||||
# ifndef CLK_TCK
|
||||
|
Loading…
x
Reference in New Issue
Block a user