aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2013-11-03 14:09:28 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2013-11-03 14:10:04 +0100
commitebf4a03908e9d5cc728af675f4f235c315241f99 (patch)
treef5e41e5a9980c7aa08496ecd78d1577f88d44c3b /config.h.cmake
parent4f3ee2fc7e24668eee3f72c59d3766a7ba2d49c2 (diff)
downloadlibssh-ebf4a03908e9d5cc728af675f4f235c315241f99.tar.gz
libssh-ebf4a03908e9d5cc728af675f4f235c315241f99.tar.xz
libssh-ebf4a03908e9d5cc728af675f4f235c315241f99.zip
examples: fix forktty() warning on OSX
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 a4bf4f13..7e8cb6a8 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -20,6 +20,9 @@
/* Define to 1 if you have the <pty.h> header file. */
#cmakedefine HAVE_PTY_H 1
+/* Define to 1 if you have the <util.h> header file. */
+#cmakedefine HAVE_UTIL_H 1
+
/* Define to 1 if you have the <termios.h> header file. */
#cmakedefine HAVE_TERMIOS_H 1