mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
cmake: remove unused check on inttypes.h
This commit is contained in:
parent
7aa511d8c5
commit
eedee9c0d3
2 changed files with 0 additions and 4 deletions
|
@ -591,7 +591,6 @@ endif()
|
|||
CHECK_INCLUDE_FILE(dlfcn.h LWS_HAVE_DLFCN_H)
|
||||
CHECK_INCLUDE_FILE(fcntl.h LWS_HAVE_FCNTL_H)
|
||||
CHECK_INCLUDE_FILE(in6addr.h LWS_HAVE_IN6ADDR_H)
|
||||
CHECK_INCLUDE_FILE(inttypes.h LWS_HAVE_INTTYPES_H)
|
||||
CHECK_INCLUDE_FILE(memory.h LWS_HAVE_MEMORY_H)
|
||||
CHECK_INCLUDE_FILE(netinet/in.h LWS_HAVE_NETINET_IN_H)
|
||||
CHECK_INCLUDE_FILE(stdint.h LWS_HAVE_STDINT_H)
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
/* Define to 1 if you have the <in6addr.h> header file. */
|
||||
#cmakedefine LWS_HAVE_IN6ADDR_H
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#cmakedefine LWS_HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the `ssl' library (-lssl). */
|
||||
//#cmakedefine LWS_HAVE_LIBSSL
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue