X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FConfig%2Fconfig.h.cmake;h=5c72ad8a99c21a2bebdd24c4a780d6f6f23ff8b8;hp=77de967f90558163b894f27400644a25754b7c5e;hb=ddfc20dea4dbd3e9fea354696f8ed50d4f01eef8;hpb=e179b31bfcb6a49de5fe7df7586a2aade9191e08 diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index 77de967f905..5c72ad8a99c 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -129,13 +129,13 @@ #cmakedefine HAVE_LOG10 ${HAVE_LOG10} /* Define to 1 if you have the `exp' function. */ -#cmakedefine HAVE_EXP ${HAVE_LOG} +#cmakedefine HAVE_EXP ${HAVE_EXP} /* Define to 1 if you have the `exp2' function. */ -#cmakedefine HAVE_EXP2 ${HAVE_LOG2} +#cmakedefine HAVE_EXP2 ${HAVE_EXP2} /* Define to 1 if you have the `exp10' function. */ -#cmakedefine HAVE_EXP10 ${HAVE_LOG10} +#cmakedefine HAVE_EXP10 ${HAVE_EXP10} /* Define to 1 if you have the `fmodf' function. */ #cmakedefine HAVE_FMODF ${HAVE_FMODF} @@ -203,6 +203,9 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD} +/* Define to 1 if you have the `shell32' library (-lshell32). */ +#cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32} + /* Define to 1 if you have the `udis86' library (-ludis86). */ #undef HAVE_LIBUDIS86