You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2013/11/01 00:01:06 UTC

svn commit: r1537752 [1/2] - in /perl/modperl/branches/httpd24threading: ./ src/modules/perl/ xs/ xs/APR/Base64/ xs/APR/Brigade/ xs/APR/Bucket/ xs/APR/BucketAlloc/ xs/APR/Error/ xs/APR/Finfo/ xs/APR/IpSubnet/ xs/APR/Lock/ xs/APR/OS/ xs/APR/PerlIO/ xs/A...

Author: stevehay
Date: Thu Oct 31 23:01:04 2013
New Revision: 1537752

URL: http://svn.apache.org/r1537752
Log:
Merged revision(s) 671879 from perl/modperl/branches/threading:
add emacs Location Variables at the end of all .c and .h files

........

Modified:
    perl/modperl/branches/httpd24threading/   (props changed)
    perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.c
    perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_includes.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_compat.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_includes.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_includes.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_types.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_includes.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_unembed.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_time.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_types.h
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.c
    perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.h
    perl/modperl/branches/httpd24threading/xs/APR/Base64/APR__Base64.h
    perl/modperl/branches/httpd24threading/xs/APR/Brigade/APR__Brigade.h
    perl/modperl/branches/httpd24threading/xs/APR/Bucket/APR__Bucket.h
    perl/modperl/branches/httpd24threading/xs/APR/BucketAlloc/APR__BucketAlloc.h
    perl/modperl/branches/httpd24threading/xs/APR/Error/APR__Error.h
    perl/modperl/branches/httpd24threading/xs/APR/Finfo/APR__Finfo.h
    perl/modperl/branches/httpd24threading/xs/APR/IpSubnet/APR__IpSubnet.h
    perl/modperl/branches/httpd24threading/xs/APR/Lock/APR__Lock.h
    perl/modperl/branches/httpd24threading/xs/APR/OS/APR__OS.h
    perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.c
    perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.h
    perl/modperl/branches/httpd24threading/xs/APR/Pool/APR__Pool.h
    perl/modperl/branches/httpd24threading/xs/APR/SockAddr/APR__SockAddr.h
    perl/modperl/branches/httpd24threading/xs/APR/Socket/APR__Socket.h
    perl/modperl/branches/httpd24threading/xs/APR/Status/APR__Status.h
    perl/modperl/branches/httpd24threading/xs/APR/String/APR__String.h
    perl/modperl/branches/httpd24threading/xs/APR/Table/APR__Table.h
    perl/modperl/branches/httpd24threading/xs/APR/ThreadMutex/APR__ThreadMutex.h
    perl/modperl/branches/httpd24threading/xs/APR/ThreadRWLock/APR__ThreadRWLock.h
    perl/modperl/branches/httpd24threading/xs/APR/URI/APR__URI.h
    perl/modperl/branches/httpd24threading/xs/APR/UUID/APR__UUID.h
    perl/modperl/branches/httpd24threading/xs/APR/Util/APR__Util.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Access/Apache2__Access.h
    perl/modperl/branches/httpd24threading/xs/Apache2/CmdParms/Apache2__CmdParms.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Command/Apache2__Command.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Connection/Apache2__Connection.h
    perl/modperl/branches/httpd24threading/xs/Apache2/ConnectionUtil/Apache2__ConnectionUtil.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Directive/Apache2__Directive.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Filter/Apache2__Filter.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Log/Apache2__Log.h
    perl/modperl/branches/httpd24threading/xs/Apache2/MPM/Apache2__MPM.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Module/Apache2__Module.h
    perl/modperl/branches/httpd24threading/xs/Apache2/RequestIO/Apache2__RequestIO.h
    perl/modperl/branches/httpd24threading/xs/Apache2/RequestRec/Apache2__RequestRec.h
    perl/modperl/branches/httpd24threading/xs/Apache2/RequestUtil/Apache2__RequestUtil.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Response/Apache2__Response.h
    perl/modperl/branches/httpd24threading/xs/Apache2/ServerUtil/Apache2__ServerUtil.h
    perl/modperl/branches/httpd24threading/xs/Apache2/SubProcess/Apache2__SubProcess.h
    perl/modperl/branches/httpd24threading/xs/Apache2/SubRequest/Apache2__SubRequest.h
    perl/modperl/branches/httpd24threading/xs/Apache2/URI/Apache2__URI.h
    perl/modperl/branches/httpd24threading/xs/Apache2/Util/Apache2__Util.h
    perl/modperl/branches/httpd24threading/xs/ModPerl/Global/ModPerl__Global.h
    perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h
    perl/modperl/branches/httpd24threading/xs/ModPerl/Util/ModPerl__Util.h
    perl/modperl/branches/httpd24threading/xs/modperl_xs_util.h

