1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Director prefix for gir installation */
4 #define GIR_DIR "/some/dynamically/constructed/dir"
6 /* Name of the gir directory */
7 #define GIR_SUFFIX "@GIR_SUFFIX@"
9 /* Directory prefix for typelib installation */
10 #define GOBJECT_INTROSPECTION_LIBDIR "/some/dynamically/constructed/dir"
12 /* Define to 1 if you have the `backtrace' function. */
13 /* #undef HAVE_BACKTRACE */
15 /* Define to 1 if you have the `backtrace_symbols' function. */
16 /* #undef HAVE_BACKTRACE_SYMBOLS */
18 /* Define to 1 if you have the <dlfcn.h> header file. */
19 /* #undef HAVE_DLFCN_H */
21 /* Define to 1 if you have the <fcntl.h> header file. */
22 #define HAVE_FCNTL_H 1
24 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
29 /* Define to 1 if you have the `dl' library (-ldl). */
30 /* #undef HAVE_LIBDL */
32 /* Define to 1 if you have the `memchr' function. */
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
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
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #define HAVE_STDLIB_H 1
46 /* Define to 1 if you have the `strchr' function. */
49 /* Define to 1 if you have the <strings.h> header file. */
51 #define HAVE_STRINGS_H 1
54 /* Define to 1 if you have the <string.h> header file. */
55 #define HAVE_STRING_H 1
57 /* Define to 1 if you have the `strspn' function. */
60 /* Define to 1 if you have the `strstr' function. */
63 /* Define to 1 if you have the `strtol' function. */
66 /* Define to 1 if you have the `strtoull' function. */
68 #define HAVE_STRTOULL 1
71 /* Define to 1 if you have the <sys/stat.h> header file. */
72 #define HAVE_SYS_STAT_H 1
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 #define HAVE_SYS_TYPES_H 1
77 /* Define to 1 if you have the <unistd.h> header file. */
79 #define HAVE_UNISTD_H 1
82 /* Define to the sub-directory in which libtool stores uninstalled libraries.
84 #define LT_OBJDIR ".libs/"
86 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
87 /* #undef NO_MINUS_C_MINUS_O
90 #define PACKAGE "gobject-introspection"
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "gobject-introspection"
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "gojbect-introspection @PACKAGE_VERSION@"
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "gobject-introspection"
104 /* Define to the home page for this package. */
105 #define PACKAGE_URL ""
107 /* Define to the version of this package. */
108 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
110 /* Define to the platform's shared library suffix */
111 #define SHLIB_SUFFIX ".dll"
113 /* The size of `char', as computed by sizeof. */
114 #define SIZEOF_CHAR 1
116 /* The size of `int', as computed by sizeof. */
119 /* The size of `long', as computed by sizeof. */
120 #define SIZEOF_LONG 4
122 /* The size of `short', as computed by sizeof. */
123 #define SIZEOF_SHORT 2
125 /* Define to 1 if you have the ANSI C header files. */
126 #define STDC_HEADERS 1
128 /* Version number of package */
129 #define VERSION "@PACKAGE_VERSION@"
131 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
133 #define YYTEXT_POINTER 1
135 /* Define to empty if `const' does not conform to ANSI C. */