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