You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2005/09/13 20:12:26 UTC

svn commit: r280611 - /httpd/mod_python/trunk/src/include/mod_python.h.in

Author: grisha
Date: Tue Sep 13 11:12:24 2005
New Revision: 280611

URL: http://svn.apache.org/viewcvs?rev=280611&view=rev
Log:
Added an autoconf warning comment

Modified:
    httpd/mod_python/trunk/src/include/mod_python.h.in

Modified: httpd/mod_python/trunk/src/include/mod_python.h.in
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/src/include/mod_python.h.in?rev=280611&r1=280610&r2=280611&view=diff
==============================================================================
--- httpd/mod_python/trunk/src/include/mod_python.h.in (original)
+++ httpd/mod_python/trunk/src/include/mod_python.h.in Tue Sep 13 11:12:24 2005
@@ -28,6 +28,16 @@
  *
  */
 
+/*
+ * NOTE - NOTE - NOTE - NOTE
+ *
+ * If you are looking at mod_python.h, it is an auto-generated file on
+ * UNIX.  This file is kept around for the Win32 platform which
+ * doesnot use autoconf. Any changes to mod_python.h must also be
+ * reflected in mod_python.h.in.
+ */
+
+
 /* Apache headers */
 #include "httpd.h"
 #define CORE_PRIVATE
@@ -168,3 +178,10 @@
 apr_status_t python_cleanup(void *data);
 
 #endif /* !Mp_MOD_PYTHON_H */
+
+/*
+# makes emacs go into C mode
+### Local Variables:
+### mode:c
+### End:
+*/