Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

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

    r206 r221  
    305305#undef HAVE_CRYPT16
    306306
     307/* Whether CTDB_CONTROL_TRANS2_COMMIT_RETRY() is available */
     308#undef HAVE_CTDB_CONTROL_TRANS2_COMMIT_RETRY_DECL
     309
     310/* Define to 1 if you have the <ctdb.h> header file. */
     311#undef HAVE_CTDB_H
     312
     313/* Define to 1 if you have the <ctdb_private.h> header file. */
     314#undef HAVE_CTDB_PRIVATE_H
     315
    307316/* Define to 1 if you have the <ctype.h> header file. */
    308317#undef HAVE_CTYPE_H
     
    17111720#undef HAVE_STAT64
    17121721
    1713 /* whether struct stat has sub-second timestamps without struct timespec */
     1722/* Whether statvfs.f_flag exists */
     1723#undef HAVE_STATVFS_F_FLAG
     1724
     1725/* Whether statvfs.f_flags exists */
     1726#undef HAVE_STATVFS_F_FLAGS
     1727
     1728/* whether struct stat has sub-second timestamps in st_uXtime */
    17141729#undef HAVE_STAT_HIRES_TIMESTAMPS
    17151730
     
    17201735#undef HAVE_STAT_ST_ATIMENSEC
    17211736
     1737/* whether struct stat contains st_atimespec */
     1738#undef HAVE_STAT_ST_ATIMESPEC
     1739
     1740/* whether struct stat contains st_atime_n */
     1741#undef HAVE_STAT_ST_ATIME_N
     1742
    17221743/* whether struct stat contains st_birthtime */
    17231744#undef HAVE_STAT_ST_BIRTHTIME
     
    17411762#undef HAVE_STAT_ST_CTIMENSEC
    17421763
     1764/* whether struct stat contains st_ctimespec */
     1765#undef HAVE_STAT_ST_CTIMESPEC
     1766
     1767/* whether struct stat contains st_ctime_n */
     1768#undef HAVE_STAT_ST_CTIME_N
     1769
    17431770/* Whether the stat struct has a st_flags member */
    17441771#undef HAVE_STAT_ST_FLAGS
     
    17501777#undef HAVE_STAT_ST_MTIMENSEC
    17511778
     1779/* whether struct stat contains st_mtimepec */
     1780#undef HAVE_STAT_ST_MTIMESPEC
     1781
     1782/* whether struct stat contains st_mtime_n */
     1783#undef HAVE_STAT_ST_MTIME_N
     1784
     1785/* whether struct stat contains st_uatime */
     1786#undef HAVE_STAT_ST_UATIME
     1787
     1788/* whether struct stat contains st_uctime */
     1789#undef HAVE_STAT_ST_UCTIME
     1790
     1791/* whether struct stat contains st_umtime */
     1792#undef HAVE_STAT_ST_UMTIME
     1793
    17521794/* Define to 1 if you have the <stdarg.h> header file. */
    17531795#undef HAVE_STDARG_H
     
    18331875/* Define to 1 if the system has the type `struct addrinfo'. */
    18341876#undef HAVE_STRUCT_ADDRINFO
     1877
     1878/* ctdb ipv4 support */
     1879#undef HAVE_STRUCT_CTDB_CONTROL_TCP
     1880
     1881/* ctdb ipv6 support */
     1882#undef HAVE_STRUCT_CTDB_CONTROL_TCP_ADDR
    18351883
    18361884/* Whether the 'DIR64' abstract data type is available */
     
    28892937#undef const
    28902938
     2939/* ctdb ipv4 support */
     2940#undef ctdb_control_tcp
     2941
    28912942/* Define to `int' if <sys/types.h> doesn't define. */
    28922943#undef gid_t
Note: See TracChangeset for help on using the changeset viewer.