Propchange: perl/modperl/branches/httpd24threading/
------------------------------------------------------------------------------
  Merged /perl/modperl/branches/threading:r671879

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.c Thu Oct 31 23:01:04 2013
@@ -1165,3 +1165,10 @@ module AP_MODULE_DECLARE_DATA perl_modul
     modperl_cmds,              /* table of config file commands       */
     modperl_register_hooks,    /* register hooks */
 };
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/mod_perl.h Thu Oct 31 23:01:04 2013
@@ -198,3 +198,10 @@ APR_DECLARE_OPTIONAL_FN(modperl_interp_t
 #endif /* end of #ifdef USE_ITHREADS */
 
 #endif /*  MOD_PERL_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.c Thu Oct 31 23:01:04 2013
@@ -70,3 +70,10 @@ AP_DECLARE(const char *) ap_get_server_v
 }
 
 #endif /* since-APACHE-2.3.0 */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_compat.h Thu Oct 31 23:01:04 2013
@@ -102,3 +102,10 @@ AP_DECLARE(const char *) ap_get_server_v
 #endif
 
 #endif /* MODPERL_APACHE_COMPAT_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_includes.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_includes.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_includes.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apache_includes.h Thu Oct 31 23:01:04 2013
@@ -50,3 +50,10 @@ APLOG_USE_MODULE(perl);
 #endif
 
 #endif /* MODPERL_APACHE_INCLUDES_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_compat.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_compat.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_compat.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_compat.h Thu Oct 31 23:01:04 2013
@@ -153,3 +153,10 @@
 #endif
 
 #endif /* MODPERL_APR_COMPAT_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_includes.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_includes.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_includes.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_apr_includes.h Thu Oct 31 23:01:04 2013
@@ -42,3 +42,10 @@
 #endif
 
 #endif /* MODPERL_APR_INCLUDES_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.c Thu Oct 31 23:01:04 2013
