char *Ns_ConfigGet(char *section, char *key); int Ns_ConfigGetInt(char *section, char *key, int *valuePtr); int Ns_ConfigGetBool(char *section, char *key, int *valuePtr); char *Ns_ConfigGetPath(char *server, char *module, ...); #define Ns_ConfigGetValue Ns_ConfigGet