summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_config.nw.h
blob: 0681852c7d45815901279a273645f57f1c395828 (plain)
1
2
3
4
5
6
7
8
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