aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-03-02 13:08:48 +0100
committerAndreas Schneider <asn@samba.org>2016-03-02 13:28:20 +0100
commit826e7658fea892ad452c9d830674c09777b890b1 (patch)
tree89d10d04c4aa07dfe0eeb94889ad07e765c64a46
parentc083b478f855327ab8ec41bee42e4940bae8bef7 (diff)
downloadresolv_wrapper-826e7658fea892ad452c9d830674c09777b890b1.tar.gz
resolv_wrapper-826e7658fea892ad452c9d830674c09777b890b1.tar.xz
resolv_wrapper-826e7658fea892ad452c9d830674c09777b890b1.zip
cmake: Add missing HAVE_RESOLV_H define
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--config.h.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index adc7870..e3acc8a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -15,6 +15,7 @@
/************************** HEADER FILES *************************/
#cmakedefine HAVE_SYS_TYPES_H 1
+#cmakedefine HAVE_RESOLV_H 1
#cmakedefine HAVE_ARPA_NAMESER_H 1
/*************************** FUNCTIONS ***************************/