Changeset 221 for branches/samba-3.3.x/source/include/config.h.in
- Timestamp:
- May 24, 2009, 7:17:10 AM (17 years ago)
- File:
-
- 1 edited
-
branches/samba-3.3.x/source/include/config.h.in (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/config.h.in
r206 r221 305 305 #undef HAVE_CRYPT16 306 306 307 308 309 310 311 312 313 314 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 1738 1739 1740 1741 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 1765 1766 1767 1768 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 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 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 1879 1880 1881 1882 1835 1883 1836 1884 /* Whether the 'DIR64' abstract data type is available */ … … 2889 2937 #undef const 2890 2938 2939 2940 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.
