aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-05-04 10:04:26 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-05-04 10:04:26 +0200
commitc4af6fbce315bf323efdee1c3ae5a0de3c923f6e (patch)
tree0b71505f2ca85a2d6f1c41ce1f7f8edb65e30f51 /config.h.cmake
parent309102547208281215e6799336b42d355cdd7c5d (diff)
downloadlibssh-c4af6fbce315bf323efdee1c3ae5a0de3c923f6e.tar.gz
libssh-c4af6fbce315bf323efdee1c3ae5a0de3c923f6e.tar.xz
libssh-c4af6fbce315bf323efdee1c3ae5a0de3c923f6e.zip
config: Add missing HAVE_ARPA_INET_H define
Signed-off-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 f74e7825..0685f10c 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -17,6 +17,9 @@
/* Define to 1 if you have the <argp.h> header file. */
#cmakedefine HAVE_ARGP_H 1
+/* Define to 1 if you have the <aprpa/inet.h> header file. */
+#cmakedefine HAVE_ARPA_INET_H 1
+
/* Define to 1 if you have the <pty.h> header file. */
#cmakedefine HAVE_PTY_H 1