mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
- #ifdef COMPILE_DL_FOO
- #if HAVE_FOO
This commit is contained in:
@@ -21,11 +21,6 @@
|
||||
#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.
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user