From be8fb225bde7a9c2e797c12cc7cc35528c6a0b34 Mon Sep 17 00:00:00 2001 From: disheng222 Date: Fri, 11 Feb 2022 17:00:08 -0600 Subject: [PATCH] add a missing file config.h.cmake --- config.h.cmake | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.h.cmake diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..ede0b3a --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,13 @@ +/* config.h Generated By CMake during the configuration */ + +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@ + +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ + +/* Define to 1 if you have the `clock_gettime' function. */ +#cmakedefine HAVE_CLOCK_GETTIME @HAVE_CLOCK_GETTIME@ + +/* Define to 1 if you have the `gettimeofday' function. */ +#cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@