Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/include/config.h.in

    r745 r751  
    634634#undef HAVE_FSEEK64
    635635
     636/* Define to 1 if you have the `fseeko' function. */
     637#undef HAVE_FSEEKO
     638
    636639/* Define to 1 if you have the `fseeko64' function. */
    637640#undef HAVE_FSEEKO64
     
    919922#undef HAVE_INO64_T
    920923
    921 /* Whether kernel has inotify support */
     924/* Whether kernel or sys has inotify support */
    922925#undef HAVE_INOTIFY
    923926
     
    11111114#undef HAVE_KRB5_KU_OTHER_CKSUM
    11121115
    1113 /* Define to 1 if you have the `krb5_locate_kdc' function. */
    1114 #undef HAVE_KRB5_LOCATE_KDC
    1115 
    11161116/* Define to 1 if you have the <krb5/locate_plugin.h> header file. */
    11171117#undef HAVE_KRB5_LOCATE_PLUGIN_H
     
    12731273#undef HAVE_LIBLDAP
    12741274
     1275/* Whether libmd5 conformant to rfc1321 is available. */
     1276#undef HAVE_LIBMD5
     1277
    12751278/* Define to 1 if you have the `nscd' library (-lnscd). */
    12761279#undef HAVE_LIBNSCD
     
    14161419/* Whether the macro for makedev is available */
    14171420#undef HAVE_MAKEDEV
     1421
     1422/* Whether md5.h is available. */
     1423#undef HAVE_MD5_H
    14181424
    14191425/* Define to 1 if you have the `memalign' function. */
     
    33743380#undef vfs_aio_fork_init
    33753381
     3382/* Whether to build vfs_aio_pthread as shared module */
     3383#undef vfs_aio_pthread_init
     3384
    33763385/* Whether to build vfs_aixacl2 as shared module */
    33773386#undef vfs_aixacl2_init
Note: See TracChangeset for help on using the changeset viewer.