You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by wr...@apache.org on 2006/11/20 21:03:20 UTC

svn commit: r477328 - /incubator/mod_ftp/trunk/include/ftp_config.h

Author: wrowe
Date: Mon Nov 20 13:03:19 2006
New Revision: 477328

URL: http://svn.apache.org/viewvc?view=rev&rev=477328
Log:

  Almost all unicies support these features, so we can avoid generating
  for all but windows, for now.

Added:
    incubator/mod_ftp/trunk/include/ftp_config.h   (with props)

Added: incubator/mod_ftp/trunk/include/ftp_config.h
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/include/ftp_config.h?view=auto&rev=477328
==============================================================================
--- incubator/mod_ftp/trunk/include/ftp_config.h (added)
+++ incubator/mod_ftp/trunk/include/ftp_config.h Mon Nov 20 13:03:19 2006
@@ -0,0 +1,11 @@
+/* include/ftp_config.h.in  */
+
+/* Define to 1 if you have the `arpa/ftp.h' header. */
+#define HAVE_ARPA_FTP_H
+
+/* Define to 1 if you have the `fchmod' function. */
+#define HAVE_FCHMOD
+
+/* Define to 1 if we deploy the "glob" flavor. */
+#define FTP_HAS_GLOB
+

Propchange: incubator/mod_ftp/trunk/include/ftp_config.h
------------------------------------------------------------------------------
    svn:eol-style = native