Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

oscl_dns_tuneables.h

Go to the documentation of this file.
00001 
00002 #ifndef OSCL_DNS_TUNEABLES_H_INCLUDED
00003 #define OSCL_DNS_TUNEABLES_H_INCLUDED
00004 
00005 
00015 #include "osclconfig_io.h"
00016 #include "osclconfig_proc.h"
00017 
00021 #ifndef PV_DNS_SERVER
00022 #define PV_DNS_SERVER 1
00023 #endif
00024 
00025 #if(PV_DNS_SERVER)
00026 
00033 #if !defined PV_DNS_IS_THREAD
00034 #define PV_DNS_IS_THREAD OSCL_HAS_THREAD_SUPPORT
00035 #endif
00036 
00037 //for test-- to force AO implementation
00038 //#undef PV_DNS_IS_THREAD
00039 //#define PV_DNS_IS_THREAD 0
00040 
00041 
00042 #endif//PV_DNS_SERVER
00043 #endif
00044 

OSCL API
Posting Version: OPENCORE_20090310