diff options
author | Andi Gutmans <andi@php.net> | 2000-06-10 08:50:24 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-10 08:50:24 +0000 |
commit | f79e3fa02f126bce7cb977459ba6aed366b53ccc (patch) | |
tree | bd732bf447eb59f9b831aa510b475dee11367926 /ext/skeleton/php_skeleton.h | |
parent | a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e (diff) | |
download | php-git-f79e3fa02f126bce7cb977459ba6aed366b53ccc.tar.gz |
- #ifdef COMPILE_DL_FOO
- #if HAVE_FOO
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. */ |