Update annotations from glib git
[platform/upstream/gobject-introspection.git] / config.h.win32.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Director prefix for gir installation */
4 #define GIR_DIR "/some/dynamically/constructed/dir"
5
6 /* Name of the gir directory */
7 #define GIR_SUFFIX "@GIR_SUFFIX@"
8
9 /* Directory prefix for typelib installation */
10 #define GOBJECT_INTROSPECTION_LIBDIR "/some/dynamically/constructed/dir"
11
12 /* Define to 1 if you have the `backtrace' function. */
13 /* #undef HAVE_BACKTRACE */
14
15 /* Define to 1 if you have the `backtrace_symbols' function. */
16 /* #undef HAVE_BACKTRACE_SYMBOLS */
17
18 /* Define to 1 if you have the <dlfcn.h> header file. */
19 /* #undef HAVE_DLFCN_H */
20
21 /* Define to 1 if you have the <fcntl.h> header file. */
22 #define HAVE_FCNTL_H 1
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #ifndef _MSC_VER
26 #define HAVE_INTTYPES_H 1
27 #endif
28
29 /* Define to 1 if you have the `dl' library (-ldl). */
30 /* #undef HAVE_LIBDL */
31
32 /* Define to 1 if you have the `memchr' function. */
33 #define HAVE_MEMCHR 1
34
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #if (!defined (_MSC_VER) || (_MSC_VER >= 1600))
40 #define HAVE_STDINT_H 1
41 #endif
42
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #define HAVE_STDLIB_H 1
45
46 /* Define to 1 if you have the `strchr' function. */
47 #define HAVE_STRCHR 1
48
49 /* Define to 1 if you have the <strings.h> header file. */
50 #ifndef _MSC_VER
51 #define HAVE_STRINGS_H 1
52 #endif
53
54 /* Define to 1 if you have the <string.h> header file. */
55 #define HAVE_STRING_H 1
56
57 /* Define to 1 if you have the `strspn' function. */
58 #define HAVE_STRSPN 1
59
60 /* Define to 1 if you have the `strstr' function. */
61 #define HAVE_STRSTR 1
62
63 /* Define to 1 if you have the `strtol' function. */
64 #define HAVE_STRTOL 1
65
66 /* Define to 1 if you have the `strtoull' function. */
67 #ifndef _MSC_VER
68 #define HAVE_STRTOULL 1
69 #endif
70
71 /* Define to 1 if you have the <sys/stat.h> header file. */
72 #define HAVE_SYS_STAT_H 1
73
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 #define HAVE_SYS_TYPES_H 1
76
77 /* Define to 1 if you have the <unistd.h> header file. */
78 #ifndef _MSC_VER
79 #define HAVE_UNISTD_H 1
80 #endif
81
82 /* Define to the sub-directory in which libtool stores uninstalled libraries.
83    */
84 #define LT_OBJDIR ".libs/"
85
86 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
87 /* #undef NO_MINUS_C_MINUS_O
88
89 /* Name of package */
90 #define PACKAGE "gobject-introspection"
91
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
94
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "gobject-introspection"
97
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "gojbect-introspection @PACKAGE_VERSION@"
100
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "gobject-introspection"
103
104 /* Define to the home page for this package. */
105 #define PACKAGE_URL ""
106
107 /* Define to the version of this package. */
108 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
109
110 /* Define to the platform's shared library suffix */
111 #define SHLIB_SUFFIX ".dll"
112
113 /* The size of `char', as computed by sizeof. */
114 #define SIZEOF_CHAR 1
115
116 /* The size of `int', as computed by sizeof. */
117 #define SIZEOF_INT 4
118
119 /* The size of `long', as computed by sizeof. */
120 #define SIZEOF_LONG 4
121
122 /* The size of `short', as computed by sizeof. */
123 #define SIZEOF_SHORT 2
124
125 /* Define to 1 if you have the ANSI C header files. */
126 #define STDC_HEADERS 1
127
128 /* Version number of package */
129 #define VERSION "@PACKAGE_VERSION@"
130
131 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
132    `char[]'. */
133 #define YYTEXT_POINTER 1
134
135 /* Define to empty if `const' does not conform to ANSI C. */
136 /* #undef const */