From: Chris Hanson Date: Mon, 27 Jun 2011 00:38:15 +0000 (-0700) Subject: Define HAVE_CONFIG_H. X-Git-Tag: release-9.1.0~8 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=82a7fe85efc84a298f2e181ea52c9c1bc6ab69ad;p=mit-scheme.git Define HAVE_CONFIG_H. --- diff --git a/src/microcode/ntutl/makefile.wcc b/src/microcode/ntutl/makefile.wcc index 4b6bff6e8..6247fdea0 100644 --- a/src/microcode/ntutl/makefile.wcc +++ b/src/microcode/ntutl/makefile.wcc @@ -67,7 +67,7 @@ AS = wasm # For debugging, uncomment next line and comment one following. #UTIL_CFLAGS = /6r /d2 /ei /op /s /w1 /zc /zp4 /zq UTIL_CFLAGS = /6r /d1+ /ei /oe /op /ox /s /w1 /zc /zp4 /zq -CFLAGS = $(UTIL_CFLAGS) /bm /DMIT_SCHEME /DGUI /i=. +CFLAGS = $(UTIL_CFLAGS) /bm /DMIT_SCHEME /DGUI /DHAVE_CONFIG_H /i=. # Linker options. #