+Thu Jun 22 16:12:23 1995 Tom Yu (tlyu@dragons-lair)
+
+ * syslog.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
+
Thu Apr 13 16:05:08 1995 Keith Vetter (keithv@fusion.com)
* syslog.h: __STDC__ conditionals also check for the _WINDOWS define.
#define LOG_NOWAIT 0x10 /* if forking to log on console, don't wait() */
#ifndef KERNEL
-#if defined(__STDC__) || defined(KRB5_PROVIDE_PROTOTYPES) || defined(_WINDOWS)
+#if (defined(__STDC__) || defined(_WINDOWS)) && !defined(KRB5_NO_PROTOTYPES)
extern void syslog (int , const char *, ... );
#ifdef va_start
/* XXX depending on #define of va_start in <stdarg.h> */