aboutsummaryrefslogtreecommitdiff
path: root/config.h.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 /config.h.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 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index c76b9286..55e37aca 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -20,6 +20,9 @@
/* Define to 1 if you have the <pty.h> header file. */
#cmakedefine HAVE_PTY_H 1
+/* Define to 1 if you have the <utmp.h> header file. */
+#cmakedefine HAVE_UTMP_H 1
+
/* Define to 1 if you have the <util.h> header file. */
#cmakedefine HAVE_UTIL_H 1