Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.

llvm-svn: 74791
This commit is contained in:
Jeffrey Yasskin 2009-07-04 16:37:12 +00:00
parent 4f0fa1539c
commit ca6d224d71
1 changed files with 3 additions and 3 deletions

View File

@ -364,13 +364,13 @@
#undef HAVE_STRDUP #undef HAVE_STRDUP
/* Define to 1 if you have the `strerror' function. */ /* Define to 1 if you have the `strerror' function. */
#cmakedefine HAVE_STRERROR #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
/* Define to 1 if you have the `strerror_r' function. */ /* Define to 1 if you have the `strerror_r' function. */
#cmakedefine HAVE_STRERROR_R #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
/* Define to 1 if you have the `strerror_s' function. */ /* Define to 1 if you have the `strerror_s' function. */
#cmakedefine HAVE_STRERROR_S #cmakedefine HAVE_STRERROR_S ${HAVE_STRERROR_S}
/* Define to 1 if you have the <strings.h> header file. */ /* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H #undef HAVE_STRINGS_H