get vc projects building again

This commit is contained in:
Thad Ward 2000-11-02 07:38:41 +00:00
parent 98adca1e34
commit 28c972a3fd
3 changed files with 136 additions and 19 deletions

View file

@ -34,6 +34,8 @@
#ifndef _CONFIG_H
#define _CONFIG_H
#pragma warning( disable : 4761)
/* Define to empty if the keyword does not work. */
#undef const
@ -246,6 +248,9 @@
/* Define if you have the zlib library (-lz). */
#define HAVE_ZLIB
/* Define if you have a sane fnmatch.h */
#define HAVE_FNMATCH_PROTO
/* Posix, needed for limits.h and Unix stuffs to work right */
#define _POSIX_