@@ -157,3 +157,10 @@ apr_bucket *modperl_bucket_sv_create(pTH
     bucket->free = apr_bucket_free;
     return modperl_bucket_sv_make(aTHX_ bucket, sv, offset, len);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_bucket.h Thu Oct 31 23:01:04 2013
@@ -21,3 +21,10 @@ apr_bucket *modperl_bucket_sv_create(pTH
                                      apr_off_t offset, apr_size_t len);
 
 #endif /* MODPERL_BUCKET_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.c Thu Oct 31 23:01:04 2013
@@ -413,3 +413,10 @@ int modperl_callback_files(int idx,
                                          NULL, NULL, s,
                                          pconf, plog, ptemp, run_mode);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_callback.h Thu Oct 31 23:01:04 2013
@@ -66,3 +66,10 @@ int modperl_callback_files(int idx,
                            modperl_hook_run_mode_e run_mode);
 
 #endif /* MODPERL_CALLBACK_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.c Thu Oct 31 23:01:04 2013
@@ -101,3 +101,10 @@ MP_INLINE int modperl_cgi_header_parse(r
 
     return status;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cgi.h Thu Oct 31 23:01:04 2013
@@ -36,3 +36,10 @@ MP_INLINE int modperl_cgi_header_parse(r
                                        apr_size_t *len, const char **body);
 
 #endif /* MODPERL_CGI_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.c Thu Oct 31 23:01:04 2013
@@ -863,3 +863,10 @@ MP_CMD_INTERP_POOL_IMP(min_spare);
 MP_CMD_INTERP_POOL_IMP(max_requests);
 
 #endif /* USE_ITHREADS */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_cmd.h Thu Oct 31 23:01:04 2013
@@ -157,3 +157,10 @@ MP_CMD_SRV_DECLARE(interp_scope);
       OR_ALL|EXEC_ON_READ, desc )
 
 #endif /* MODPERL_CMD_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.c Thu Oct 31 23:01:04 2013
@@ -17,3 +17,10 @@
 /* This file must not contain any symbols from apache/mod_perl
  *  (apr and perl are OK) */
 #include "modperl_common_includes.h"
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_debug.h Thu Oct 31 23:01:04 2013
@@ -19,3 +19,10 @@
 
 
 #endif /* MODPERL_COMMON_DEBUG_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_includes.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_includes.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_includes.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_includes.h Thu Oct 31 23:01:04 2013
@@ -25,3 +25,10 @@
 #include "modperl_common_types.h"
 
 #endif /* MODPERL_COMMON_INCLUDES_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.c Thu Oct 31 23:01:04 2013
@@ -101,3 +101,10 @@ void modperl_trace_level_set(apr_file_t 
 
     MP_TRACE_any_do(MP_TRACE_dump_flags());
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_log.h Thu Oct 31 23:01:04 2013
@@ -58,3 +58,10 @@ void modperl_trace(const char *func, con
 void modperl_trace_level_set(apr_file_t *logfile, const char *level);
 
 #endif /* MODPERL_COMMON_LOG_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_types.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_types.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_types.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_types.h Thu Oct 31 23:01:04 2013
@@ -26,3 +26,10 @@ typedef struct {
 } modperl_uri_t;
 
 #endif /* MODPERL_COMMON_TYPES_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.c Thu Oct 31 23:01:04 2013
@@ -152,3 +152,10 @@ MP_INLINE modperl_uri_t *modperl_uri_new
     uri->pool = p;
     return uri;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_common_util.h Thu Oct 31 23:01:04 2013
@@ -110,3 +110,10 @@ MP_INLINE modperl_uri_t *modperl_uri_new
 SV *modperl_perl_gensym(pTHX_ char *pack);
 
 #endif /* MODPERL_COMMON_UTIL_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.c Thu Oct 31 23:01:04 2013
@@ -691,3 +691,10 @@ int modperl_config_is_perl_option_enable
     }
 
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_config.h Thu Oct 31 23:01:04 2013
@@ -174,3 +174,10 @@ int modperl_config_is_perl_option_enable
 
 
 #endif /* MODPERL_CONFIG_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.c Thu Oct 31 23:01:04 2013
@@ -131,3 +131,10 @@ XS(XS_modperl_const_compile)
 
     XSRETURN_EMPTY;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_const.h Thu Oct 31 23:01:04 2013
@@ -31,3 +31,10 @@ XS(XS_modperl_const_compile);
          __FILE__)
 
 #endif /* MODPERL_CONST_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.c Thu Oct 31 23:01:04 2013
@@ -75,3 +75,10 @@ void modperl_perl_modglobal_dump(pTHX)
 
 }
 #endif
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_debug.h Thu Oct 31 23:01:04 2013
@@ -28,3 +28,10 @@ void modperl_perl_modglobal_dump(pTHX);
 #endif
 
 #endif /* MODPERL_DEBUG_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.c Thu Oct 31 23:01:04 2013
@@ -647,3 +647,10 @@ void modperl_env_unload(void)
     StructCopy(&MP_PERL_vtbl_env, &PL_vtbl_env, MGVTBL);
     StructCopy(&MP_PERL_vtbl_envelem, &PL_vtbl_envelem, MGVTBL);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_env.h Thu Oct 31 23:01:04 2013
@@ -63,3 +63,10 @@ void modperl_env_init(void);
 void modperl_env_unload(void);
 
 #endif /* MODPERL_ENV_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.c Thu Oct 31 23:01:04 2013
@@ -93,3 +93,10 @@ void modperl_croak(pTHX_ apr_status_t rc
 
     Perl_croak(aTHX_ (char *)NULL);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_error.h Thu Oct 31 23:01:04 2013
@@ -62,3 +62,10 @@ void modperl_croak(pTHX_ apr_status_t rc
     } STMT_END
 
 #endif /* MODPERL_ERROR_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.c Thu Oct 31 23:01:04 2013
@@ -1291,3 +1291,10 @@ void modperl_brigade_dump(apr_bucket_bri
     }
 #endif
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_filter.h Thu Oct 31 23:01:04 2013
@@ -114,3 +114,10 @@ void modperl_filter_runtime_add(pTHX_ re
                                 SV *callback, const char *type);
 
 #endif /* MODPERL_FILTER_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.c Thu Oct 31 23:01:04 2013
@@ -303,3 +303,10 @@ void modperl_tls_reset_cleanup_##gname(a
 }
 
 MP_TLS_IMPL(request_rec, request_rec *)
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_global.h Thu Oct 31 23:01:04 2013
@@ -81,3 +81,10 @@ void modperl_tls_reset_cleanup_##gname(a
 MP_TLS_DECL(request_rec, request_rec *);
 
 #endif /* MODPERL_GLOBAL_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.c Thu Oct 31 23:01:04 2013
