From 274e56850a285f2b4fa1c3e5aafd3dcc2999f990 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Jan 2005 08:26:59 +0000 Subject: [PATCH] Do not set HAVE_.. stuff for WIN32 --- win/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index d095246..475951e 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2005, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.91 2005-01-16 23:20:55 adam Exp $ +# $Id: makefile,v 1.92 2005-01-19 08:26:59 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -172,8 +172,6 @@ COMMON_C_OPTIONS= \ $(LIBXML2_DEF) \ /D "_WINDOWS" \ /D "WIN32" \ - /DHAVE_SYS_STAT_H=1 \ - /DHAVE_SYS_TYPES_H=1 \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\" -- 1.7.10.4