From f36333b2c915ac7d9cf82e09ab5cb2a2f8296177 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 29 Aug 2020 17:09:10 +0930 Subject: * _POSIX_C_SOURCE=199506L * Add proone-htbthost * Add prne_iobuf, use it in resolv, htbt * memzero() -> prne_memzero() now as a function * Add prne_mbedtls_pth_handle() * Protocol changes * Remove prne_unint_*() * Add src/proone_conf.skel --- proone.code-workspace | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proone.code-workspace') diff --git a/proone.code-workspace b/proone.code-workspace index aa336bb..3464962 100644 --- a/proone.code-workspace +++ b/proone.code-workspace @@ -10,8 +10,7 @@ "files.trimTrailingWhitespace": true, "C_Cpp.default.cStandard": "c11", "C_Cpp.default.defines": [ - // "_POSIX_C_SOURCE=200112L", - "_GNU_SOURCE=1", // TODO: remove + "_POSIX_C_SOURCE=199506L", "PRNE_DEBUG", "PRNE_BUILD_ENTROPY={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }", "PRNE_BIN_ALIGNMENT=8"], -- cgit