mirror of
https://github.com/znc/znc.git
synced 2026-06-27 13:31:32 +02:00
Add charset to version info
This commit is contained in:
@@ -210,6 +210,13 @@ inline bool HaveSSL_() {
|
||||
return false;
|
||||
}
|
||||
|
||||
inline bool HaveCharset_() {
|
||||
#ifdef HAVE_ICU
|
||||
return true;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
inline int GetSOMAXCONN() {
|
||||
return SOMAXCONN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user