Krita Source Code Documentation
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#ifndef _WIN32
2#define HAVE_NETINET_IN_H 1
3#endif
4
5#ifdef _MSC_VER
6#if _MSC_VER < 1800
7#define HAVE_INTTYPES_H 0
8#else
9# define HAVE_INTTYPES_H 1
10#endif
11#else
12#define HAVE_INTTYPES_H 1
13#endif
14
15#define PACKAGE_STRING "krita"