From bf8d139b2d8baa9864a3e54d4275b39be450a2f7 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 13 Jul 2009 12:32:06 +0200 Subject: Enable conditional compiling for IP regex code. --- 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 e941d109..e86f6926 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -46,6 +46,9 @@ /* Define to 1 if you have the `select' function. */ #cmakedefine HAVE_SELECT 1 +/* Define to 1 if you have the `regcomp' function. */ +#cmakedefine HAVE_REGCOMP 1 + /*************************** LIBRARIES ***************************/ /* Define to 1 if you have the `crypto' library (-lcrypto). */ -- cgit v1.2.3