ZNC trunk
Loading...
Searching...
No Matches
third_party/Csocket/examples/defines.h
Go to the documentation of this file.
1#ifndef _DEFINES_H
2#define _DEFINES_H
3#include <string>
4#include <iostream>
5
6using std::cerr;
7using std::cout;
8using std::endl;
9
10#define CS_STRING std::string
11#define _NO_CSOCKET_NS
12
13#ifdef _WIN32
14#define HAVE_IPV6
15#define NOMINMAX
16#endif /* _WIN32 */
17
18#endif /* _DEFINES_H */