cmake HAVE_DECL_TGOTO examples

arkdb/inception cmd-line-utils/libedit/CMakeLists.txt :22

CHECK_CXX_SOURCE_COMPILES("
#include <term.h>
int main()
{
  tgoto(0,0,0);
  return 0;
}" HAVE_DECL_TGOTO)

google/mysql-protobuf cmd-line-utils/libedit/CMakeLists.txt :22

CHECK_CXX_SOURCE_COMPILES("
#include <term.h>
int main()
{
  tgoto(0,0,0);
  return 0;
}" HAVE_DECL_TGOTO)

alibaba/AliSQL cmd-line-utils/libedit/CMakeLists.txt :22

CHECK_CXX_SOURCE_COMPILES("
#include <term.h>
int main()
{
  tgoto(0,0,0);
  return 0;
}" HAVE_DECL_TGOTO)

Tokutek/mysql-5.5 cmd-line-utils/libedit/CMakeLists.txt :22

CHECK_CXX_SOURCE_COMPILES("
#include <term.h>
int main()
{
  tgoto(0,0,0);
  return 0;
}" HAVE_DECL_TGOTO)