mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
AIX doesn't like ftime() either.
This commit is contained in:
parent
33b1a4c218
commit
edb0d64367
@ -87,7 +87,7 @@
|
||||
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
|
||||
# define TIMES
|
||||
#endif
|
||||
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__))
|
||||
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__)) && !defined(_AIX)
|
||||
# define TIMEB
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user