summaryrefslogtreecommitdiff
path: root/ext/mcal
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-10 08:48:01 +0000
committerAndi Gutmans <andi@php.net>2000-06-10 08:48:01 +0000
commita9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e (patch)
tree3c91787ff07705c7f8297cfecc1d09f80b83ce02 /ext/mcal
parent0eeee6b7c83319775c96734f940b05a397fb7914 (diff)
downloadphp-git-a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e.tar.gz
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
Diffstat (limited to 'ext/mcal')
-rw-r--r--ext/mcal/php_mcal.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/ext/mcal/php_mcal.h b/ext/mcal/php_mcal.h
index b17769d62c..e5b3b23ee2 100644
--- a/ext/mcal/php_mcal.h
+++ b/ext/mcal/php_mcal.h
@@ -3,17 +3,9 @@
#ifndef _INCLUDED_MCAL_H
#define _INCLUDED_MCAL_H
-#if COMPILE_DL
-#undef HAVE_MCAL
-#define HAVE_MCAL 1
-#endif
-
#if HAVE_MCAL
-#ifdef THREAD_SAFE
-#include "tls.h"
-#endif
-#ifndef MSVC5
+#ifndef PHP_WIN32
#include "build-defs.h"
#endif
@@ -84,7 +76,3 @@ PHP_FUNCTION(mcal_fetch_current_stream_event);
#endif
-
-
-
-