@@ -145,3 +145,10 @@ void modperl_gtop_report_proc_mem_after(
 }
 
 #endif /* MP_USE_GTOP */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_gtop.h Thu Oct 31 23:01:04 2013
@@ -72,3 +72,10 @@ void modperl_gtop_report_proc_mem_after(
 #endif /* MP_USE_GTOP */
 
 #endif /* MODPERL_GTOP_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.c Thu Oct 31 23:01:04 2013
@@ -627,3 +627,10 @@ int modperl_handler_perl_add_handlers(pT
 
     return TRUE;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_handler.h Thu Oct 31 23:01:04 2013
@@ -85,3 +85,10 @@ int modperl_handler_perl_add_handlers(pT
                                       modperl_handler_action_e action);
 
 #endif /* MODPERL_HANDLER_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c Thu Oct 31 23:01:04 2013
@@ -625,3 +625,10 @@ apr_status_t modperl_interp_cleanup(void
 }
 
 #endif /* USE_ITHREADS */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.h Thu Oct 31 23:01:04 2013
@@ -91,3 +91,10 @@ void modperl_interp_mip_walk_servers(Per
 #endif /* USE_ITHREADS */
 
 #endif /* MODPERL_INTERP_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.c Thu Oct 31 23:01:04 2013
@@ -175,3 +175,9 @@ MP_INLINE void modperl_io_perlio_restore
     modperl_io_perlio_restore_stdhandle(aTHX_ O_WRONLY);
 }
 
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io.h Thu Oct 31 23:01:04 2013
@@ -75,3 +75,10 @@ MP_INLINE void modperl_io_perlio_restore
 
 
 #endif /* MODPERL_IO_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.c Thu Oct 31 23:01:04 2013
@@ -334,3 +334,10 @@ MP_INLINE SSize_t modperl_request_read(p
 
     return total;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_io_apache.h Thu Oct 31 23:01:04 2013
@@ -58,3 +58,10 @@ MP_INLINE SSize_t modperl_request_read(p
                                        char *buffer, Size_t len);
 
 #endif /* MODPERL_IO_APACHE_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.c Thu Oct 31 23:01:04 2013
@@ -15,3 +15,10 @@
  */
 
 #include "modperl_log.h"
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_log.h Thu Oct 31 23:01:04 2013
@@ -45,3 +45,10 @@
                  msg)
 
 #endif /* MODPERL_LOG_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.c Thu Oct 31 23:01:04 2013
@@ -528,3 +528,10 @@ void modperl_mgv_hash_handlers(apr_pool_
                        modperl_hash_handlers_dir,
                        modperl_hash_handlers_srv);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_mgv.h Thu Oct 31 23:01:04 2013
@@ -56,3 +56,10 @@ void modperl_mgv_hash_handlers(apr_pool_
 GvCV(sv)
 
 #endif /* MODPERL_MGV_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c Thu Oct 31 23:01:04 2013
@@ -923,3 +923,10 @@ SV *modperl_module_config_get_obj(pTHX_ 
 
     return obj;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.h Thu Oct 31 23:01:04 2013
@@ -28,3 +28,10 @@ SV *modperl_module_config_get_obj(pTHX_ 
                                   ap_conf_vector_t *v);
 
 #endif /* MODPERL_MODULE_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.c Thu Oct 31 23:01:04 2013
@@ -148,3 +148,10 @@ modperl_options_t *modperl_options_merge
 
     return conf;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_options.h Thu Oct 31 23:01:04 2013
@@ -27,3 +27,10 @@ modperl_options_t *modperl_options_merge
                                          modperl_options_t *new);
 
 #endif /* MODPERL_OPTIONS_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.c Thu Oct 31 23:01:04 2013
@@ -140,3 +140,10 @@ void ap_pcw_walk_config(apr_pool_t *pcon
         }
     }
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_pcw.h Thu Oct 31 23:01:04 2013
@@ -51,3 +51,10 @@ void ap_pcw_walk_config(apr_pool_t *pcon
                         ap_pcw_dir_cb_t dir_cb, ap_pcw_srv_cb_t srv_cb);
 
 #endif /* MODPERL_PCW_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.c Thu Oct 31 23:01:04 2013
@@ -280,3 +280,10 @@ void modperl_hash_seed_set(pTHX)
     }
 #endif
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl.h Thu Oct 31 23:01:04 2013
@@ -62,3 +62,10 @@ void modperl_hash_seed_set(pTHX);
 #endif
 
 #endif /* MODPERL_PERL_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.c Thu Oct 31 23:01:04 2013
@@ -494,3 +494,10 @@ void modperl_perl_global_request_restore
                                 MP_perl_global_entries);
 
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_global.h Thu Oct 31 23:01:04 2013
@@ -89,3 +89,10 @@ void modperl_perl_global_avcv_clear(pTHX
                                     const char *package, I32 packlen);
 
 #endif
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_includes.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_includes.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_includes.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_includes.h Thu Oct 31 23:01:04 2013
@@ -139,3 +139,10 @@
 #endif
 
 #endif /* MODPERL_PERL_INCLUDES_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.c Thu Oct 31 23:01:04 2013
