summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-04-28 22:25:31 +0000
committerPierre Joye <pajoye@php.net>2010-04-28 22:25:31 +0000
commitf4735e72e47cdb27cd1892be82366b23efc41717 (patch)
tree55c01adb1a65528a0b5b10d17b8297b81c1a397c /TSRM
parent9b3e080098da6c28f61d4e7117137edc97a59553 (diff)
downloadphp-git-f4735e72e47cdb27cd1892be82366b23efc41717.tar.gz
- we don't need that anymore
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/config.w325
1 files changed, 0 insertions, 5 deletions
diff --git a/TSRM/config.w32 b/TSRM/config.w32
index 525f4390e5..5498f8e7bd 100644
--- a/TSRM/config.w32
+++ b/TSRM/config.w32
@@ -1,10 +1,5 @@
// vim:ft=javascript
// $Id$
-if (CHECK_HEADER_ADD_INCLUDE("NewAPIs.h", "CFLAGS_PHP", php_usual_include_suspects)) {
- // Need to add the flag directly, since TSRM doesn't include the config
- // header
- ADD_FLAG("CFLAGS_PHP", "/DHAVE_NEWAPIS_H=1");
-}
ADD_SOURCES("TSRM", "TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c tsrm_win32.c");