]> diplodocus.org Git - nmh/blobdiff - uip/ftpsbr.c
Import non-Posix <arpa/ftp.h> for uip/ftpsbr.c.
[nmh] / uip / ftpsbr.c
index 1d6727fa22e5859fe25891a9398830378d9f4e5f..b2c3c421131f16d63f154802e3f0c7ccdbbf2d14 100644 (file)
@@ -1,8 +1,6 @@
 /*
  * ftpsbr.c -- simple FTP client library
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -11,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