From: Theodore Tso Date: Sun, 12 Jun 1994 23:54:01 +0000 (+0000) Subject: Linux uses _STDARG_H instead of _STDARG_H_ --- we need a better way to X-Git-Tag: krb5-1.0-beta4~96 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6b3b90016f8b6c38a4636d32e4a272165d9ae73;p=krb5.git Linux uses _STDARG_H instead of _STDARG_H_ --- we need a better way to 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 --- diff --git a/src/util/ss/error.c b/src/util/ss/error.c index 0dc7e7127..764e88eee 100644 --- a/src/util/ss/error.c +++ b/src/util/ss/error.c @@ -22,7 +22,7 @@ #include #include "ss_internal.h" -#ifdef _STDARG_H_ +#if (defined(_STDARG_H_) || defined(_STDARG_H)) #define STDARG #endif