Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/include/config.h.in

    r228 r232  
    11/* include/config.h.in.  Generated from configure.in by autoheader.  */
     2
     3/* Define if building universal (internal helper macro) */
     4#undef AC_APPLE_UNIVERSAL_BUILD
    25
    36/* Whether the host os is aix */
     
    16961699#undef HAVE_STAT64
    16971700
    1698 /* whether struct stat has sub-second timestamps without struct timespec */
     1701/* whether struct stat has sub-second timestamps in st_uXtime */
    16991702#undef HAVE_STAT_HIRES_TIMESTAMPS
    17001703
     
    17051708#undef HAVE_STAT_ST_ATIMENSEC
    17061709
     1710/* whether struct stat contains st_atimespec */
     1711#undef HAVE_STAT_ST_ATIMESPEC
     1712
     1713/* whether struct stat contains st_atime_n */
     1714#undef HAVE_STAT_ST_ATIME_N
     1715
    17071716/* whether struct stat contains st_birthtime */
    17081717#undef HAVE_STAT_ST_BIRTHTIME
     
    17261735#undef HAVE_STAT_ST_CTIMENSEC
    17271736
     1737/* whether struct stat contains st_ctimespec */
     1738#undef HAVE_STAT_ST_CTIMESPEC
     1739
     1740/* whether struct stat contains st_ctime_n */
     1741#undef HAVE_STAT_ST_CTIME_N
     1742
    17281743/* Whether the stat struct has a st_flags member */
    17291744#undef HAVE_STAT_ST_FLAGS
     
    17341749/* whether struct stat contains st_mtimensec */
    17351750#undef HAVE_STAT_ST_MTIMENSEC
     1751
     1752/* whether struct stat contains st_mtimepec */
     1753#undef HAVE_STAT_ST_MTIMESPEC
     1754
     1755/* whether struct stat contains st_mtime_n */
     1756#undef HAVE_STAT_ST_MTIME_N
     1757
     1758/* whether struct stat contains st_uatime */
     1759#undef HAVE_STAT_ST_UATIME
     1760
     1761/* whether struct stat contains st_uctime */
     1762#undef HAVE_STAT_ST_UCTIME
     1763
     1764/* whether struct stat contains st_umtime */
     1765#undef HAVE_STAT_ST_UMTIME
    17361766
    17371767/* Define to 1 if you have the <stdarg.h> header file. */
     
    26932723#undef USE_SETUIDX
    26942724
    2695 /* Whether to include Active Directory support */
    2696 #undef WITH_ADS
    2697 
    2698 /* Whether to include AFS clear-text auth support */
    2699 #undef WITH_AFS
    2700 
    2701 /* Using asynchronous io */
    2702 #undef WITH_AIO
    2703 
    2704 /* Whether to include automount support */
    2705 #undef WITH_AUTOMOUNT
    2706 
    2707 /* Whether to build mount.cifs and umount.cifs */
    2708 #undef WITH_CIFSMOUNT
    2709 
    2710 /* whether to build cifs.upcall */
    2711 #undef WITH_CIFSUPCALL
    2712 
    2713 /* Whether to include DFS support */
    2714 #undef WITH_DFS
    2715 
    2716 /* Whether to enable DNS service discovery support */
    2717 #undef WITH_DNSSD_SUPPORT
    2718 
    2719 /* Whether to enable DNS Update support */
    2720 #undef WITH_DNS_UPDATES
    2721 
    2722 /* Whether to include AFS fake-kaserver support */
    2723 #undef WITH_FAKE_KASERVER
    2724 
    2725 /* Whether to include nisplus_home support */
    2726 #undef WITH_NISPLUS_HOME
    2727 
    2728 /* Whether to include PAM support */
    2729 #undef WITH_PAM
    2730 
    2731 /* Whether to include PAM MODULES support */
    2732 #undef WITH_PAM_MODULES
    2733 
    2734 /* Whether to use profiling */
    2735 #undef WITH_PROFILE
    2736 
    2737 /* Whether to use disk quota support */
    2738 #undef WITH_QUOTAS
    2739 
    2740 /* Whether to include sendfile() support */
    2741 #undef WITH_SENDFILE
    2742 
    2743 /* Whether to include experimental syslog support */
    2744 #undef WITH_SYSLOG
    2745 
    2746 /* Whether to include experimental utmp accounting */
    2747 #undef WITH_UTMP
    2748 
    2749 /* Whether to build winbind */
    2750 #undef WITH_WINBIND
    2751 
    2752 /* Define to 1 if your processor stores words with the most significant byte
    2753    first (like Motorola and SPARC, unlike Intel and VAX). */
    2754 #undef WORDS_BIGENDIAN
    2755 
    2756 /* xattr functions have additional options */
    2757 #undef XATTR_ADD_OPT
    2758 
    2759 /* Define to 1 if on AIX 3.
    2760    System headers sometimes define this.
    2761    We just want to avoid a redefinition error message.  */
     2725/* Enable extensions on AIX 3, Interix.  */
    27622726#ifndef _ALL_SOURCE
    27632727# undef _ALL_SOURCE
    27642728#endif
     2729/* Enable GNU extensions on systems that have them.  */
     2730#ifndef _GNU_SOURCE
     2731# undef _GNU_SOURCE
     2732#endif
     2733/* Enable threading extensions on Solaris.  */
     2734#ifndef _POSIX_PTHREAD_SEMANTICS
     2735# undef _POSIX_PTHREAD_SEMANTICS
     2736#endif
     2737/* Enable extensions on HP NonStop.  */
     2738#ifndef _TANDEM_SOURCE
     2739# undef _TANDEM_SOURCE
     2740#endif
     2741/* Enable general extensions on Solaris.  */
     2742#ifndef __EXTENSIONS__
     2743# undef __EXTENSIONS__
     2744#endif
     2745
     2746
     2747/* Whether to include Active Directory support */
     2748#undef WITH_ADS
     2749
     2750/* Whether to include AFS clear-text auth support */
     2751#undef WITH_AFS
     2752
     2753/* Using asynchronous io */
     2754#undef WITH_AIO
     2755
     2756/* Whether to include automount support */
     2757#undef WITH_AUTOMOUNT
     2758
     2759/* Whether to build mount.cifs and umount.cifs */
     2760#undef WITH_CIFSMOUNT
     2761
     2762/* whether to build cifs.upcall */
     2763#undef WITH_CIFSUPCALL
     2764
     2765/* Whether to include DFS support */
     2766#undef WITH_DFS
     2767
     2768/* Whether to enable DNS service discovery support */
     2769#undef WITH_DNSSD_SUPPORT
     2770
     2771/* Whether to enable DNS Update support */
     2772#undef WITH_DNS_UPDATES
     2773
     2774/* Whether to include AFS fake-kaserver support */
     2775#undef WITH_FAKE_KASERVER
     2776
     2777/* Whether to include nisplus_home support */
     2778#undef WITH_NISPLUS_HOME
     2779
     2780/* Whether to include PAM support */
     2781#undef WITH_PAM
     2782
     2783/* Whether to include PAM MODULES support */
     2784#undef WITH_PAM_MODULES
     2785
     2786/* Whether to use profiling */
     2787#undef WITH_PROFILE
     2788
     2789/* Whether to use disk quota support */
     2790#undef WITH_QUOTAS
     2791
     2792/* Whether to include sendfile() support */
     2793#undef WITH_SENDFILE
     2794
     2795/* Whether to include experimental syslog support */
     2796#undef WITH_SYSLOG
     2797
     2798/* Whether to include experimental utmp accounting */
     2799#undef WITH_UTMP
     2800
     2801/* Whether to build winbind */
     2802#undef WITH_WINBIND
     2803
     2804/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
     2805   significant byte first (like Motorola and SPARC, unlike Intel). */
     2806#if defined AC_APPLE_UNIVERSAL_BUILD
     2807# if defined __BIG_ENDIAN__
     2808#  define WORDS_BIGENDIAN 1
     2809# endif
     2810#else
     2811# ifndef WORDS_BIGENDIAN
     2812#  undef WORDS_BIGENDIAN
     2813# endif
     2814#endif
     2815
     2816/* xattr functions have additional options */
     2817#undef XATTR_ADD_OPT
    27652818
    27662819/* File offset bits */
     
    28132866#ifndef __CHAR_UNSIGNED__
    28142867# undef __CHAR_UNSIGNED__
    2815 #endif
    2816 
    2817 /* Enable extensions on Solaris.  */
    2818 #ifndef __EXTENSIONS__
    2819 # undef __EXTENSIONS__
    2820 #endif
    2821 #ifndef _POSIX_PTHREAD_SEMANTICS
    2822 # undef _POSIX_PTHREAD_SEMANTICS
    2823 #endif
    2824 #ifndef _TANDEM_SOURCE
    2825 # undef _TANDEM_SOURCE
    28262868#endif
    28272869
Note: See TracChangeset for help on using the changeset viewer.