"Initial commit to Gerrit"
[profile/ivi/libgsf.git] / gsf-config.h.in
1 /* gsf-config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* always defined to indicate that i18n is enabled */
4 #undef ENABLE_NLS
5
6 /* Gettext package. */
7 #undef GETTEXT_PACKAGE
8
9 /* Define is you have two-argument statfs like linux */
10 #undef HAVE_2ARG_STATFS
11
12 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
13 #undef HAVE_BIND_TEXTDOMAIN_CODESET
14
15 /* Is bzip2 available and enabled */
16 #undef HAVE_BZ2
17
18 /* Define to 1 if you have the `chown' function. */
19 #undef HAVE_CHOWN
20
21 /* Define to 1 if you have the `dcgettext' function. */
22 #undef HAVE_DCGETTEXT
23
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #undef HAVE_DLFCN_H
26
27 /* Define to 1 if you have the <fcntl.h> header file. */
28 #undef HAVE_FCNTL_H
29
30 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
31 #undef HAVE_FSEEKO
32
33 /* Define if gdk-pixbuf is available */
34 #undef HAVE_GDK_PIXBUF
35
36 /* Define to 1 if you have the `getpagesize' function. */
37 #undef HAVE_GETPAGESIZE
38
39 /* Define if the GNU gettext() function is already present or preinstalled. */
40 #undef HAVE_GETTEXT
41
42 /* Define to 1 if you have the `gmtime' function. */
43 #undef HAVE_GMTIME
44
45 /* Define to 1 if you have the `gmtime_r' function. */
46 #undef HAVE_GMTIME_R
47
48 /* Define if g_access is available as macro or function */
49 #undef HAVE_G_ACCESS
50
51 /* Define to 1 if you have the `g_base64_encode' function. */
52 #undef HAVE_G_BASE64_ENCODE
53
54 /* Define if g_chmod is available as macro or function */
55 #undef HAVE_G_CHMOD
56
57 /* Define to 1 if you have the <inttypes.h> header file. */
58 #undef HAVE_INTTYPES_H
59
60 /* Define to 1 if you have the <io.h> header file. */
61 #undef HAVE_IO_H
62
63 /* Define if your <locale.h> file defines LC_MESSAGES. */
64 #undef HAVE_LC_MESSAGES
65
66 /* Define to 1 if you have the <locale.h> header file. */
67 #undef HAVE_LOCALE_H
68
69 /* Define to 1 if you have the <malloc.h> header file. */
70 #undef HAVE_MALLOC_H
71
72 /* Define to 1 if you have the <memory.h> header file. */
73 #undef HAVE_MEMORY_H
74
75 /* Define to 1 if you have a working `mmap' system call. */
76 #undef HAVE_MMAP
77
78 /* Define to 1 if you have the `setrlimit' function. */
79 #undef HAVE_SETRLIMIT
80
81 /* Define to 1 if you have the <stdint.h> header file. */
82 #undef HAVE_STDINT_H
83
84 /* Define to 1 if you have the <stdlib.h> header file. */
85 #undef HAVE_STDLIB_H
86
87 /* Define to 1 if you have the <strings.h> header file. */
88 #undef HAVE_STRINGS_H
89
90 /* Define to 1 if you have the <string.h> header file. */
91 #undef HAVE_STRING_H
92
93 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
94 #undef HAVE_STRUCT_TM_TM_GMTOFF
95
96 /* Define to 1 if you have the <sys/mount.h> header file. */
97 #undef HAVE_SYS_MOUNT_H
98
99 /* Define to 1 if you have the <sys/param.h> header file. */
100 #undef HAVE_SYS_PARAM_H
101
102 /* Define to 1 if you have the <sys/statfs.h> header file. */
103 #undef HAVE_SYS_STATFS_H
104
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #undef HAVE_SYS_STAT_H
107
108 /* Define to 1 if you have the <sys/types.h> header file. */
109 #undef HAVE_SYS_TYPES_H
110
111 /* Define to 1 if you have the <unistd.h> header file. */
112 #undef HAVE_UNISTD_H
113
114 /* Define to the sub-directory in which libtool stores uninstalled libraries.
115    */
116 #undef LT_OBJDIR
117
118 /* Name of package */
119 #undef PACKAGE
120
121 /* Define to the address where bug reports for this package should be sent. */
122 #undef PACKAGE_BUGREPORT
123
124 /* Define to the full name of this package. */
125 #undef PACKAGE_NAME
126
127 /* Define to the full name and version of this package. */
128 #undef PACKAGE_STRING
129
130 /* Define to the one symbol short name of this package. */
131 #undef PACKAGE_TARNAME
132
133 /* Define to the home page for this package. */
134 #undef PACKAGE_URL
135
136 /* Define to the version of this package. */
137 #undef PACKAGE_VERSION
138
139 /* Define to 1 if you have the ANSI C header files. */
140 #undef STDC_HEADERS
141
142 /* Define S_ISREG if stat.h doesn't */
143 #undef S_ISREG
144
145 /* Version number of package */
146 #undef VERSION
147
148 /* Number of bits in a file offset, on hosts where this is settable. */
149 #undef _FILE_OFFSET_BITS
150
151 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
152 #undef _LARGEFILE_SOURCE
153
154 /* Define for large files, on AIX-style hosts. */
155 #undef _LARGE_FILES
156
157 /* Define to `int' if <sys/types.h> does not define. */
158 #undef mode_t