summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-09-26 19:47:35 +0000
committerSascha Schumann <sas@php.net>1999-09-26 19:47:35 +0000
commita5dbe81a76cd3e3efbf24b5c35dba3ff9426ccdd (patch)
tree3ff100ec577d38a879e2a86188185b6a0c4dafa0
parentfeccd9f104c0066c2b614314f27a2837355701c0 (diff)
downloadphp-git-a5dbe81a76cd3e3efbf24b5c35dba3ff9426ccdd.tar.gz
Do not let PACKAGE/VERSION escape from tsrm_config.h.
-rw-r--r--TSRM/TSRM.h2
1 files changed, 2 insertions, 0 deletions
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