diff options
Diffstat (limited to 'llvm/include/llvm/Config/config.h.cmake')
-rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 5090a65ff42..572fb6f58aa 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -48,9 +48,6 @@ /* Define to 1 if you have the `closedir' function. */ #cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR} -/* Define to 1 if you have the <curses.h> header file. */ -#cmakedefine HAVE_CURSES_H - /* Define to 1 if you have the <cxxabi.h> header file. */ #cmakedefine HAVE_CXXABI_H ${HAVE_CXXABI_H} @@ -259,18 +256,6 @@ /* Define if mmap() can map files into memory */ #undef HAVE_MMAP_FILE -/* Define to 1 if you have the <ncursesw/curses.h> header file. */ -#cmakedefine HAVE_NCURSESW_CURSES_H - -/* Define to 1 if you have the <ncursesw.h> header file. */ -#cmakedefine HAVE_NCURSESW_H - -/* Define to 1 if you have the <ncurses/curses.h> header file. */ -#cmakedefine HAVE_NCURSES_CURSES_H - -/* Define to 1 if you have the <ncurses.h> header file. */ -#cmakedefine HAVE_NCURSES_H - /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H} @@ -423,9 +408,6 @@ /* Define to 1 if you have the <termios.h> header file. */ #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H} -/* Define to 1 if you have the <term.h> header file. */ -#cmakedefine HAVE_TERM_H - /* Define if the neat program is available */ #cmakedefine HAVE_TWOPI ${HAVE_TWOPI} |