"Fossies" - the Fresh Open Source Software Archive 
Member "scribus-1.5.6.1/win32/msvc2019/win-config.h" (14 Nov 2020, 2693 Bytes) of package /linux/misc/scribus-1.5.6.1.tar.xz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "win-config.h" see the
Fossies "Dox" file reference documentation and the latest
Fossies "Diffs" side-by-side code changes report:
1.5.6_vs_1.5.6.1.
1 #ifndef WINCONFIG_H
2 #define WINCONFIG_H
3
4 /* Version number of package */
5 #define VERSION "1.5.6.1"
6
7 /* Are we building win32 native version. */
8 #define BUILD_WINDOWS_VERSION 1
9
10 /* Are we using native api for dll management */
11 #define DLL_USE_NATIVE_API 1
12
13 /* Are we building an executable to be included in MacOS/X .app bundle? */
14 #undef BUILD_MAC_BUNDLE
15
16 /* ColorManagementInclude */
17 #define CMS_INC "lcms2.h"
18
19 /* ColorManagement (LittleCms) */
20 #define HAVE_CMS 1
21
22 /* ColorManagement (LittleCms2) */
23 #define HAVE_LCMS2 1
24
25 /* ColorManagement (Windows) */
26 #define HAVE_ICM 1
27
28 /* Can we use unicode functions (Windows) */
29 #define HAVE_UNICODE 1
30
31 /* Cups */
32 #undef HAVE_CUPS
33
34 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #undef HAVE_DLFCN_H
36
37 /* Defines if your system has the cairo library */
38 #define HAVE_CAIRO 1
39
40 /* Defines if your system has the boost libraries */
41 #define HAVE_BOOST 1
42
43 /* Defines if your system has the libfontconfig library */
44 #undef HAVE_FONTCONFIG
45
46 /* Define if you have libz */
47 #define HAVE_LIBZ 1
48
49 /* Define if you have the development files for podofo */
50 #define HAVE_PODOFO 1
51
52 /* Define if you have the development files for podofo */
53 #define HAVE_POPPLER 1
54
55 /* Define if you have the development files for python */
56 #define HAVE_PYTHON 1
57
58 /* Define if you have the development files for librevenge */
59 #define HAVE_REVENGE 1
60
61 /* Define to 1 if you have the `snprintf' function. */
62 #define HAVE_SNPRINTF 1
63 #if defined(_MSC_VER) && (_MSC_VER < 1900)
64 #define snprintf(a, b, c, d) _snprintf(a, b, c, d)
65 #endif
66
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #undef HAVE_STDINT_H
69
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 // #define HAVE_STDLIB_H 1
72
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #define HAVE_SYS_STAT_H 1
75
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #define HAVE_SYS_TYPES_H 1
78
79 /* Tifflib */
80 #define HAVE_TIFF 1
81
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #undef HAVE_UNISTD_H
84
85 /* Define to 1 if you have the `vsnprintf' function. */
86 #define HAVE_VSNPRINTF 1
87
88 /* Defines if your system has the libxml2 library */
89 #define HAVE_XML 1
90
91 /* Defines if your system has the libxml2 library6 */
92 #define HAVE_XML26 1
93
94 /* Define to 1 if you have the ANSI C header files. */
95 #define STDC_HEADERS 1
96
97 /* Define to 1 if your processor stores words with the most significant byte
98 first (like Motorola and SPARC, unlike Intel and VAX). */
99 #undef WORDS_BIGENDIAN
100
101 #define HAVE_CONFIG_H 1
102 #define WIN32_LEAN_AND_MEAN
103
104 typedef unsigned char boolean;
105 #define HAVE_BOOLEAN
106
107 #endif