From 96508e1b9da790d4b824a42246d1e86379101733 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 5 Dec 2010 00:19:30 -0800 Subject: Remove non-USE_SNPRINTF case from src/Error.c unifdef -DUSE_SNPRINTF src/Error.c Plus manual removal of old #ifdef notyet section that said not enough platforms had snprintf support yet. Welcome to the new millenium! Signed-off-by: Alan Coopersmith --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ae3db02..c75e832 100644 --- a/configure.ac +++ b/configure.ac @@ -70,8 +70,6 @@ case $host_os in [Define to 1 if you have the "poll" function.])) ;; esac -AC_CHECK_FUNC(snprintf, AC_DEFINE(USE_SNPRINTF,1, - [Define to 1 if you have the "snprintf" function.])) AC_HAVE_LIBRARY(ws2_32) -- cgit v1.2.3