[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] config: Add missing HAVE_LIBUTIL_H define in config.h
[Thread Prev] | [Thread Next]
- Subject: [PATCH] config: Add missing HAVE_LIBUTIL_H define in config.h
- From: Audrius Butkevicius <audrius.butkevicius@xxxxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 16 Feb 2014 12:28:12 +0000
- To: libssh@xxxxxxxxxx
Hi, See attached.I believe this is also required to fix the samplesshd-tty example for FreeBSD (though I have no way of testing.
Thanks, Audrius
From dea1c139286dab1594ae5df9ef88d08a2999b778 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius <audrius.butkevicius@xxxxxxxxx> Date: Sun, 16 Feb 2014 12:20:49 +0000 Subject: [PATCH] config: Add missing HAVE_LIBUTIL_H define in config.h Signed-off-by: Audrius Butkevicius <audrius.butkevicius@xxxxxxxxx> --- config.h.cmake | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config.h.cmake b/config.h.cmake index 7e8cb6a..c76b928 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -23,6 +23,9 @@ /* Define to 1 if you have the <util.h> header file. */ #cmakedefine HAVE_UTIL_H 1 +/* Define to 1 if you have the <libutil.h> header file. */ +#cmakedefine HAVE_LIBUTIL_H 1 + /* Define to 1 if you have the <termios.h> header file. */ #cmakedefine HAVE_TERMIOS_H 1 -- 1.7.2.5
Archive administrator: postmaster@lists.cynapses.org