Remove HAVE_ARPA_FTP_H and arpa/ftp.h references.
authorLyndon Nerenberg <lyndon@orthanc.ca>
Sun, 25 Dec 2011 02:15:06 +0000 (18:15 -0800)
committerKen Hornstein <kenh@pobox.com>
Wed, 4 Jan 2012 02:48:25 +0000 (21:48 -0500)
configure.in
uip/ftpsbr.c

index 82de6fa..8d5f871 100644 (file)
@@ -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
index 57f25ba..b2c3c42 100644 (file)
@@ -9,7 +9,11 @@
 #include <h/mh.h>
 #include <h/mime.h>
 
-#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 <arpa/ftp.h>
 #endif