usestdarg not available here -- STDC good enough for now
authorMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 05:07:18 +0000 (05:07 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 05:07:18 +0000 (05:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3836 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/com_err.h

index c5a3634bd84a3459afc8faa8d3e4c51f02e3f4c0..8372867e9e4933d7c07fdd45417e93def4b2ede0 100644 (file)
@@ -10,7 +10,8 @@
 
 #ifndef __COM_ERR_H
 
-#ifdef UseStdarg
+/* Imake needs this -- oh well */
+#ifdef __STDC__
 #define STDARG_PROTOTYPES
 #endif