diff options
author | Jan Engelhardt <[email protected]> | 2023-11-09 19:32:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-09 19:32:47 +0000 |
commit | 1a35bb6d71b6301287e21aaabd112997ea0f0a7f (patch) | |
tree | 2c707feec48c68e26f0fc7b5b5d6de51eb5cb56a /cmake | |
parent | Update cmake (#277) (diff) | |
download | vmime-1a35bb6d71b6301287e21aaabd112997ea0f0a7f.tar.gz vmime-1a35bb6d71b6301287e21aaabd112997ea0f0a7f.zip |
Build: add Solaris compilation support (#282)
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/config.hpp.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index c5e9fdef..6cf49b8c 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -77,6 +77,7 @@ typedef unsigned @VMIME_64BIT_TYPE@ vmime_uint64; #cmakedefine01 VMIME_HAVE_SYSCALL #cmakedefine01 VMIME_HAVE_SYSCALL_GETTID #cmakedefine01 VMIME_HAVE_GETTHRID +#cmakedefine01 VMIME_HAVE_LWP_SELF #cmakedefine01 VMIME_HAVE_GMTIME_S #cmakedefine01 VMIME_HAVE_GMTIME_R #cmakedefine01 VMIME_HAVE_LOCALTIME_S |