@@ -113,3 +113,10 @@ void modperl_perl_pp_unset_all(void)
         modperl_perl_pp_unset(i);
     }
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_pp.h Thu Oct 31 23:01:04 2013
@@ -41,3 +41,10 @@ void modperl_perl_pp_unset(modperl_perl_
 void modperl_perl_pp_unset_all(void);
 
 #endif /* MODPERL_PERL_PP_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_unembed.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_unembed.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_unembed.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_perl_unembed.h Thu Oct 31 23:01:04 2013
@@ -43,3 +43,10 @@
 #undef list
 
 #endif /* MODPERL_PERL_UNEMBED_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.c Thu Oct 31 23:01:04 2013
@@ -303,3 +303,10 @@ modperl_svptr_table_free(pTHX_ PTR_TBL_t
     Safefree(tbl->tbl_ary);
     Safefree(tbl);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_svptr_table.h Thu Oct 31 23:01:04 2013
@@ -55,3 +55,10 @@ void
 modperl_svptr_table_free(pTHX_ PTR_TBL_t *tbl);
 
 #endif /* MODPERL_SVPTR_TABLE_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.c Thu Oct 31 23:01:04 2013
@@ -67,3 +67,10 @@ int modperl_sys_dlclose(void *handle)
     return 0;
 #endif
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_sys.h Thu Oct 31 23:01:04 2013
@@ -28,3 +28,10 @@ int modperl_sys_is_dir(pTHX_ SV *sv);
 int modperl_sys_dlclose(void *handle);
 
 #endif /* MODPERL_SYS_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_time.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_time.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_time.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_time.h Thu Oct 31 23:01:04 2013
@@ -50,3 +50,10 @@
     })
 
 #endif /* MODPERL_TIME_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.c Thu Oct 31 23:01:04 2013
@@ -401,3 +401,10 @@ void modperl_tipool_putback(modperl_tipo
 }
 
 #endif /* USE_ITHREADS */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_tipool.h Thu Oct 31 23:01:04 2013
@@ -87,3 +87,10 @@ void modperl_tipool_putback_data(modperl
 #endif /* USE_ITHREADS */
 
 #endif /* MODPERL_TIPOOL_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_types.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_types.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_types.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_types.h Thu Oct 31 23:01:04 2013
@@ -288,3 +288,10 @@ typedef enum {
 } modperl_hook_run_mode_e;
 
 #endif /* MODPERL_TYPES_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.c (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.c Thu Oct 31 23:01:04 2013
@@ -1224,3 +1224,10 @@ apr_status_t modperl_register_auth_provi
 }
 
 #endif /* httpd-2.4 */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.h (original)
