File indexing completed on 2025-03-09 04:09:52

0001 #ifndef _WIN32
0002 #define HAVE_NETINET_IN_H 1
0003 #endif
0004 
0005 #ifdef _MSC_VER
0006 #if _MSC_VER < 1800
0007 #define HAVE_INTTYPES_H 0
0008 #else
0009 #   define HAVE_INTTYPES_H 1
0010 #endif
0011 #else
0012 #define HAVE_INTTYPES_H 1
0013 #endif
0014 
0015 #define PACKAGE_STRING "krita"