From afe97d6cab99e409b4d1c84268785f6277e4641d Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Sun, 16 Feb 2014 12:22:50 +0000 Subject: examples: Add ssh_server_fork example Signed-off-by: Audrius Butkevicius Reviewed-by: Andreas Schneider --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') 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 header file. */ #cmakedefine HAVE_PTY_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_UTMP_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UTIL_H 1 -- cgit v1.2.1