~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-19 02:27:06 UTC
  • mfrom: (1.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100119022706-tendbz03qgiswz6i
Tags: 1.8.7+1-2ubuntu1
* Merge with Debian; remaining changes:
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.
  - Build with -O on ia64 to ftbfs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
604
604
   getsockopt and setsockopt system calls. */
605
605
#undef HAVE_STRUCT_LINGER
606
606
 
607
 
/* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
 
607
/* Define to 1 if `struct sockaddr_in6' is a member of `sin6_len'. */
608
608
#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
609
609
 
610
 
/* Define to 1 if `sin_len' is member of `struct sockaddr'. */
 
610
/* Define to 1 if `struct sockaddr' is a member of `sin_len'. */
611
611
#undef HAVE_STRUCT_SOCKADDR_SIN_LEN
612
612
 
613
 
/* Define to 1 if `st_blksize' is member of `struct stat'. */
 
613
/* Define to 1 if `struct stat' is a member of `st_blksize'. */
614
614
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
615
615
 
616
 
/* Define to 1 if `st_blocks' is member of `struct stat'. */
 
616
/* Define to 1 if `struct stat' is a member of `st_blocks'. */
617
617
#undef HAVE_STRUCT_STAT_ST_BLOCKS
618
618
 
619
 
/* Define to 1 if `st_rdev' is member of `struct stat'. */
 
619
/* Define to 1 if `struct stat' is a member of `st_rdev'. */
620
620
#undef HAVE_STRUCT_STAT_ST_RDEV
621
621
 
622
622
/* Define this if your system defines struct timespec via either <time.h> or
623
623
   <pthread.h>. */
624
624
#undef HAVE_STRUCT_TIMESPEC
625
625
 
626
 
/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
 
626
/* Define to 1 if `struct tm' is a member of `tm_gmtoff'. */
627
627
#undef HAVE_STRUCT_TM_TM_GMTOFF
628
628
 
629
 
/* Define to 1 if `tm_zone' is member of `struct tm'. */
 
629
/* Define to 1 if `struct tm' is a member of `tm_zone'. */
630
630
#undef HAVE_STRUCT_TM_TM_ZONE
631
631
 
632
632
/* Define to 1 if you have the `symlink' function. */
791
791
/* Define to the one symbol short name of this package. */
792
792
#undef PACKAGE_TARNAME
793
793
 
 
794
/* Define to the home page for this package. */
 
795
#undef PACKAGE_URL
 
796
 
794
797
/* Define to the version of this package. */
795
798
#undef PACKAGE_VERSION
796
799