def: Export missing symbols on Windows.
[platform/upstream/cmocka.git] / config.h.cmake
index 3c47a7d..e657024 100644 (file)
 /* Define to 1 if you have the <sys/types.h> header file. */
 #cmakedefine HAVE_SYS_TYPES_H 1
 
+/* Define to 1 if you have the <time.h> header file. */
+#cmakedefine HAVE_TIME_H 1
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #cmakedefine HAVE_UNISTD_H 1
 
+/**************************** STRUCTS ****************************/
+
+#cmakedefine HAVE_STRUCT_TIMESPEC 1
+
 /*************************** FUNCTIONS ***************************/
 
 /* Define to 1 if you have the `calloc' function. */
 /* 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 */
 /* 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}