diff options
author | SVN Migration <svn@php.net> | 2002-06-06 10:51:27 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-06-06 10:51:27 +0000 |
commit | 7f58b0ee31131ebce43cc4c4ed027052687d4fb7 (patch) | |
tree | b06473ce5f5208818bcec2228c22d458b55b3ca2 /sapi/apache/php_apache_http.h | |
parent | d1826b42874c4a1e29c0ac75810204571c387d20 (diff) | |
download | php-git-RELEASE_0_90.tar.gz |
This commit was manufactured by cvs2svn to create tag 'RELEASE_0_90'.RELEASE_0_90
Diffstat (limited to 'sapi/apache/php_apache_http.h')
-rw-r--r-- | sapi/apache/php_apache_http.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h deleted file mode 100644 index 56590fb822..0000000000 --- a/sapi/apache/php_apache_http.h +++ /dev/null @@ -1,38 +0,0 @@ -#define NO_REGEX_EXTRA_H - -#ifdef WIN32 -#include <winsock2.h> -#include <stddef.h> -#endif - -#ifdef NETWARE -#include <netinet/in.h> -#endif - -#include "zend.h" -#include "php_regex.h" - -#include "httpd.h" -#include "http_config.h" - -#if MODULE_MAGIC_NUMBER > 19980712 -# include "ap_compat.h" -#else -# if MODULE_MAGIC_NUMBER > 19980324 -# include "compat.h" -# endif -#endif - -#include "http_core.h" -#include "http_main.h" -#include "http_protocol.h" -#include "http_request.h" -#include "http_log.h" -#include "util_script.h" - -#include "php_variables.h" -#include "php_main.h" -#include "php_ini.h" -#include "ext/standard/php_standard.h" - -#include "mod_php4.h" |