summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-02-21 10:01:34 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-02-21 10:01:34 +0000
commitba980b12add494a450b3f436011988f30a45be24 (patch)
tree0540a23aba9098edc5cb184f5c6f255b4975d0fc /TSRM
parent3b4d482055d17a9108b4ed63badf58c69fbcd679 (diff)
downloadphp-git-ba980b12add494a450b3f436011988f30a45be24.tar.gz
NetWare can use the tsrm_config.h
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/TSRM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index 9b3b454a36..a66353b88f 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -14,7 +14,7 @@
#define TSRM_H
/* #ifndef WIN32 */
-#if !defined(WIN32) && !defined(NETWARE)
+#ifndef WIN32
# include <tsrm_config.h>
#endif