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

« back to all changes in this revision

Viewing changes to config.h.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:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* define if asm blocks can use numeric local labels */
4
7
#undef ASM_NUMERIC_LABELS
5
8
 
191
194
/* Define to 1 if you have the `getmntinfo' function. */
192
195
#undef HAVE_GETMNTINFO
193
196
 
194
 
/* Define to 1 if you have the `getpagesize' function. */
195
 
#undef HAVE_GETPAGESIZE
196
 
 
197
197
/* Define to 1 if you have the `getpwuid' function. */
198
198
#undef HAVE_GETPWUID
199
199
 
228
228
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
229
229
#undef HAVE_LANGINFO_CODESET
230
230
 
231
 
/* Define to 1 if you have the <langinfo.h> header file. */
232
 
#undef HAVE_LANGINFO_H
233
 
 
234
231
/* Define to 1 if you have the `lchown' function. */
235
232
#undef HAVE_LCHOWN
236
233
 
273
270
/* Define to 1 if you have the <memory.h> header file. */
274
271
#undef HAVE_MEMORY_H
275
272
 
276
 
/* Define to 1 if you have a working `mmap' system call. */
 
273
/* Define to 1 if you have the `mmap' function. */
277
274
#undef HAVE_MMAP
278
275
 
279
276
/* Define to 1 if you have the <mntent.h> header file. */
285
282
/* Define to 1 if you have the `nanosleep' function. */
286
283
#undef HAVE_NANOSLEEP
287
284
 
288
 
/* Define to 1 if you have the `nl_langinfo' function. */
289
 
#undef HAVE_NL_LANGINFO
290
 
 
291
285
/* Have non-POSIX function getgrgid_r */
292
286
#undef HAVE_NONPOSIX_GETGRGID_R
293
287
 
388
382
/* Define to 1 if you have the `strsignal' function. */
389
383
#undef HAVE_STRSIGNAL
390
384
 
 
385
/* Define to 1 if `f_bavail' is member of `struct statfs'. */
 
386
#undef HAVE_STRUCT_STATFS_F_BAVAIL
 
387
 
391
388
/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
392
389
#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
393
390
 
 
391
/* Define to 1 if `f_basetype' is member of `struct statvfs'. */
 
392
#undef HAVE_STRUCT_STATVFS_F_BASETYPE
 
393
 
394
394
/* Define to 1 if `st_atimensec' is member of `struct stat'. */
395
395
#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
396
396
 
530
530
/* Define to 1 if you have the `_NSGetEnviron' function. */
531
531
#undef HAVE__NSGETENVIRON
532
532
 
 
533
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
534
   */
 
535
#undef LT_OBJDIR
 
536
 
533
537
/* Do we cache iconv descriptors */
534
538
#undef NEED_ICONV_CACHE
535
539
 
628
632
/* using the system-supplied PCRE library */
629
633
#undef USE_SYSTEM_PCRE
630
634
 
631
 
/* Define to 1 if your processor stores words with the most significant byte
632
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
633
 
#undef WORDS_BIGENDIAN
 
635
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
636
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
637
#if defined AC_APPLE_UNIVERSAL_BUILD
 
638
# if defined __BIG_ENDIAN__
 
639
#  define WORDS_BIGENDIAN 1
 
640
# endif
 
641
#else
 
642
# ifndef WORDS_BIGENDIAN
 
643
#  undef WORDS_BIGENDIAN
 
644
# endif
 
645
#endif
634
646
 
635
647
/* Number of bits in a file offset, on hosts where this is settable. */
636
648
#undef _FILE_OFFSET_BITS