1 /*
2  * util_funcs/MIB_STATS_CACHE_TIMEOUT.h:  utilitiy functions for extensible
3  * groups.
4  */
5 #ifndef _MIBGROUP_UTIL_FUNCS_MIB_STATS_CACHE_TIMEOUT_H
6 #define _MIBGROUP_UTIL_FUNCS_MIB_STATS_CACHE_TIMEOUT_H
7 
8 #ifndef MIB_STATS_CACHE_TIMEOUT
9 #define MIB_STATS_CACHE_TIMEOUT 5
10 #endif
11 
12 #endif /* _MIBGROUP_UTIL_FUNCS_MIB_STATS_CACHE_TIMEOUT_H */
13