diff options
author | Andi Gutmans <andi@php.net> | 2000-08-27 18:27:37 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-08-27 18:27:37 +0000 |
commit | 0b8ca80e57daa0e8d9d66baf0442d1447a547fc5 (patch) | |
tree | 71b79571f737e7aa68eebe9d0b8585f958cb5502 /main/php.h | |
parent | 989203cf9c9a40bfa4c3f9bc20e7e15520c4aff9 (diff) | |
download | php-git-0b8ca80e57daa0e8d9d66baf0442d1447a547fc5.tar.gz |
- Remove some unused stuff.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main/php.h b/main/php.h index 65b25739c7..3f58026b17 100644 --- a/main/php.h +++ b/main/php.h @@ -50,14 +50,6 @@ extern unsigned char first_arg_allow_ref[]; extern unsigned char second_arg_force_ref[]; extern unsigned char second_arg_allow_ref[]; - -/* somebody stealing BOOL from windows. pick something else! -#ifndef BOOL -#define BOOL MYBOOL -#endif -*/ - - #ifdef PHP_WIN32 #include "win95nt.h" # ifdef PHP_EXPORTS @@ -214,15 +206,9 @@ char *strerror(int); #define EXEC_INPUT_BUF 4096 - -#define DONT_FREE 0 -#define DO_FREE 1 - #define PHP_MIME_TYPE "application/x-httpd-php" /* macros */ -#undef COPY_STRING -#define COPY_STRING(yy) (yy).value.str.val = (char *) estrndup((yy).value.str.val,(yy).value.str.len) #define STR_PRINT(str) ((str)?(str):"") #ifndef MAXPATHLEN @@ -270,7 +256,6 @@ int cfgparse(void); #define php_error zend_error - #define zenderror phperror #define zendlex phplex |