diff options
Diffstat (limited to 'ext/skeleton/php_skeleton.h')
-rw-r--r-- | ext/skeleton/php_skeleton.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/skeleton/php_skeleton.h b/ext/skeleton/php_skeleton.h index 0a0986ef18..ba20b27f5c 100644 --- a/ext/skeleton/php_skeleton.h +++ b/ext/skeleton/php_skeleton.h @@ -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. */ |