Go to the documentation of this file.
35 #ifndef PTLIB_CONFIG_H
36 #define PTLIB_CONFIG_H
42 #include "ptbuildopts.h"
378 template <
typename Enumeration>
382 )
const {
return (Enumeration)
GetInteger(key, dflt); }
384 template <
typename Enumeration>
389 )
const {
return (Enumeration)
GetInteger(section, key, dflt); }
397 template <
typename Enumeration>
403 template <
typename Enumeration>
552 #include "msos/ptlib/config.h"
554 #include "unix/ptlib/config.h"
558 #endif // P_CONFIG_FILE
560 #endif // PTLIB_CONFIG_H