diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-22 06:05:20 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-22 06:05:20 +0000 |
commit | 295f8d918f03600d0a8942a066ce4d68d6085fe0 (patch) | |
tree | 694260595c95b2e721021f7d4b9adf2c27f54b22 | |
parent | b19d28907e2ed42d5553e84b051d04373223bf2d (diff) | |
download | php-git-295f8d918f03600d0a8942a066ce4d68d6085fe0.tar.gz |
NetWare can use Autoconf based build system.
-rw-r--r-- | TSRM/tsrm_config.nw.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/TSRM/tsrm_config.nw.h b/TSRM/tsrm_config.nw.h deleted file mode 100644 index 14fcc19ab2..0000000000 --- a/TSRM/tsrm_config.nw.h +++ /dev/null @@ -1,11 +0,0 @@ -#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 |