From: Venkat Raghavan S Date: Wed, 29 May 2002 05:16:58 +0000 (+0000) Subject: Change to build on NetWare: TSRM_CONFIG.H not required X-Git-Tag: SAFEGUARD_3_0_BETA1_RC1_26062002~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab699a7c2b1fa10f0f711cdef422aef86fa8efb4;p=php Change to build on NetWare: TSRM_CONFIG.H not required --- 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