mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
5 lines
158 B
CMake
5 lines
158 B
CMake
check_type_size(time_t SIZEOF_TIME_T)
|
|
|
|
check_struct_member(tm tm_zone time.h HAVE_STRUCT_TM_TM_ZONE)
|
|
check_struct_member(tm tm_gmtoff time.h HAVE_TM_GMTOFF)
|
|
|