php-src/TSRM/tsrm_config.nw.h

12 lines
223 B
C
Raw Normal View History

2002-05-29 08:41:21 +00:00
#ifndef TSRM_CONFIG_NW_H
#define TSRM_CONFIG_NW_H
#define HAVE_UTIME 1
/* Though we have alloca(), this seems to be causing some problem
* with the stack pointer. Hence not using it
*/
/*#define HAVE_ALLOCA 1*/
2002-05-29 08:41:21 +00:00
#endif