aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAudrius Butkevicius <audrius.butkevicius@gmail.com>2014-02-16 12:20:49 +0000
committerAndreas Schneider <asn@cryptomilk.org>2014-02-16 17:45:47 +0100
commit00949383f4242481c7a699489d350304a20b5696 (patch)
treec9caeafef73c1c72b17b55e91b6689e81c690a86 /config.h.cmake
parent2a1cb323f7d88331c83980e2a522cf470a0f0ef5 (diff)
downloadlibssh-00949383f4242481c7a699489d350304a20b5696.tar.gz
libssh-00949383f4242481c7a699489d350304a20b5696.tar.xz
libssh-00949383f4242481c7a699489d350304a20b5696.zip
config: Add missing HAVE_LIBUTIL_H define in config.h
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 7e8cb6a8..c76b9286 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