From 00949383f4242481c7a699489d350304a20b5696 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Sun, 16 Feb 2014 12:20:49 +0000 Subject: config: Add missing HAVE_LIBUTIL_H define in config.h Signed-off-by: Audrius Butkevicius Reviewed-by: Andreas Schneider --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) 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 header file. */ #cmakedefine HAVE_UTIL_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_LIBUTIL_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_TERMIOS_H 1 -- cgit v1.2.3