diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-03 04:23:07 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-03 04:23:07 +0000 |
commit | 254f35ca4a9bd1a12f0ea263aa7434c62056bf8b (patch) | |
tree | 42f024f3dbf3c36402a81d4e067d982b331e54fa /include | |
parent | 855ff183b9f688c9444285bc62ba708b910a66c4 (diff) | |
download | external_llvm-254f35ca4a9bd1a12f0ea263aa7434c62056bf8b.zip external_llvm-254f35ca4a9bd1a12f0ea263aa7434c62056bf8b.tar.gz external_llvm-254f35ca4a9bd1a12f0ea263aa7434c62056bf8b.tar.bz2 |
Platform tests for `sys/uio.h' header and `writev' function.
This is the cmake equivalent for r124769.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Config/config.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index c94abb6..a088c7c 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -442,6 +442,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H} +/* Define to 1 if you have the <sys/uio.h> header file. */ +#cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H} + /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ #cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H} @@ -463,6 +466,9 @@ /* Define to 1 if you have the <windows.h> header file. */ #cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H} +/* Define to 1 if you have the `writev' function. */ +#cmakedefine HAVE_WRITEV ${HAVE_WRITEV} + /* Define if the xdot.py program is available */ #undef HAVE_XDOT_PY |