From d3af657e468065dcbae73e6a7289f7090822bacd Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Sat, 9 Nov 2002 03:16:14 +0000 Subject: HAVE_C99_SNPRINTF is not tested, so remove from ifdef git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@177 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/snprintf.c b/plugins/snprintf.c index ef1d254..3de2a96 100644 --- a/plugins/snprintf.c +++ b/plugins/snprintf.c @@ -789,7 +789,7 @@ static void dopr_outch(char *buffer, size_t *currlen, size_t maxlen, char c) * these should really be smb_snprintf to avoid conflicts with buggy * linkers? -- mbp */ -#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF) +#if !defined(HAVE_SNPRINTF) /* || !defined(HAVE_C99_SNPRINTF) */ int snprintf(char *str,size_t count,const char *fmt,...) { size_t ret; -- cgit v0.10-9-g596f