From: Sascha Schumann Date: Sun, 26 Sep 1999 19:47:35 +0000 (+0000) Subject: Do not let PACKAGE/VERSION escape from tsrm_config.h. X-Git-Tag: before-sapi-split~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5dbe81a76cd3e3efbf24b5c35dba3ff9426ccdd;p=php Do not let PACKAGE/VERSION escape from tsrm_config.h. --- diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 1cba26e34c..9f55a7683d 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -21,6 +21,8 @@ # undef PACKAGE # undef VERSION # include "tsrm_config.h" +# undef PACKAGE +# undef VERSION #endif #if WIN32||WINNT