From 766de1569401131e869e312da26839a3d0ca7d3a Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 22 Aug 2001 04:45:51 +0000 Subject: Add some editor modes (in the rest of the source) --- sapi/apache2filter/apache_config.c | 8 ++++++++ sapi/apache2filter/php_functions.c | 9 +++++++++ sapi/apache2filter/sapi_apache2.c | 9 +++++++++ 3 files changed, 26 insertions(+) diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c index f99ae5ef0e..0dc57da1f5 100644 --- a/sapi/apache2filter/apache_config.c +++ b/sapi/apache2filter/apache_config.c @@ -154,3 +154,11 @@ void *create_php_config(apr_pool_t *p, char *dummy) return (void *) newx; } +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 tw=78 fdm=marker + * vim<600: sw=4 ts=4 tw=78 + */ diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index ca3a212f81..1a042944f6 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -149,3 +149,12 @@ int php_apache_register_module(void) { return zend_startup_module(&php_apache_module); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 tw=78 fdm=marker + * vim<600: sw=4 ts=4 tw=78 + */ diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 63f07f6968..39c5b3533e 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -467,3 +467,12 @@ AP_MODULE_DECLARE_DATA module php4_module = { php_dir_cmds, /* command apr_table_t */ php_register_hook /* register hooks */ }; + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 tw=78 fdm=marker + * vim<600: sw=4 ts=4 tw=78 + */ -- cgit v1.2.1