From 1f934084cd43bc82944ff450d11f4b9947e42523 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 2 Dec 2000 13:27:10 +0000 Subject: [PATCH] Noone defines PACKAGE/VERSION anymore. --- main/php.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main/php.h b/main/php.h index 5b30e5909b5..76acd56cb22 100644 --- a/main/php.h +++ b/main/php.h @@ -34,10 +34,6 @@ #include "zend.h" #include "php_compat.h" -/* automake defines PACKAGE and VERSION for Zend too */ -#undef PACKAGE -#undef VERSION - #include "zend_API.h" #if PHP_BROKEN_SPRINTF