blob: 0098b0e8fa375c984116c82bacfc6aa52276c6fd (
plain)
1
2
3
4
5
6
7
8
9
10
|
// vim:ft=javascript
// $Id: config.w32 147168 2003-12-22 15:01:05Z wez $
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");
|