HAVE_STDARG_H is defined.
This is because configure.in does not test for stdarg.h, but autoconf.h does have it defined.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7587
dc483132-0cff-0310-8789-
dd5450dbe970
+Sun Mar 3 12:52:49 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * srv_main.c: Move inclusion of k5-int.h before testing if
+ HAVE_STDARG_H is defined.
+
Wed Feb 21 21:26:50 1996 Mark Eichin <eichin@cygnus.com>
* srv_main.c (xprintf): handle VARARGS.
#include <stdio.h>
#include <sys/signal.h>
#include <setjmp.h>
+#include "k5-int.h"
#if defined(HAVE_STDARG_H) || defined(_WINDOWS) || defined (_MACINTOSH)
#include <stdarg.h>
#else
#include <varargs.h>
#define VARARGS
#endif
-#include "k5-int.h"
#include "com_err.h"
#include "adm.h"
#include "adm_proto.h"