Added #define ZERO_ARRAY_LENGTH

This commit is contained in:
Dabb 2001-01-05 15:25:20 +00:00
parent 5ef57c14e4
commit a8c5bf0812
2 changed files with 4 additions and 0 deletions

View File

@ -273,6 +273,8 @@
/* Define if you have the <netinet/in.h> header file */ /* Define if you have the <netinet/in.h> header file */
#undef HAVE_NETINET_IN_H #undef HAVE_NETINET_IN_H
#define ZERO_LENGTH_ARRAY
/* Experimental 3DNOW support */ /* Experimental 3DNOW support */
#ifdef HAVE_3DNOW_ASM #ifdef HAVE_3DNOW_ASM
#define atan _atan #define atan _atan

View File

@ -271,6 +271,8 @@
/* Define if you have the fnmatch proto file. */ /* Define if you have the fnmatch proto file. */
#undef HAVE_FNMATCH_PROTO #undef HAVE_FNMATCH_PROTO
#define ZERO_LENGTH_ARRAY 0
/* Experimental 3DNOW support */ /* Experimental 3DNOW support */
#ifdef HAVE_3DNOW_ASM #ifdef HAVE_3DNOW_ASM
#define atan _atan #define atan _atan