Skip to content

Commit

Permalink
remove HAVE_CONFIG_H dependency in testlimits.c
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovr authored and veillard committed Oct 16, 2014
1 parent c2450d8 commit f3efaba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions testlimits.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
* [email protected]
*/

#ifdef HAVE_CONFIG_H
#include "libxml.h"
#else
#include <stdio.h>
#endif

#if !defined(_WIN32) || defined(__CYGWIN__)
#include <unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion win32/Makefile.msvc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CPPFLAGS = $(CPPFLAGS) /D "_REENTRANT"

# The compiler and its options.
CC = cl.exe
CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "HAVE_CONFIG_H" /D "NOLIBTOOL" /W1 $(CRUNTIME)
CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "NOLIBTOOL" /W1 $(CRUNTIME)
CFLAGS = $(CFLAGS) /I$(XML_SRCDIR) /I$(XML_SRCDIR)\include /I$(INCPREFIX)
!if "$(WITH_THREADS)" != "no"
CFLAGS = $(CFLAGS) /D "_REENTRANT"
Expand Down

0 comments on commit f3efaba

Please sign in to comment.