Linux uses _STDARG_H instead of _STDARG_H_ --- we need a better way to
authorTheodore Tso <tytso@mit.edu>
Sun, 12 Jun 1994 23:54:01 +0000 (23:54 +0000)
committerTheodore Tso <tytso@mit.edu>
Sun, 12 Jun 1994 23:54:01 +0000 (23:54 +0000)
test of the presense of stdarg!!!  Should be done using autoconf, I
suspect.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3757 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ss/error.c

index 0dc7e7127b9785850dec08565533123649da9521..764e88eeea1dc1d33a88b67ed1d2ee5339b86006 100644 (file)
@@ -22,7 +22,7 @@
 #include <com_err.h>
 #include "ss_internal.h"
 
-#ifdef _STDARG_H_
+#if (defined(_STDARG_H_) || defined(_STDARG_H))
 #define STDARG
 #endif