+++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_util.h Thu Oct 31 23:01:04 2013
@@ -159,3 +159,10 @@ modperl_register_auth_provider_name(apr_
 #endif
 
 #endif /* MODPERL_UTIL_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Base64/APR__Base64.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Base64/APR__Base64.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Base64/APR__Base64.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Base64/APR__Base64.h Thu Oct 31 23:01:04 2013
@@ -55,3 +55,10 @@ MP_STATIC XS(MPXS_apr_base64_decode)
 
     mpxs_set_targ(mpxs_apr_base64_decode, ST(0));
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Brigade/APR__Brigade.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Brigade/APR__Brigade.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Brigade/APR__Brigade.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Brigade/APR__Brigade.h Thu Oct 31 23:01:04 2013
@@ -171,3 +171,10 @@ void mpxs_APR__Brigade_destroy(pTHX_ apr
 {
     MP_RUN_CROAK(apr_brigade_destroy(bb), "APR::Brigade::destroy");
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Bucket/APR__Bucket.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Bucket/APR__Bucket.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Bucket/APR__Bucket.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Bucket/APR__Bucket.h Thu Oct 31 23:01:04 2013
@@ -122,3 +122,10 @@ apr_status_t mpxs_APR__Bucket_setaside(p
 
     return rc;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/BucketAlloc/APR__BucketAlloc.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/BucketAlloc/APR__BucketAlloc.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/BucketAlloc/APR__BucketAlloc.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/BucketAlloc/APR__BucketAlloc.h Thu Oct 31 23:01:04 2013
@@ -27,3 +27,10 @@ SV *mpxs_APR__BucketAlloc_new(pTHX_ SV *
     mpxs_add_pool_magic(ba_sv, p_sv);
     return ba_sv;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Error/APR__Error.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Error/APR__Error.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Error/APR__Error.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Error/APR__Error.h Thu Oct 31 23:01:04 2013
@@ -15,3 +15,10 @@
  */
 
 #define mpxs_APR__Error_strerror(rc) modperl_error_strerror(aTHX_ rc)
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Finfo/APR__Finfo.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Finfo/APR__Finfo.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Finfo/APR__Finfo.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Finfo/APR__Finfo.h Thu Oct 31 23:01:04 2013
@@ -30,3 +30,10 @@ SV *mpxs_APR__Finfo_stat(pTHX_ const cha
 
     return finfo_sv;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/IpSubnet/APR__IpSubnet.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/IpSubnet/APR__IpSubnet.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/IpSubnet/APR__IpSubnet.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/IpSubnet/APR__IpSubnet.h Thu Oct 31 23:01:04 2013
@@ -28,3 +28,10 @@ SV *mpxs_apr_ipsubnet_create(pTHX_ SV *c
     mpxs_add_pool_magic(ipsub_sv, p_sv);
     return ipsub_sv;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Lock/APR__Lock.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Lock/APR__Lock.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Lock/APR__Lock.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Lock/APR__Lock.h Thu Oct 31 23:01:04 2013
@@ -13,3 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/OS/APR__OS.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/OS/APR__OS.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/OS/APR__OS.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/OS/APR__OS.h Thu Oct 31 23:01:04 2013
@@ -22,3 +22,10 @@ static MP_INLINE unsigned long mpxs_APR_
     return 0;
 #endif
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.c
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.c?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.c (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.c Thu Oct 31 23:01:04 2013
@@ -624,3 +624,10 @@ void modperl_apr_perlio_init(pTHX)
 }
 
 #endif /* PERLIO_LAYERS */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/PerlIO/modperl_apr_perlio.h Thu Oct 31 23:01:04 2013
@@ -74,3 +74,10 @@ APR_DECLARE_OPTIONAL_FN(SV *,
 #endif /* MP_SOURCE_SCAN */
 
 #endif /* MODPERL_APR_PERLIO_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Pool/APR__Pool.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Pool/APR__Pool.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Pool/APR__Pool.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Pool/APR__Pool.h Thu Oct 31 23:01:04 2013
@@ -389,3 +389,10 @@ static MP_INLINE void mpxs_apr_pool_DEST
         apr_pool_destroy(p);
     }
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/SockAddr/APR__SockAddr.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/SockAddr/APR__SockAddr.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/SockAddr/APR__SockAddr.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/SockAddr/APR__SockAddr.h Thu Oct 31 23:01:04 2013
@@ -23,3 +23,10 @@ mpxs_apr_sockaddr_ip_get(pTHX_ apr_socka
 
     return addr;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Socket/APR__Socket.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Socket/APR__Socket.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Socket/APR__Socket.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Socket/APR__Socket.h Thu Oct 31 23:01:04 2013
@@ -125,3 +125,10 @@ static MP_INLINE int mpxs_APR__Socket_fi
     return s;
 }
 #endif
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Status/APR__Status.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Status/APR__Status.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Status/APR__Status.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Status/APR__Status.h Thu Oct 31 23:01:04 2013
@@ -23,3 +23,10 @@
 #define mpxs_APR__Status_is_ECONNABORTED APR_STATUS_IS_ECONNABORTED
 #define mpxs_APR__Status_is_ECONNRESET   APR_STATUS_IS_ECONNRESET
 #define mpxs_APR__Status_is_TIMEUP       APR_STATUS_IS_TIMEUP
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/String/APR__String.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/String/APR__String.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/String/APR__String.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/String/APR__String.h Thu Oct 31 23:01:04 2013
@@ -23,3 +23,10 @@ SV *mpxs_APR__String_strfsize(pTHX_ apr_
 
     return newSVpvn(buff, 4);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Table/APR__Table.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Table/APR__Table.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Table/APR__Table.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Table/APR__Table.h Thu Oct 31 23:01:04 2013
@@ -232,3 +232,10 @@ MP_STATIC XS(MPXS_apr_table_get)
     });
 
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/ThreadMutex/APR__ThreadMutex.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/ThreadMutex/APR__ThreadMutex.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/ThreadMutex/APR__ThreadMutex.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/ThreadMutex/APR__ThreadMutex.h Thu Oct 31 23:01:04 2013
@@ -28,3 +28,10 @@ SV *mpxs_apr_thread_mutex_create(pTHX_ S
     mpxs_add_pool_magic(mutex_sv, p_sv);
     return mutex_sv;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/ThreadRWLock/APR__ThreadRWLock.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/ThreadRWLock/APR__ThreadRWLock.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/ThreadRWLock/APR__ThreadRWLock.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/ThreadRWLock/APR__ThreadRWLock.h Thu Oct 31 23:01:04 2013
@@ -27,3 +27,10 @@ SV *mpxs_apr_thread_rwlock_create(pTHX_ 
     mpxs_add_pool_magic(rwlock_sv, p_sv);
     return rwlock_sv;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/URI/APR__URI.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/URI/APR__URI.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/URI/APR__URI.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/URI/APR__URI.h Thu Oct 31 23:01:04 2013
@@ -93,3 +93,10 @@ SV *mpxs_APR__URI_rpath(pTHX_ apr_uri_t 
     }
     return (SV *)NULL;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/UUID/APR__UUID.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/UUID/APR__UUID.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/UUID/APR__UUID.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/UUID/APR__UUID.h Thu Oct 31 23:01:04 2013
@@ -49,3 +49,10 @@ MP_STATIC XS(MPXS_apr_uuid_format)
 }
 
 #define apr_uuid_DESTROY(uuid) safefree(uuid)
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/APR/Util/APR__Util.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/APR/Util/APR__Util.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/APR/Util/APR__Util.h (original)
+++ perl/modperl/branches/httpd24threading/xs/APR/Util/APR__Util.h Thu Oct 31 23:01:04 2013
@@ -19,3 +19,10 @@ static MP_INLINE int mpxs_apr_password_v
 {
     return apr_password_validate(passwd, hash) == APR_SUCCESS;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Access/Apache2__Access.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Access/Apache2__Access.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Access/Apache2__Access.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Access/Apache2__Access.h Thu Oct 31 23:01:04 2013
@@ -166,3 +166,10 @@ int mpxs_Apache2__RequestRec_allow_overr
     return MP_HTTPD_OVERRIDE_OPTS_DEFAULT;
 #endif
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/CmdParms/Apache2__CmdParms.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/CmdParms/Apache2__CmdParms.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/CmdParms/Apache2__CmdParms.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/CmdParms/Apache2__CmdParms.h Thu Oct 31 23:01:04 2013
@@ -46,3 +46,10 @@ int mpxs_Apache2__CmdParms_override_opts
     return MP_HTTPD_OVERRIDE_OPTS_DEFAULT;
 #endif
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Command/Apache2__Command.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Command/Apache2__Command.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Command/Apache2__Command.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Command/Apache2__Command.h Thu Oct 31 23:01:04 2013
@@ -16,3 +16,10 @@
 
 #define mpxs_Apache2__Command_next(cmd) \
 (++cmd, ((cmd && cmd->name) ? cmd : NULL))
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Connection/Apache2__Connection.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Connection/Apache2__Connection.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Connection/Apache2__Connection.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Connection/Apache2__Connection.h Thu Oct 31 23:01:04 2013
@@ -40,3 +40,10 @@ const char *mpxs_Apache2__Connection_get
 {
     return ap_get_remote_host(c, (void *)dir_config, type, NULL);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/ConnectionUtil/Apache2__ConnectionUtil.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/ConnectionUtil/Apache2__ConnectionUtil.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/ConnectionUtil/Apache2__ConnectionUtil.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/ConnectionUtil/Apache2__ConnectionUtil.h Thu Oct 31 23:01:04 2013
@@ -41,3 +41,10 @@ void mpxs_Apache2__Connection_pnotes_kil
 
     modperl_pnotes_kill(&ccfg->pnotes);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Directive/Apache2__Directive.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Directive/Apache2__Directive.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Directive/Apache2__Directive.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Directive/Apache2__Directive.h Thu Oct 31 23:01:04 2013
@@ -195,3 +195,10 @@ MP_STATIC XS(MPXS_Apache2__Directive_loo
         }
     });
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Filter/Apache2__Filter.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Filter/Apache2__Filter.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Filter/Apache2__Filter.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Filter/Apache2__Filter.h Thu Oct 31 23:01:04 2013
@@ -366,3 +366,10 @@ apr_status_t mpxs_Apache2__Filter_pass_b
 
     return rc;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Log/Apache2__Log.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Log/Apache2__Log.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Log/Apache2__Log.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Log/Apache2__Log.h Thu Oct 31 23:01:04 2013
@@ -338,3 +338,10 @@ MP_STATIC XS(MPXS_Apache2__Log_log_error
 
     XSRETURN_EMPTY;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/MPM/Apache2__MPM.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/MPM/Apache2__MPM.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/MPM/Apache2__MPM.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/MPM/Apache2__MPM.h Thu Oct 31 23:01:04 2013
@@ -58,3 +58,10 @@ static void mpxs_Apache2__MPM_BOOT(pTHX)
     newCONSTSUB(PL_defstash, "Apache2::MPM::show",
                 newSVpv(ap_show_mpm(), 0));
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Module/Apache2__Module.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Module/Apache2__Module.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Module/Apache2__Module.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Module/Apache2__Module.h Thu Oct 31 23:01:04 2013
@@ -96,3 +96,10 @@ static MP_INLINE void mpxs_Apache2__Modu
 
     return;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/RequestIO/Apache2__RequestIO.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/RequestIO/Apache2__RequestIO.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/RequestIO/Apache2__RequestIO.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/RequestIO/Apache2__RequestIO.h Thu Oct 31 23:01:04 2013
@@ -386,3 +386,10 @@ apr_status_t mpxs_Apache2__RequestRec_se
 
     return rc;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/RequestRec/Apache2__RequestRec.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/RequestRec/Apache2__RequestRec.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/RequestRec/Apache2__RequestRec.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/RequestRec/Apache2__RequestRec.h Thu Oct 31 23:01:04 2013
@@ -146,3 +146,10 @@ const char *mpxs_Apache2__RequestRec_han
 
     return RETVAL;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/RequestUtil/Apache2__RequestUtil.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/RequestUtil/Apache2__RequestUtil.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/RequestUtil/Apache2__RequestUtil.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/RequestUtil/Apache2__RequestUtil.h Thu Oct 31 23:01:04 2013
@@ -413,3 +413,9 @@ apr_status_t mpxs_ap_register_auth_provi
                                           callback2, type);
 }
 
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Response/Apache2__Response.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Response/Apache2__Response.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Response/Apache2__Response.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Response/Apache2__Response.h Thu Oct 31 23:01:04 2013
@@ -39,3 +39,10 @@ mpxs_Apache2__RequestRec_set_last_modifi
     }
     ap_set_last_modified(r);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/ServerUtil/Apache2__ServerUtil.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/ServerUtil/Apache2__ServerUtil.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/ServerUtil/Apache2__ServerUtil.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/ServerUtil/Apache2__ServerUtil.h Thu Oct 31 23:01:04 2013
@@ -219,3 +219,9 @@ int mpxs_Apache2__ServerRec_loglevel(pTH
 }
 #endif
 
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/SubProcess/Apache2__SubProcess.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/SubProcess/Apache2__SubProcess.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/SubProcess/Apache2__SubProcess.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/SubProcess/Apache2__SubProcess.h Thu Oct 31 23:01:04 2013
@@ -216,3 +216,10 @@ MP_STATIC XS(MPXS_modperl_spawn_proc_pro
 
     PUTBACK;
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */