From f7f7332afafd4f965c5ef1d45cc1c7da9275c6ef Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 14 Sep 2020 15:47:30 +0930 Subject: * Add "--enable-static" configure option * Change "PRNE_DEBUG" macro use * Add "PRNE_VERBOSE" * Impl "recon" * Add "inet.h" for Internet Protocol stuff * Changes regarding "PRNE_RND_WELL512_SEEDLEN" * Add prne_own_realloc() for objects with multiple array memebers * Add prne_add_timespec() --- proone.code-workspace | 1 + 1 file changed, 1 insertion(+) (limited to 'proone.code-workspace') diff --git a/proone.code-workspace b/proone.code-workspace index db33ae8..392cc94 100644 --- a/proone.code-workspace +++ b/proone.code-workspace @@ -12,6 +12,7 @@ "C_Cpp.default.defines": [ "_POSIX_C_SOURCE=200112L", "PRNE_DEBUG", + "PRNE_VERBOSE=UINT_MAX", "PRNE_BUILD_ENTROPY={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }", "PRNE_BIN_ALIGNMENT=8"], "C_Cpp.default.compilerArgs": [ -- cgit v1.2.3-70-g09d2