diff options
Diffstat (limited to 'TSRM/tsrm_config.nw.h')
-rw-r--r-- | TSRM/tsrm_config.nw.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TSRM/tsrm_config.nw.h b/TSRM/tsrm_config.nw.h new file mode 100644 index 0000000000..0681852c7d --- /dev/null +++ b/TSRM/tsrm_config.nw.h @@ -0,0 +1,9 @@ +#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 */ + +#endif |