mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
configure.ac: Unformat the include list.
This commit is contained in:
parent
01feeaab6e
commit
b22d96977a
1 changed files with 53 additions and 52 deletions
|
@ -429,16 +429,17 @@ RB_CHK_SYSHEADER([shared_mutex], [SHARED_MUTEX])
|
|||
RB_CHK_SYSHEADER([condition_variable], [CONDITION_VARIABLE])
|
||||
RB_CHK_SYSHEADER([random], [RANDOM])
|
||||
RB_CHK_SYSHEADER([bitset], [BITSET])
|
||||
|
||||
dnl experimental
|
||||
RB_CHK_SYSHEADER([string_view], [STRING_VIEW])
|
||||
RB_CHK_SYSHEADER([experimental/string_view], [EXPERIMENTAL_STRING_VIEW])
|
||||
|
||||
dnl windows platform
|
||||
RB_CHK_SYSHEADER([windows.h], [WINDOWS_H])
|
||||
RB_CHK_SYSHEADER([winsock2.h], [WINSOCK2_H])
|
||||
RB_CHK_SYSHEADER([ws2tcpip.h], [WS2TCPIP_H])
|
||||
RB_CHK_SYSHEADER([iphlpapi.h], [IPHLPAPI_H])
|
||||
|
||||
dnl experimental
|
||||
RB_CHK_SYSHEADER([experimental/string_view], [EXPERIMENTAL_STRING_VIEW])
|
||||
|
||||
|
||||
dnl
|
||||
dnl Specific function checks
|
||||
|
|
Loading…
Reference in a new issue