Disable some questionable/broken/dangerous features. We also don't require -lipc anymore. --- configure.orig Tue Oct 21 04:32:25 2003 +++ configure Mon Apr 17 14:24:03 2017 @@ -463,26 +463,10 @@ case "$FEATURE_XFT" in ;; esac -# if network protocols are unspecified, and the network header files are -# present, then assume they should be used. -if [ "$PROTOCOL_HTTP" = "" -a "$inet" ] -then - why "Assuming HTTP should be supported because Internet headers were found" - PROTOCOL_HTTP=define -elif [ "$PROTOCOL_HTTP" = "" ] -then - why "Assuming HTTP should not be supported because Internet headers were not found" - PROTOCOL_HTTP=undef -fi -if [ "$PROTOCOL_FTP" = "" -a "$inet" ] -then - why "Assuming FTP should be supported because Internet headers were found" - PROTOCOL_FTP=define -elif [ "$PROTOCOL_FTP" = "" ] -then - why "Assuming FTP should not be supported because Internet headers were not found" - PROTOCOL_FTP=undef -fi +why "Assuming HTTP should not be supported because it's dangerous" +PROTOCOL_HTTP=undef +why "Assuming FTP should not be supported because it's dangerous" +PROTOCOL_FTP=undef ################################################################################ @@ -794,8 +778,6 @@ case "$SYS" in why "For OpenBSD, we ignore the file" NEED_SELECT_H="undef" TLIBS="-lcurses" - who " To support X11, it also requires -lipc" - XLIBS=" -lipc" ;; *netbsd*) @@ -979,15 +961,15 @@ cat >config.h <