summaryrefslogtreecommitdiff
path: root/ext/icap/php_icap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/icap/php_icap.h')
-rw-r--r--ext/icap/php_icap.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/ext/icap/php_icap.h b/ext/icap/php_icap.h
index 91ceacd2c7..266b297f17 100644
--- a/ext/icap/php_icap.h
+++ b/ext/icap/php_icap.h
@@ -3,17 +3,9 @@
#ifndef _INCLUDED_ICAP_H
#define _INCLUDED_ICAP_H
-#if COMPILE_DL
-#undef HAVE_ICAP
-#define HAVE_ICAP 1
-#endif
-
#if HAVE_ICAP
-#ifdef THREAD_SAFE
-#include "tls.h"
-#endif
-#ifndef MSVC5
+#ifndef PHP_WIN32
#include "build-defs.h"
#endif
@@ -48,7 +40,3 @@ PHP_FUNCTION(icap_list_alarms);
#endif
-
-
-
-