getting var/stdarg.h from com_err.h
authorMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 05:05:08 +0000 (05:05 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 05:05:08 +0000 (05:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3835 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ss/error.c

index af755cc415d6de4311f1c69ca789a0cb65da1409..43898abee55e83fab5cb37a5bcecd4c0a9927605 100644 (file)
 #include <com_err.h>
 #include "ss_internal.h"
 
-#if (defined(_STDARG_H_) || defined(_STDARG_H))
-#define STDARG_PROTOTYPES
-#endif
-
-#ifndef __STDC__
-/* we didn't get it in com_err.h if it wasn't STDC. */
-#ifdef STDARG_PROTOTYPES
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-#endif
-  
 #undef ss_error
 
 char * ss_name(sci_idx)