mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Better support unsigned time_t
This commit is contained in:
parent
dc5150db78
commit
2e82b095cd
8 changed files with 85 additions and 26 deletions
|
@ -1160,6 +1160,7 @@ AC_CHECK_SIZEOF(unsigned short)
|
|||
AC_CHECK_SIZEOF(unsigned int)
|
||||
AC_CHECK_SIZEOF(unsigned long)
|
||||
AC_CHECK_SIZEOF(unsigned long long)
|
||||
AC_HEADER_TIME
|
||||
AC_CHECK_SIZEOF(time_t,,[[
|
||||
#include <stdio.h>
|
||||
#if TIME_WITH_SYS_TIME
|
||||
|
@ -1173,6 +1174,7 @@ AC_CHECK_SIZEOF(time_t,,[[
|
|||
# endif
|
||||
#endif
|
||||
]])
|
||||
GNUPG_TIME_T_UNSIGNED
|
||||
|
||||
|
||||
# Ensure that we have UINT64_C before we bother to check for uint64_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue