Displaying 1 result from an estimated 1 matches for "ed20c229".
2004 Nov 06
2
dovecot 1.0-test52 compile notes
Compile issues on an older BSD/OS 4.2 system:
src/lib/byteorder.h
needs #include <netinet/in.h> to pick up in_addr struct
src/lib/byteorder.c
no "libgen" here (no basename()). Added it inline, no big
deal, but you might want to have configure test for this and
provide one if it's missing.
Also, on this system there are no types like "uint8_t" and