1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

examples: Added a event context based sshd example.

This commit is contained in:
milo
2011-02-20 13:07:34 +01:00
parent ddb1c1838f
commit 000d659ea2
3 changed files with 460 additions and 0 deletions

View File

@ -111,6 +111,7 @@ if (UNIX)
endif (HAVE_LIBRT)
endif (NOT LINUX)
check_library_exists(util forkpty "" HAVE_LIBUTIL)
check_function_exists(getaddrinfo HAVE_GETADDRINFO)
check_function_exists(poll HAVE_POLL)
check_function_exists(select HAVE_SELECT)