cmake HAVE_RL_COMPLETION_FUNCTION_CURSES examples

hatari/hatari cmake/FindReadline.cmake :44

check_symbol_exists(rl_filename_completion_function
							    "ncurses.h"
 				                    	    HAVE_RL_COMPLETION_FUNCTION_CURSES)

hatari/hatari cmake/FindReadline.cmake :49

check_symbol_exists(rl_filename_completion_function
							    "curses.h"
				                    	    HAVE_RL_COMPLETION_FUNCTION_CURSES)

hatari/hatari cmake/FindReadline.cmake :57

endif(HAVE_RL_COMPLETION_FUNCTION_CURSES)