Skip to content

Commit 826e765

Browse files
committed
cmake: Add missing HAVE_RESOLV_H define
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
1 parent c083b47 commit 826e765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.h.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/************************** HEADER FILES *************************/
1616

1717
#cmakedefine HAVE_SYS_TYPES_H 1
18+
#cmakedefine HAVE_RESOLV_H 1
1819
#cmakedefine HAVE_ARPA_NAMESER_H 1
1920

2021
/*************************** FUNCTIONS ***************************/

0 commit comments

Comments
 (0)