Displaying 2 results from an estimated 2 matches for "standardy".
Did you mean:
standard
2017 Nov 18
2
Dovecots header files not optimized for external plugins
...ne uint16_t bswap_16(uint16_t in);
== Other problems
dovecot headers files are missing 'extern "C"' lines.
This means the linkage of symbols like dev_null_fd is not what it should be.
I can't use
extern "C" {
#include <dovecot/...>
}
either because then the standardy library headers that are included
by dovecot headers can easily start acting up too.
2017 Nov 19
0
Dovecots header files not optimized for external plugins
...gt; == Other problems
> dovecot headers files are missing 'extern "C"' lines.
> This means the linkage of symbols like dev_null_fd is not what it should be.
> I can't use
> extern "C" {
> #include <dovecot/...>
> }
> either because then the standardy library headers that are included
> by dovecot headers can easily start acting up too.
lucene-wrapper.cc seems to compile fine with this..