Changeset 746 for vendor/current/source3/wscript
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/wscript
r740 r746 125 125 conf.CHECK_FUNCS('setpriv setgidx setuidx setgroups sysconf stat64 fstat64') 126 126 conf.CHECK_FUNCS('lstat64 fopen64 atexit grantpt lseek64 ftruncate64 fallocate fallocate64 posix_fallocate posix_fallocate64') 127 conf.CHECK_FUNCS('fseek 64 fseeko64 ftell64 ftello64 setluid')127 conf.CHECK_FUNCS('fseeko fseek64 fseeko64 ftell64 ftello64 setluid') 128 128 conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h') 129 129 conf.CHECK_FUNCS('opendir64 readdir64 seekdir64 telldir64 rewinddir64 closedir64') … … 160 160 conf.CHECK_HEADERS('linux/inotify.h asm/unistd.h sys/inotify.h') 161 161 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) 164 165 165 166 # Check for kernel change notify support … … 277 278 __fchdir fchmod fchown _fcntl __fcntl fcvt fcvtl fdatasync 278 279 fdelproplist fgetea fgetproplist fgetxattr flistea flistxattr fopen64 279 _fork __fork fremoveea fremovexattr fseek 64 fseeko64 fsetea280 _fork __fork fremoveea fremovexattr fseeko fseek64 fseeko64 fsetea 280 281 fsetproplist fsetxattr _fstat __fstat fstat64 _fstat64 __fstat64 fsync 281 282 ftell64 ftello64 ftruncate64 futimens futimes __fxstat getauthuid … … 639 640 krb5_set_default_tgs_ktypes krb5_principal2salt krb5_use_enctype 640 641 krb5_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_enctypes642 krb5_auth_con_setuseruserkey krb5_get_permitted_enctypes 642 643 krb5_get_default_in_tkt_etypes krb5_free_data_contents 643 644 krb5_principal_get_comp_string krb5_free_unparsed_name
Note:
See TracChangeset
for help on using the changeset viewer.