From e356655aaaabfd0e0fb3941177a495403ff08634 Mon Sep 17 00:00:00 2001 From: Lyndon Nerenberg Date: Sat, 24 Dec 2011 18:15:06 -0800 Subject: [PATCH] Remove HAVE_ARPA_FTP_H and arpa/ftp.h references. --- configure.in | 2 +- uip/ftpsbr.c | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 1.7.10.4