File: config.h

package info (click to toggle)
krita 1%3A3.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 430,944 kB
  • ctags: 68,203
  • sloc: cpp: 798,916; xml: 7,448; ansic: 3,844; perl: 434; sh: 140; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define HAVE_NETINET_IN_H 1

#ifdef _MSC_VER
#if _MSC_VER < 1800
#define HAVE_INTTYPES_H 0
#else
#   define HAVE_INTTYPES_H 1
#endif
#else
#define HAVE_INTTYPES_H 1
#endif

#define PACKAGE_STRING "krita"