summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorVenkat Raghavan S <rvenkat@php.net>2002-05-29 05:16:58 +0000
committerVenkat Raghavan S <rvenkat@php.net>2002-05-29 05:16:58 +0000
commitab699a7c2b1fa10f0f711cdef422aef86fa8efb4 (patch)
tree6dc41b1d79158f5118d69735f1cee06b193c00cb /TSRM
parent423eca4e05768858540685b6fbf824b5f4457eb8 (diff)
downloadphp-git-ab699a7c2b1fa10f0f711cdef422aef86fa8efb4.tar.gz
Change to build on NetWare: TSRM_CONFIG.H not required
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/TSRM.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index 6d6ee56242..fb8b4347f9 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -13,7 +13,8 @@
#ifndef TSRM_H
#define TSRM_H
-#ifndef WIN32
+/* #ifndef WIN32 */
+#if !defined(WIN32) && !defined(NETWARE)
# include "tsrm_config.h"
#endif