MSVC++ has stdarg support

This commit is contained in:
Kurt Zeilenga 1998-12-24 23:42:48 +00:00
parent fa2ab77d9f
commit e252edf713

View File

@ -34,6 +34,7 @@ is provided ``as is'' without express or implied warranty.
/* MSVC5 doesn't define _STDC_, but requires prototypes */
#define __NEED_PROTOTYPES 1
#define HAVE_STDARG 1
/* we installed Henry Spencer's REGEX */
#define HAVE_REGEX_H 1