Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/wscript

    r740 r746  
    125125    conf.CHECK_FUNCS('setpriv setgidx setuidx setgroups sysconf stat64 fstat64')
    126126    conf.CHECK_FUNCS('lstat64 fopen64 atexit grantpt lseek64 ftruncate64 fallocate fallocate64 posix_fallocate posix_fallocate64')
    127     conf.CHECK_FUNCS('fseek64 fseeko64 ftell64 ftello64 setluid')
     127    conf.CHECK_FUNCS('fseeko fseek64 fseeko64 ftell64 ftello64 setluid')
    128128    conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h')
    129129    conf.CHECK_FUNCS('opendir64 readdir64 seekdir64 telldir64 rewinddir64 closedir64')
     
    160160    conf.CHECK_HEADERS('linux/inotify.h asm/unistd.h sys/inotify.h')
    161161    conf.CHECK_FUNCS('inotify_init')
    162     if "HAVE_LINUX_INOTIFY_H" in conf.env and "HAVE_INOTIFY_INIT" in conf.env:
    163         conf.DEFINE('HAVE_INOTIFY', 1)
     162    if "HAVE_INOTIFY_INIT" in conf.env:
     163        if "HAVE_LINUX_INOTIFY_H" in conf.env or "HAVE_SYS_INOTIFY_H" in conf.env:
     164            conf.DEFINE('HAVE_INOTIFY', 1)
    164165
    165166    # Check for kernel change notify support
     
    277278__fchdir fchmod fchown _fcntl __fcntl fcvt fcvtl fdatasync
    278279fdelproplist fgetea fgetproplist fgetxattr flistea flistxattr fopen64
    279 _fork __fork fremoveea fremovexattr fseek64 fseeko64 fsetea
     280_fork __fork fremoveea fremovexattr fseeko fseek64 fseeko64 fsetea
    280281fsetproplist fsetxattr _fstat __fstat fstat64 _fstat64 __fstat64 fsync
    281282ftell64 ftello64 ftruncate64 futimens futimes __fxstat getauthuid
     
    639640krb5_set_default_tgs_ktypes krb5_principal2salt krb5_use_enctype
    640641krb5_string_to_key krb5_get_pw_salt krb5_string_to_key_salt krb5_auth_con_setkey
    641 krb5_auth_con_setuseruserkey krb5_locate_kdc krb5_get_permitted_enctypes
     642krb5_auth_con_setuseruserkey krb5_get_permitted_enctypes
    642643krb5_get_default_in_tkt_etypes krb5_free_data_contents
    643644krb5_principal_get_comp_string krb5_free_unparsed_name
Note: See TracChangeset for help on using the changeset viewer.