aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-13 12:32:06 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-13 12:32:06 +0200
commitbf8d139b2d8baa9864a3e54d4275b39be450a2f7 (patch)
treeab7df2a921d4cbf0749baf33c6032e7a3ad0e324 /config.h.cmake
parent093983b80415bfbc79841b8d706fd1ce05362449 (diff)
downloadlibssh-bf8d139b2d8baa9864a3e54d4275b39be450a2f7.tar.gz
libssh-bf8d139b2d8baa9864a3e54d4275b39be450a2f7.tar.xz
libssh-bf8d139b2d8baa9864a3e54d4275b39be450a2f7.zip
Enable conditional compiling for IP regex code.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
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). */