From 84c551e06940e1416f0fea664770976287fdac43 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 27 Feb 2019 20:43:07 +0100 Subject: [PATCH] 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. --- src/config.h.win32 | 1 - src/config.h.win64 | 1 - src/config.h.windows.in | 1 - 3 files changed, 3 deletions(-) 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 -- 2.40.0