From: Adam Dickmeiss Date: Wed, 19 Jan 2005 08:26:59 +0000 (+0000) Subject: Do not set HAVE_.. stuff for WIN32 X-Git-Tag: YAZ.2.0.34~36 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=274e56850a285f2b4fa1c3e5aafd3dcc2999f990;hp=49749c69ee15dee28948d353092d1bd8626b72df;p=yaz-moved-to-github.git Do not set HAVE_.. stuff for WIN32 --- 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)\\"