forked from OSchip/llvm-project
HAVE_DIA_SDK is directly checked by value, so define it as 0/1.
llvm-svn: 282788
This commit is contained in:
parent
e62600a95c
commit
eb5be195d8
|
@ -42,7 +42,7 @@
|
||||||
#cmakedefine01 HAVE_DECL_STRERROR_S
|
#cmakedefine01 HAVE_DECL_STRERROR_S
|
||||||
|
|
||||||
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
||||||
#cmakedefine HAVE_DIA_SDK ${HAVE_DIA_SDK}
|
#cmakedefine01 HAVE_DIA_SDK
|
||||||
|
|
||||||
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue