rwrap: AIX compatibility fix, missing headers, bad directive
[resolv_wrapper.git] / ConfigureChecks.cmake
index be2f04cc19606da0a24ecd95eaf6c4ce7ece84b7..44de34201e1867a5e8b64cdfa58ecc7cb69a2da2 100644 (file)
@@ -49,6 +49,7 @@ endif(CMAKE_COMPILER_IS_GNUCC AND NOT MINGW AND NOT OS2)
 # HEADERS
 check_include_file(sys/types.h HAVE_SYS_TYPES_H)
 check_include_file(resolv.h HAVE_RESOLV_H)
+check_include_file(arpa/nameser.h HAVE_ARPA_NAMESER_H)
 
 # FUNCTIONS
 set(CMAKE_REQUIRED_LIBRARIES)