Skip to content

Commit

Permalink
add a missing file config.h.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
disheng222 committed Feb 11, 2022
1 parent 1d4dec8 commit be8fb22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config.h.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* config.h Generated By CMake during the configuration */

/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@

/* Define to 1 if you have the <unistd.h> 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@

0 comments on commit be8fb22

Please sign in to comment.