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/09/28 00:09:03 UTC

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

Author: wrowe
Date: Wed Sep 27 17:09:02 2006
New Revision: 450645

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

  This isn't going to be a traditional HAVE_GLOB

Modified:
    incubator/mod_ftp/trunk/include/ftp_config.h.in

Modified: incubator/mod_ftp/trunk/include/ftp_config.h.in
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/include/ftp_config.h.in?view=diff&rev=450645&r1=450644&r2=450645
==============================================================================
--- incubator/mod_ftp/trunk/include/ftp_config.h.in (original)
+++ incubator/mod_ftp/trunk/include/ftp_config.h.in Wed Sep 27 17:09:02 2006
@@ -6,6 +6,6 @@
 /* Define to 1 if you have the `fchmod' function. */
 #undef HAVE_FCHMOD
 
-/* Define to 1 if you have the `glob' function. */
-#undef HAVE_GLOB
+/* Define to 1 if we deploy the "glob" flavor. */
+#undef FTP_HAS_GLOB