00001 00002 00003 #ifndef OSCL_DNS_IMP_H_INCLUDED 00004 #define OSCL_DNS_IMP_H_INCLUDED 00005 00009 #include "oscl_dns_tuneables.h" 00010 #if PV_DNS_SERVER 00011 #include "oscl_dns_imp_pv.h" 00012 #else 00013 #error No Implementation! 00014 #endif 00015 00016 00017 #endif 00018 00019 00020