From 8794d357e67abddf9fda9db77b235e294d0ec590 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 May 2002 00:29:44 +0000 Subject: import from bb-cvs added slit and enable-clobber defines back in Makefile.am --- src/bsd-snprintf.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/bsd-snprintf.h (limited to 'src/bsd-snprintf.h') diff --git a/src/bsd-snprintf.h b/src/bsd-snprintf.h deleted file mode 100644 index ed7a21c9..00000000 --- a/src/bsd-snprintf.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _BSD_SNPRINTF_H -#define _BSD_SNPRINTF_H - -#include "config.h" - -#include /* For size_t */ - -#ifndef HAVE_SNPRINTF -int snprintf(char *str, size_t count, const char *fmt, ...); -#endif /* !HAVE_SNPRINTF */ - -#ifndef HAVE_VSNPRINTF -int vsnprintf(char *str, size_t count, const char *fmt, va_list args); -#endif /* !HAVE_SNPRINTF */ - - -#endif /* _BSD_SNPRINTF_H */ -- cgit v1.2.3