cmFormConfigure.h 353 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. #define CURSES_HAVE_CURSES_H
  6. #define CURSES_HAVE_NCURSES_H
  7. /* #undef CURSES_HAVE_NCURSES_NCURSES_H */
  8. /* #undef CURSES_HAVE_NCURSES_CURSES_H */
  9. #endif