Updated typo.

This commit is contained in:
Ward Fisher 2018-02-02 20:27:06 -07:00
parent 0fee3b9404
commit d02a905aa9
2 changed files with 3 additions and 3 deletions

View File

@ -1265,7 +1265,7 @@ CHECK_INCLUDE_FILE("memory.h" HAVE_MEMORY_H)
CHECK_INCLUDE_FILE("string.h" HAVE_STRING_H)
CHECK_INCLUDE_FILE("winsock2.h" HAVE_WINSOCK2_H)
CHECK_INCLUDE_FILE("ftw.h" HAVE_FTW_H)
CHECK_INCLUDE_FILE("genlib.h" HAVE_GENLIB_H)
CHECK_INCLUDE_FILE("libgen.h" HAVE_LIBGEN_H)
CHECK_INCLUDE_FILES("time.h;sys/time.h" TIME_WITH_SYS_TIME)

View File

@ -379,8 +379,8 @@ are set when opening a binary file on Windows. */
/* Define to 1 if you have the <ftw.h> header file. */
#cmakedefine HAVE_FTW_H 1
/* Define to 1 if you have the <genlib.h> header file. */
#cmakedefine HAVE_GENLIB_H 1
/* Define to 1 if you have the <libgen.h> header file. */
#cmakedefine HAVE_LIBGEN_H 1
/* Define to 1 if you have the `strlcat' function. */
#cmakedefine HAVE_STRLCAT 1