1
0
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:
Andi Gutmans
2000-06-10 08:50:24 +00:00
parent a9d4cf9023
commit f79e3fa02f
2 changed files with 1 additions and 6 deletions

View File

@@ -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.
*/

View 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;