Imported Upstream version 1.8.6p8
[debian/sudo] / zlib / Makefile.in
index 10faf0b4096dd14c6ae1c40d49906049b078b52d..c14035aefb61f0d06ad79b47154af5367ff8ce5e 100644 (file)
@@ -22,6 +22,7 @@
 srcdir = @srcdir@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
+cross_compiling = @CROSS_COMPILING@
 
 # Compiler & tools to use
 CC = @CC@
@@ -34,7 +35,7 @@ CPPFLAGS = -I. -I$(srcdir)
 CFLAGS = @CFLAGS@
 
 # OS dependent defines
-DEFS = @OSDEFS@
+DEFS = @OSDEFS@ @NO_VIZ@
 
 #### End of system configuration section. ####