Borland fixes, to get it compile

This commit is contained in:
Dabb 2000-05-25 14:04:47 +00:00
parent 0bd4043ca4
commit 16c06526c9

View file

@ -1,7 +1,7 @@
/*
config.h
Configuration for Visual C++. This file would have been
Configuration for Borland C++. This file would have been
autogenerated by configure, for any sane compiler.
Copyright (C) 2000 contributors of the QuakeForge project
@ -114,10 +114,10 @@
#define HAVE__FTIME 1
/* Define if you have the _snprintf function. */
#define HAVE__SNPRINTF 1
#undef HAVE__SNPRINTF 1
/* Define if you have the _vsnprintf function. */
#define HAVE__VSNPRINTF 1
#undef HAVE__VSNPRINTF 1
/* Define if you have the connect function. */
#define HAVE_CONNECT 1
@ -263,6 +263,12 @@
/* Define if we've scitech MGL library and mgraph.h */
#define HAVE_MGRAPH_H 1
/* Dir used for shared game data */
#define FS_SHAREPATH "."
/* Dir used for shared game data */
#define FS_USERPATH "."
#define FS_GLOBALCFG ".\\qforge.cfg"
#define strcasecmp(s1, s2) stricmp((s1), (s2))