~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to config.h.win32.in

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
#define HAVE_DCGETTEXT 1
155
155
 
156
156
/* Define to 1 if you have the <dirent.h> header file. */
 
157
#ifndef _MSC_VER
157
158
#define HAVE_DIRENT_H 1
 
159
#else
 
160
/* #undef HAVE_DIRENT_H */
 
161
#endif
158
162
 
159
163
/* Define to 1 if you have the <dlfcn.h> header file. */
160
164
/* #undef HAVE_DLFCN_H */
201
205
/* Define to 1 if you have the `getgrgid' function. */
202
206
/* #undef HAVE_GETGRGID */
203
207
 
 
208
/* Define to 1 if you have the `getmntent_r' function. */
 
209
/* #undef HAVE_GETMNTENT_R */
 
210
 
204
211
/* Define to 1 if you have the `getmntinfo' function. */
205
212
/* #undef HAVE_GETMNTINFO */
206
213
 
207
 
/* Define to 1 if you have the `getpagesize' function. */
208
 
#if !defined(_MSC_VER) && !defined(__DMC__)
209
 
#define HAVE_GETPAGESIZE 1
210
 
#else
211
 
/* #undef HAVE_GETPAGESIZE */
212
 
#endif
213
 
 
214
214
/* Define to 1 if you have the `getpwuid' function. */
215
215
/* #undef HAVE_GETPWUID */
216
216
 
217
217
/* Define if the GNU gettext() function is already present or preinstalled. */
218
218
#define HAVE_GETTEXT 1
219
219
 
 
220
/* Define to 1 if you have the `gmtime_r' function. */
 
221
/* #undef HAVE_GMTIME_R */
 
222
 
220
223
/* define to use system printf */
221
224
/* #undef HAVE_GOOD_PRINTF */
222
225
 
254
257
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
255
258
/* #undef HAVE_LANGINFO_CODESET */
256
259
 
257
 
/* Define to 1 if you have the <langinfo.h> header file. */
258
 
/* #undef HAVE_LANGINFO_H */
259
 
 
260
260
/* Define to 1 if you have the `lchown' function. */
261
261
/* #undef HAVE_LCHOWN */
262
262
 
269
269
/* Define to 1 if you have the `link' function. */
270
270
/* #undef HAVE_LINK */
271
271
 
272
 
/* Define to 1 if you have the <linux/inotify.h> header file. */
273
 
/* #undef HAVE_LINUX_INOTIFY_H */
274
 
 
275
272
/* Define to 1 if you have the <locale.h> header file. */
276
273
#define HAVE_LOCALE_H 1
277
274
 
306
303
/* Define to 1 if you have the <memory.h> header file. */
307
304
#define HAVE_MEMORY_H 1
308
305
 
309
 
/* Define to 1 if you have a working `mmap' system call. */
 
306
/* Define to 1 if you have the `mmap' system call. */
310
307
/* #undef HAVE_MMAP */
311
308
 
312
309
/* Define to 1 if you have the <mntent.h> header file. */
318
315
/* Define to 1 if you have the `nanosleep' function. */
319
316
/* #undef HAVE_NANOSLEEP */
320
317
 
321
 
/* Define to 1 if you have the `nl_langinfo' function. */
322
 
/* #undef HAVE_NL_LANGINFO */
323
 
 
324
318
/* Have non-POSIX function getgrgid_r */
325
319
/* #undef HAVE_NONPOSIX_GETGRGID_R */
326
320
 
448
442
/* Define to 1 if you have the `strsignal' function. */
449
443
/* #undef HAVE_STRSIGNAL */
450
444
 
 
445
/* Define to 1 if `f_bavail' is member of `struct statfs'. */
 
446
/* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
 
447
 
 
448
/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
 
449
/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
 
450
 
 
451
/* Define to 1 if `f_basetype' is member of `struct statvfs'. */
 
452
/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
 
453
 
451
454
/* Define to 1 if `st_atimensec' is member of `struct stat'. */
452
455
/* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
453
456
 
604
607
/* Define to 1 if xattr is available */
605
608
/* #undef HAVE_XATTR */
606
609
 
 
610
/* Define to 1 if xattr API uses XATTR_NOFOLLOW */
 
611
/* #undef HAVE_XATTR_NOFOLLOW */
 
612
 
607
613
/* Define to 1 if you have the `_NSGetEnviron' function. */
608
614
/* #undef HAVE__NSGETENVIRON */
609
615
 
727
733
/* #undef const */
728
734
 
729
735
/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
730
 
#ifndef _MSC_VER
731
736
/* #undef intmax_t */
732
 
#else /* _MSC_VER */
733
 
#define intmax_t __int64
734
 
#endif /* _MSC_VER */
735
737
 
736
738
/* Define to empty if the C compiler doesn't support this keyword. */
737
739
/* #undef signed */