summaryrefslogtreecommitdiff
path: root/ext/ext_skel
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-01 14:56:30 +0000
committerSascha Schumann <sas@php.net>2000-12-01 14:56:30 +0000
commit8e3abe8946125d494e7911ec72fbc390dfece2b0 (patch)
tree4ef792ef57e877eb49d2f2366add853f41a76bc3 /ext/ext_skel
parentb3b277f32a5bd0cd428ac76f54a1ba7e99eb4e62 (diff)
downloadphp-git-8e3abe8946125d494e7911ec72fbc390dfece2b0.tar.gz
Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files
were unconditionally compiled. It is not necessary in PHP 4.
Diffstat (limited to 'ext/ext_skel')
-rwxr-xr-xext/ext_skel1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ext_skel b/ext/ext_skel
index d34f4c62b8..98f456916b 100755
--- a/ext/ext_skel
+++ b/ext/ext_skel
@@ -131,7 +131,6 @@ if test "\$PHP_$EXTNAME" != "no"; then
dnl If you will not be testing anything external, like existence of
dnl headers, libraries or functions in them, just uncomment the
dnl following line and you are ready to go.
- dnl AC_DEFINE(HAVE_$EXTNAME, 1, [ ])
dnl Write more examples of tests here...
PHP_EXTENSION($extname, \$ext_shared)
fi