i’m trying to write a c-api for domino but i need to be able to resolve domain names back into their ip adresses and some other dns based lookups which i think means that i need the netdb c and h files (and some others maybe)? does anyone know where i can download these from? are they free?
Subject: c-api and dns lookup/resolution
if anyone else is looking for these (for windows), they’re on the SDK at microsoft’s web site (should have obvious shouldn’t it), it’s actually easier to the DNSAPI instead.