X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.h.cmake;h=e6570240821759482934e2f503e9bcb07c5a2e46;hb=d06164e3cb97689413dc8ae5c965d59bf25f9b94;hp=3c47a7d6400fb1f090242fc4826a6f0af8c60894;hpb=0626feeed1c998159fb8c7c5a752836a543fb2c8;p=platform%2Fupstream%2Fcmocka.git diff --git a/config.h.cmake b/config.h.cmake index 3c47a7d..e657024 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -62,9 +62,16 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_TYPES_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_TIME_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H 1 +/**************************** STRUCTS ****************************/ + +#cmakedefine HAVE_STRUCT_TIMESPEC 1 + /*************************** FUNCTIONS ***************************/ /* Define to 1 if you have the `calloc' function. */ @@ -115,6 +122,9 @@ /* Define to 1 if you have the `strsignal' function. */ #cmakedefine HAVE_STRSIGNAL 1 +/* Define to 1 if you have the `clock_gettime' function. */ +#cmakedefine HAVE_CLOCK_GETTIME 1 + /**************************** OPTIONS ****************************/ /* Check if we have TLS support with GCC */ @@ -123,6 +133,9 @@ /* Check if we have TLS support with MSVC */ #cmakedefine HAVE_MSVC_THREAD_LOCAL_STORAGE 1 +/* Check if we have CLOCK_REALTIME for clock_gettime() */ +#cmakedefine HAVE_CLOCK_GETTIME_REALTIME 1 + /*************************** ENDIAN *****************************/ #cmakedefine WORDS_SIZEOF_VOID_P ${WORDS_SIZEOF_VOID_P}