From cfea3813071755c8a17985d8bae7447b30c95790 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 30 Oct 2013 17:30:07 +0100 Subject: cmake: Check for isblank(). --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index f7f8957f..1835e070 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -79,6 +79,9 @@ /* Define to 1 if you have the `_vsnprintf_s' function. */ #cmakedefine HAVE__VSNPRINTF_S 1 +/* Define to 1 if you have the `isblank' function. */ +#cmakedefine HAVE_ISBLANK 1 + /* Define to 1 if you have the `strncpy' function. */ #cmakedefine HAVE_STRNCPY 1 -- cgit v1.2.3