com_err.c doesn't include k5-config.h.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5199
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Mar 22 11:34:09 1995 Keith Vetter (keithv@fusion.com)
+
+ * com_err.c: added _WINDOWS equivalent condition to HAVE_STDARG_H
+ since windows fakes autoconf by defining such constants in
+ k5-config.h which isn't included for this file.
+
Thu Mar 16 19:57:20 1995 Keith Vetter (keithv@fusion.com)
* com_err.c: added missing INTERFACE on a prototype.
#include <string.h>
#include "mit-sipb-copyright.h"
-#ifdef HAVE_STDARG_H
+#if defined(HAVE_STDARG_H) || defined(_WINDOWS)
#include <stdarg.h>
#else
#include <varargs.h>