Changeset 221 for branches/samba-3.3.x/source/include/config.h.in
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/config.h.in
r206 r221 305 305 #undef HAVE_CRYPT16 306 306 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 307 316 /* Define to 1 if you have the <ctype.h> header file. */ 308 317 #undef HAVE_CTYPE_H … … 1711 1720 #undef HAVE_STAT64 1712 1721 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 */ 1714 1729 #undef HAVE_STAT_HIRES_TIMESTAMPS 1715 1730 … … 1720 1735 #undef HAVE_STAT_ST_ATIMENSEC 1721 1736 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 1722 1743 /* whether struct stat contains st_birthtime */ 1723 1744 #undef HAVE_STAT_ST_BIRTHTIME … … 1741 1762 #undef HAVE_STAT_ST_CTIMENSEC 1742 1763 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 1743 1770 /* Whether the stat struct has a st_flags member */ 1744 1771 #undef HAVE_STAT_ST_FLAGS … … 1750 1777 #undef HAVE_STAT_ST_MTIMENSEC 1751 1778 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 1752 1794 /* Define to 1 if you have the <stdarg.h> header file. */ 1753 1795 #undef HAVE_STDARG_H … … 1833 1875 /* Define to 1 if the system has the type `struct addrinfo'. */ 1834 1876 #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 1835 1883 1836 1884 /* Whether the 'DIR64' abstract data type is available */ … … 2889 2937 #undef const 2890 2938 2939 /* ctdb ipv4 support */ 2940 #undef ctdb_control_tcp 2941 2891 2942 /* Define to `int' if <sys/types.h> doesn't define. */ 2892 2943 #undef gid_t
Note:
See TracChangeset
for help on using the changeset viewer.