From: Peter Kokot Date: Wed, 27 Feb 2019 19:43:07 +0000 (+0100) Subject: Remove unused HAVE_VSNPRINTF X-Git-Tag: v6.9.2_rc1~72^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84c551e06940e1416f0fea664770976287fdac43;p=onig Remove unused HAVE_VSNPRINTF The symbol HAVE_VSNPRINTF was once used for checks if vsnprintf can be used. Today this symbol is not used in oniguruma library anymore. --- diff --git a/src/config.h.win32 b/src/config.h.win32 index a8a8426..b0be0d7 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -31,7 +31,6 @@ #define HAVE_DUP2 1 #define HAVE_MKDIR 1 #define HAVE_FLOCK 1 -#define HAVE_VSNPRINTF 1 #define HAVE_FINITE 1 #define HAVE_HYPOT 1 #define HAVE_WAITPID 1 diff --git a/src/config.h.win64 b/src/config.h.win64 index 59485fa..5ec6a97 100644 --- a/src/config.h.win64 +++ b/src/config.h.win64 @@ -31,7 +31,6 @@ #define HAVE_DUP2 1 #define HAVE_MKDIR 1 #define HAVE_FLOCK 1 -#define HAVE_VSNPRINTF 1 #define HAVE_FINITE 1 #define HAVE_HYPOT 1 #define HAVE_WAITPID 1 diff --git a/src/config.h.windows.in b/src/config.h.windows.in index 0a18db8..a5ebc76 100644 --- a/src/config.h.windows.in +++ b/src/config.h.windows.in @@ -36,7 +36,6 @@ #define HAVE_DUP2 1 #define HAVE_MKDIR 1 #define HAVE_FLOCK 1 -#define HAVE_VSNPRINTF 1 #define HAVE_FINITE 1 #define HAVE_HYPOT 1 #define HAVE_WAITPID 1