mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Address review comments - tidy usage of macros to use minimal values
This commit is contained in:
parent
2682edf205
commit
61fa436ad3
3 changed files with 8 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ if(NOT PERL_FOUND)
|
|||
endif()
|
||||
|
||||
# Enable definition of various functions used throughout the testsuite
|
||||
# (hostname, strdup, fileno...) even when compiling with -std=c99. Harmless
|
||||
# (gethostname, strdup, fileno...) even when compiling with -std=c99. Harmless
|
||||
# on non-POSIX platforms.
|
||||
add_definitions("-D_POSIX_C_SOURCE=200809L")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue