mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Added #define ZERO_ARRAY_LENGTH
This commit is contained in:
parent
5ef57c14e4
commit
a8c5bf0812
2 changed files with 4 additions and 0 deletions
|
@ -273,6 +273,8 @@
|
|||
/* Define if you have the <netinet/in.h> header file */
|
||||
#undef HAVE_NETINET_IN_H
|
||||
|
||||
#define ZERO_LENGTH_ARRAY
|
||||
|
||||
/* Experimental 3DNOW support */
|
||||
#ifdef HAVE_3DNOW_ASM
|
||||
#define atan _atan
|
||||
|
|
|
@ -271,6 +271,8 @@
|
|||
/* Define if you have the fnmatch proto file. */
|
||||
#undef HAVE_FNMATCH_PROTO
|
||||
|
||||
#define ZERO_LENGTH_ARRAY 0
|
||||
|
||||
/* Experimental 3DNOW support */
|
||||
#ifdef HAVE_3DNOW_ASM
|
||||
#define atan _atan
|
||||
|
|
Loading…
Reference in a new issue