mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
55cbf7ba34
sys/inotify.h was added to glibc 2.4 in 2006. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Apr 13 21:15:00 CEST 2012 on sn-devel-104
10 lines
300 B
Python
10 lines
300 B
Python
#!/usr/bin/env python
|
|
|
|
conf.CHECK_HEADERS('sys/inotify.h', add_headers=False)
|
|
|
|
conf.CHECK_DECLS('F_SETLEASE', headers='linux/fcntl.h', reverse=True)
|
|
conf.CHECK_DECLS('SA_SIGINFO', headers='signal.h', reverse=True)
|
|
|
|
if (conf.CONFIG_SET('HAVE_SYS_INOTIFY_H')):
|
|
conf.DEFINE('HAVE_LINUX_INOTIFY', 1)
|