]> granicus.if.org Git - php/commitdiff
- Remove some unused stuff.
authorAndi Gutmans <andi@php.net>
Sun, 27 Aug 2000 18:27:37 +0000 (18:27 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 27 Aug 2000 18:27:37 +0000 (18:27 +0000)
main/php.h

index 65b25739c7eb4e391d3f621082573bacccdacb29..3f58026b17c04b2333f690917f600abc69be1f73 100644 (file)
@@ -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