cmFormConfigure.h.in 363 B

1234567891011
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #ifndef CMFORMCONFIGURE_H
  4. #define CMFORMCONFIGURE_H
  5. #cmakedefine CURSES_HAVE_CURSES_H
  6. #cmakedefine CURSES_HAVE_NCURSES_H
  7. #cmakedefine CURSES_HAVE_NCURSES_NCURSES_H
  8. #cmakedefine CURSES_HAVE_NCURSES_CURSES_H
  9. #endif