summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-07 15:07:49 +0000
committerSascha Schumann <sas@php.net>2002-03-07 15:07:49 +0000
commitcb8181dd4e9a2fbbf996bd9ea89c8cfb6064d37d (patch)
tree69a110d5035f672e9b317ec9728b6920080af22f /TSRM
parent5634d3a8f75614938491f32c142dfad5d4131df7 (diff)
downloadphp-git-cb8181dd4e9a2fbbf996bd9ea89c8cfb6064d37d.tar.gz
Fix check.. tsrm_config.h exists on all platforms but Win32.
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 374e8ff2fc..eed6986a6a 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -13,7 +13,7 @@
#ifndef TSRM_H
#define TSRM_H
-#ifdef HAVE_CONFIG_H
+#ifndef WIN32
# include "tsrm_config.h"
#endif