From: Sascha Schumann Date: Sun, 20 Aug 2000 08:58:19 +0000 (+0000) Subject: Remove -DHAVE_CONFIG_H. It ain't used anywhere. X-Git-Tag: php-4.0.2RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42eeda50d4790daaf13107aa96473da8e9a3873d;p=php Remove -DHAVE_CONFIG_H. It ain't used anywhere. --- diff --git a/build/rules_common.mk b/build/rules_common.mk index 9580f9f32f..5c2b7129be 100644 --- a/build/rules_common.mk +++ b/build/rules_common.mk @@ -32,7 +32,7 @@ mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p INSTALL = $(top_srcdir)/build/shtool install -c INSTALL_DATA = $(INSTALL) -m 644 -DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/main +DEFS = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/main moduledir = $(EXTENSION_DIR)