From: Kurt Zeilenga Date: Thu, 24 Dec 1998 23:42:48 +0000 (+0000) Subject: MSVC++ has stdarg support X-Git-Tag: OPENLDAP_REL_ENG_1_1_1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e252edf7134c06b5c28a3597295c6b59eb7ae023;p=thirdparty%2Fopenldap.git MSVC++ has stdarg support --- diff --git a/include/portable.h.nt b/include/portable.h.nt index ec93139f55..22d3496017 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -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