mirror of
https://github.com/znc/znc.git
synced 2026-07-03 00:11:59 +02:00
668de5ac8c
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@317 726aef4b-f618-498e-8847-2d620e286838
23 lines
301 B
C
23 lines
301 B
C
#ifndef _MAIN_H
|
|
#define _MAIN_H
|
|
|
|
#ifndef _MODDIR_
|
|
#define _MODDIR_ "/usr/share/znc"
|
|
#endif
|
|
|
|
#define VERSION 0.036
|
|
|
|
#ifndef CS_STRING
|
|
#define CS_STRING CString
|
|
#endif
|
|
|
|
#ifndef _NO_CSOCKET_NS
|
|
#define _NO_CSOCKET_NS
|
|
#endif
|
|
|
|
#include "String.h"
|
|
#include "Csocket.h"
|
|
#include "Utils.h"
|
|
|
|
#endif // !_MAIN_H
|