]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
MSVC++ has stdarg support
authorKurt Zeilenga <kurt@openldap.org>
Thu, 24 Dec 1998 23:42:48 +0000 (23:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 24 Dec 1998 23:42:48 +0000 (23:42 +0000)
include/portable.h.nt

index ec93139f552d3c1c9abf4033f281615cf4ef3f4d..22d3496017d482f7c10aec42e1359ec08fa44826 100644 (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