aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAudrius Butkevicius <audrius.butkevicius@gmail.com>2014-02-16 12:22:50 +0000
committerAndreas Schneider <asn@cryptomilk.org>2014-02-16 17:52:50 +0100
commitafe97d6cab99e409b4d1c84268785f6277e4641d (patch)
tree1f422a3adc231b41f3db18fc2bca59639f495c9a /ConfigureChecks.cmake
parent00949383f4242481c7a699489d350304a20b5696 (diff)
downloadlibssh-afe97d6cab99e409b4d1c84268785f6277e4641d.tar.gz
libssh-afe97d6cab99e409b4d1c84268785f6277e4641d.tar.xz
libssh-afe97d6cab99e409b4d1c84268785f6277e4641d.zip
examples: Add ssh_server_fork example
Signed-off-by: Audrius Butkevicius <audrius.butkevicius@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 43b1300a..5701bc39 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -48,6 +48,7 @@ endif(CMAKE_COMPILER_IS_GNUCC AND NOT MINGW AND NOT OS2)
# HEADER FILES
check_include_file(argp.h HAVE_ARGP_H)
check_include_file(pty.h HAVE_PTY_H)
+check_include_file(utmp.h HAVE_UTMP_H)
check_include_file(termios.h HAVE_TERMIOS_H)
check_include_file(unistd.h HAVE_UNISTD_H)
check_include_file(util.h HAVE_UTIL_H)