From: Lyndon Nerenberg Date: Sun, 25 Dec 2011 02:15:06 +0000 (-0800) Subject: Remove HAVE_ARPA_FTP_H and arpa/ftp.h references. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=e356655aaaabfd0e0fb3941177a495403ff08634;p=mmh Remove HAVE_ARPA_FTP_H and arpa/ftp.h references. --- diff --git a/configure.in b/configure.in index 82de6fa..8d5f871 100644 --- a/configure.in +++ b/configure.in @@ -469,7 +469,7 @@ AC_HEADER_STAT AC_HEADER_TIOCGWINSZ AC_CHECK_HEADERS(errno.h fcntl.h crypt.h termcap.h \ langinfo.h wchar.h wctype.h iconv.h netdb.h \ - sys/param.h sys/time.h sys/stream.h arpa/ftp.h) + sys/param.h sys/time.h sys/stream.h) dnl dnl Checks for _IO_write_ptr. A Linuxism used by nmh on linux. We diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index 57f25ba..b2c3c42 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -9,7 +9,11 @@ #include #include -#ifdef HAVE_ARPA_FTP_H +#ifdef notdef_lyndon_posix +/* + * Does this get included indirectly? Let's find out. It's not + * part of Posix. Mail lyndon@orthanc.ca if this breaks your build. + */ # include #endif