Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

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

    r149 r204  
    16991699#undef HAVE_STAT_ST_ATIMENSEC
    17001700
     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
    17011710/* Whether the stat struct has a st_blksize property */
    17021711#undef HAVE_STAT_ST_BLKSIZE
     
    18211830/* Define to 1 if `method_version' is member of `struct secmethod_table'. */
    18221831#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
    18231841
    18241842/* Define to 1 if the system has the type `struct sockaddr'. */
Note: See TracChangeset for help on using the changeset viewer.