diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-17 13:24:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-17 13:24:20 (GMT) |
commit | 858f644dd9720a5b0ba9f87c59c6a0607322f794 (patch) | |
tree | 3af759f68bfe9787c9009c82d6c97ae29996e792 /Source | |
parent | 8c4aea54d6e1412962e00a96a0aa3e4f2d96259f (diff) | |
download | CMake-858f644dd9720a5b0ba9f87c59c6a0607322f794.zip CMake-858f644dd9720a5b0ba9f87c59c6a0607322f794.tar.gz CMake-858f644dd9720a5b0ba9f87c59c6a0607322f794.tar.bz2 |
Look for features
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/Curl/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in index 122a272..ddd4298 100644 --- a/Source/CTest/Curl/config.h.in +++ b/Source/CTest/Curl/config.h.in @@ -120,6 +120,9 @@ /* Define if you want to enable IPv6 support */ #cmakedefine ENABLE_IPV6 ${ENABLE_IPV6} +/* Define to 1 if you have the <features.h> header file. */ +#cmakedefine HAVE_FEATURES_H ${HAVE_FEATURES_H} + /* Define to 1 if you have the <alloca.h> header file. */ #cmakedefine HAVE_ALLOCA_H ${HAVE_ALLOCA_H} |