diff options
author | David Timber <mieabby@gmail.com> | 2020-09-14 15:47:30 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-14 15:47:30 +0930 |
commit | f7f7332afafd4f965c5ef1d45cc1c7da9275c6ef (patch) | |
tree | 53b8e96d2d070215f0c6ee133cdba58ca93a4138 /proone.code-workspace | |
parent | c4160ed41717260b5941e2729c444b8ec051d5f0 (diff) |
* 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()
Diffstat (limited to 'proone.code-workspace')
-rw-r--r-- | proone.code-workspace | 1 |
1 files changed, 1 insertions, 0 deletions
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": [ |