I'm trying to compile vsftpd 2.03 with tcpwrappers and SSL support on OpenBSD 3.7. I've edited the builddefs.h per the readme.ssl file
#ifndef VSF_BUILDDEFS_H #define VSF_BUILDDEFS_H #define VSF_BUILD_TCPWRAPPERS #define VSF_BUILD_PAM #define VSF_BUILD_SSL #endif /* VSF_BUILDDEFS_H */ but when I run make I get the error: # make gcc -c tcpwrap.c -O2 -Wall -W -Wshadow -idirafter dummyinc In file included from tcpwrap.c:15: /usr/include/tcpd.h:108: error: syntax error before "size_t" /usr/include/tcpd.h:115: error: syntax error before "in_addr_t" /usr/include/tcpd.h:116: error: syntax error before "dot_quad_addr" *** Error code 1 Stop in /tmp/vsftpd-2.0.3. Googled, but found no major clues. Any help would be appreciated. Steve