mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Updated typo.
This commit is contained in:
parent
0fee3b9404
commit
d02a905aa9
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user