]> granicus.if.org Git - php/commitdiff
Remove -DHAVE_CONFIG_H. It ain't used anywhere.
authorSascha Schumann <sas@php.net>
Sun, 20 Aug 2000 08:58:19 +0000 (08:58 +0000)
committerSascha Schumann <sas@php.net>
Sun, 20 Aug 2000 08:58:19 +0000 (08:58 +0000)
build/rules_common.mk

index 9580f9f32f577f290cdd0a7de1671c493110af77..5c2b7129bed079413369067374460fb16dacda51 100644 (file)
@@ -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)