]> granicus.if.org Git - php/commitdiff
- #ifdef COMPILE_DL_FOO
authorAndi Gutmans <andi@php.net>
Sat, 10 Jun 2000 08:50:24 +0000 (08:50 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 10 Jun 2000 08:50:24 +0000 (08:50 +0000)
- #if HAVE_FOO

ext/skeleton/php_skeleton.h
ext/skeleton/skeleton.c

index 0a0986ef18ba9e4ef9dbd0075af0eff33e7d6157..ba20b27f5c100517154ed9b89bb7894f45b9ac6d 100644 (file)
 #ifndef _PHP_EXTNAME_H
 #define _PHP_EXTNAME_H
 
-#ifdef COMPILE_DL_EXTNAME
-#undef HAVE_EXTNAME
-#define HAVE_EXTNAME 1
-#endif
-
 /* You should tweak config.m4 so this symbol (or some else suitable)
    gets defined.
 */
index 9960d866951fd1d2ca805a843267e39fe77307da..e21e61f662c7bf467841cb9454868184adf7911d 100644 (file)
@@ -25,7 +25,7 @@
 /* You should tweak config.m4 so this symbol (or some else suitable)
    gets defined.
 */
-#ifdef HAVE_EXTNAME
+#if HAVE_EXTNAME
 
 #ifdef ZTS
 int extname_globals_id;