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>
This commit is contained in:
Audrius Butkevicius
2014-02-16 12:20:49 +00:00
committed by Andreas Schneider
parent 2a1cb323f7
commit 00949383f4

View File

@@ -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