Changeset 204 for branches/samba-3.2.x/source/include/config.h.in
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/config.h.in
r149 r204 1699 1699 #undef HAVE_STAT_ST_ATIMENSEC 1700 1700 1701 /* whether struct stat contains st_birthtime */ 1702 #undef HAVE_STAT_ST_BIRTHTIME 1703 1704 /* whether struct stat contains st_birthtimensec */ 1705 #undef HAVE_STAT_ST_BIRTHTIMENSEC 1706 1707 /* whether struct stat contains st_birthtimespec */ 1708 #undef HAVE_STAT_ST_BIRTHTIMESPEC 1709 1701 1710 /* Whether the stat struct has a st_blksize property */ 1702 1711 #undef HAVE_STAT_ST_BLKSIZE … … 1821 1830 /* Define to 1 if `method_version' is member of `struct secmethod_table'. */ 1822 1831 #undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_VERSION 1832 1833 /* Whether we have the struct sigevent */ 1834 #undef HAVE_STRUCT_SIGEVENT 1835 1836 /* Define to 1 if `sigev_value.sigval_ptr' is member of `struct sigevent'. */ 1837 #undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR 1838 1839 /* Define to 1 if `sigev_value.sival_ptr' is member of `struct sigevent'. */ 1840 #undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR 1823 1841 1824 1842 /* Define to 1 if the system has the type `struct sockaddr'. */
Note:
See TracChangeset
for help on using the changeset viewer.