summaryrefslogtreecommitdiff
path: root/ext/skeleton/php_skeleton.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-10 08:50:24 +0000
committerAndi Gutmans <andi@php.net>2000-06-10 08:50:24 +0000
commitf79e3fa02f126bce7cb977459ba6aed366b53ccc (patch)
treebd732bf447eb59f9b831aa510b475dee11367926 /ext/skeleton/php_skeleton.h
parenta9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e (diff)
downloadphp-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.h5
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.
*/