s3-selftest Rename s3 DC environment to s3dc
[ira/wip.git] / source3 / wscript
1 #! /usr/bin/env python
2
3 srcdir = '..'
4 blddir = 'bin'
5
6 APPNAME='samba'
7 VERSION=None
8
9 import sys, os
10 from optparse import SUPPRESS_HELP
11 sys.path.insert(0, srcdir+"/buildtools/wafsamba")
12 sys.path.insert(0, "source3")
13 import wafsamba, Options, Logs, Utils, Scripting
14 import build.charset
15 import samba_utils, samba_version
16 import samba3
17
18 def set_options(opt):
19     if not os.getenv('TOPLEVEL_BUILD'):
20         opt.BUILTIN_DEFAULT('NONE')
21         opt.PRIVATE_EXTENSION_DEFAULT('s3')
22         opt.RECURSE('../lib/replace')
23         opt.RECURSE('build')
24         opt.RECURSE('selftest')
25         opt.RECURSE('../lib/nss_wrapper')
26         opt.RECURSE('../lib/socket_wrapper')
27         opt.RECURSE('../lib/tevent')
28         opt.RECURSE('../lib/tdb')
29
30     opt.add_option('--with-static-modules',
31                    help=("Comma-separated list of names of modules to statically link in"),
32                    action="store", dest='static_modules', default=None)
33     opt.add_option('--with-shared-modules',
34                    help=("Comma-separated list of names of modules to build shared"),
35                    action="store", dest='shared_modules', default=None)
36     opt.add_option('--enable-selftest',
37                   help=("enable options necessary for selftest"),
38                   action="store_true", dest='enable_selftest', default=False)
39
40     opt.SAMBA3_ADD_OPTION('winbind')
41     opt.SAMBA3_ADD_OPTION('swat')
42     opt.SAMBA3_ADD_OPTION('ads')
43     opt.SAMBA3_ADD_OPTION('krb5')
44     opt.SAMBA3_ADD_OPTION('ldap')
45     opt.SAMBA3_ADD_OPTION('cups', with_name="enable", without_name="disable")
46     opt.SAMBA3_ADD_OPTION('iprint', with_name="enable", without_name="disable")
47     opt.SAMBA3_ADD_OPTION('merged-build', with_name="enable", without_name="disable")
48     opt.SAMBA3_ADD_OPTION('pam')
49     opt.SAMBA3_ADD_OPTION('pam_smbpass')
50     opt.SAMBA3_ADD_OPTION('quotas')
51     opt.SAMBA3_ADD_OPTION('sys-quotas')
52     opt.SAMBA3_ADD_OPTION('sendfile-support')
53     opt.SAMBA3_ADD_OPTION('utmp')
54     opt.SAMBA3_ADD_OPTION('pthreadpool', with_name="enable", without_name="disable")
55     opt.SAMBA3_ADD_OPTION('avahi', with_name="enable", without_name="disable")
56     opt.SAMBA3_ADD_OPTION('iconv')
57     opt.SAMBA3_ADD_OPTION('acl-support')
58     opt.SAMBA3_ADD_OPTION('dnsupdate')
59     opt.SAMBA3_ADD_OPTION('syslog')
60     opt.SAMBA3_ADD_OPTION('automount')
61     opt.SAMBA3_ADD_OPTION('aio-support')
62     opt.SAMBA3_ADD_OPTION('profiling-data')
63
64     opt.SAMBA3_ADD_OPTION('cluster-support')
65
66     opt.add_option('--with-ctdb-dir',
67                    help=("Directory under which ctdb is installed"),
68                    action="store", dest='ctdb_dir', default=None)
69     opt.add_option('--enable-old-ctdb',
70                   help=("enable building against (too) old version of ctdb (default=false)"),
71                   action="store_true", dest='enable_old_ctdb', default=False)
72
73
74
75 def configure(conf):
76     from samba_utils import TO_LIST
77
78     if not conf.env.toplevel_build:
79         version = samba_version.load_version(env=conf.env)
80         conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1)
81         conf.DEFINE('_SAMBA_BUILD_', version.MAJOR, add_to_cflags=True)
82         conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)
83
84     if Options.options.developer:
85         conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD')
86         conf.env.developer = True
87
88     if Options.options.with_swat:
89         conf.env['build_swat'] = True
90
91     if not conf.env.toplevel_build:
92         conf.RECURSE('../lib/replace')
93         conf.RECURSE('build')
94         conf.RECURSE('../lib/tdb')
95         conf.RECURSE('../lib/talloc')
96         conf.RECURSE('../lib/tevent')
97         conf.RECURSE('../lib/popt')
98         conf.RECURSE('../lib/nss_wrapper')
99         conf.RECURSE('../lib/socket_wrapper')
100         conf.RECURSE('../lib/zlib')
101         conf.RECURSE('../libcli/smbreadline')
102         conf.RECURSE('../lib/util')
103
104         conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace''')
105         if not conf.env.USING_SYSTEM_TDB:
106             conf.ADD_EXTRA_INCLUDES('#lib/tdb/include')
107         if not conf.env.USING_SYSTEM_TEVENT:
108             conf.ADD_EXTRA_INCLUDES('#lib/tevent')
109         if not conf.env.USING_SYSTEM_TALLOC:
110             conf.ADD_EXTRA_INCLUDES('#lib/talloc')
111         if not conf.env.USING_SYSTEM_POPT:
112             conf.ADD_EXTRA_INCLUDES('#lib/popt')
113
114     conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)
115
116     conf.CHECK_HEADERS('execinfo.h libexc.h libunwind.h netdb.h')
117     conf.CHECK_HEADERS('linux/falloc.h')
118
119     conf.CHECK_FUNCS('getcwd fchown chmod fchmod mknod mknod64')
120     conf.CHECK_FUNCS('strtol strchr strupr chflags')
121     conf.CHECK_FUNCS('getrlimit fsync fdatasync setpgid')
122     conf.CHECK_FUNCS('setsid glob strpbrk crypt16 getauthuid')
123     conf.CHECK_FUNCS('sigprocmask sigblock sigaction sigset innetgr')
124     conf.CHECK_FUNCS('initgroups select poll rdchk getgrnam getgrent pathconf')
125     conf.CHECK_FUNCS('setpriv setgidx setuidx setgroups sysconf stat64 fstat64')
126     conf.CHECK_FUNCS('lstat64 fopen64 atexit grantpt lseek64 ftruncate64 fallocate fallocate64 posix_fallocate posix_fallocate64')
127     conf.CHECK_FUNCS('fseek64 fseeko64 ftell64 ftello64 setluid')
128     conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h')
129     conf.CHECK_FUNCS('opendir64 readdir64 seekdir64 telldir64 rewinddir64 closedir64')
130     conf.CHECK_FUNCS('fdopendir fdopendir64')
131     conf.CHECK_FUNCS('getpwent_r getdents64 setenv strcasecmp fcvt fcvtl')
132     conf.CHECK_FUNCS('syslog vsyslog timegm setlocale nl_langinfo')
133     conf.CHECK_FUNCS_IN('nanosleep', 'rt')
134     conf.CHECK_FUNCS('lutimes futimes utimensat futimens')
135     conf.CHECK_FUNCS('mlock munlock mlockall munlockall')
136     conf.CHECK_FUNCS('memalign posix_memalign hstrerror')
137     conf.CHECK_FUNCS('shmget')
138     conf.CHECK_FUNCS_IN('shm_open', 'rt', checklibc=True)
139     conf.CHECK_FUNCS('gettext dgettext bindtextdomain textdomain')
140     #FIXME: for some reason this one still fails
141     conf.CHECK_FUNCS_IN('yp_get_default_domain', 'nsl')
142     conf.CHECK_FUNCS_IN('dn_expand _dn_expand __dn_expand', 'resolv')
143     conf.CHECK_DECLS('fdatasync', reverse=True)
144     conf.CHECK_DECLS('readahead', reverse=True, headers='fcntl.h')
145
146     if conf.CONFIG_SET('HAVE_LONG_LONG'):
147         conf.DEFINE('HAVE_LONGLONG', 1)
148
149     if conf.CHECK_CODE('''
150 #if defined(HAVE_UNISTD_H)
151 #include <unistd.h>
152 #endif
153 long ret = splice(0,0,1,0,400,0);
154 ''',
155         'HAVE_LINUX_SPLICE',
156         headers='fcntl.h'):
157         conf.CHECK_DECLS('splice', reverse=True, headers='fcntl.h')
158
159     # Check for inotify support
160     conf.CHECK_HEADERS('linux/inotify.h asm/unistd.h sys/inotify.h')
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)
164
165     # Check for kernel change notify support
166     conf.CHECK_CODE('''
167 #ifndef F_NOTIFY
168 #define F_NOTIFY 1026
169 #endif
170 main() {
171         exit(fcntl(open("/tmp", O_RDONLY), F_NOTIFY, 0) == -1 ?  1 : 0);
172 }''', 'HAVE_KERNEL_CHANGE_NOTIFY', addmain=False, execute=True,
173         headers='fcntl.h signal.h',
174         msg="Checking for kernel change notify support")
175
176     # Check for Linux kernel oplocks
177     conf.CHECK_CODE('''
178 #include <sys/types.h>
179 #include <fcntl.h>
180 #include <signal.h>
181 #ifndef F_NOTIFY
182 #define F_NOTIFY 1026
183 #endif
184 main() {
185         exit(fcntl(open("/tmp", O_RDONLY), F_NOTIFY, 0) == -1 ?  1 : 0);
186 }''', 'HAVE_KERNEL_OPLOCKS_LINUX', addmain=False, execute=True,
187         msg="Checking for Linux kernel oplocks")
188
189     # Check for IRIX kernel oplock types
190     conf.CHECK_CODE('oplock_stat_t t; t.os_state = OP_REVOKE; t.os_dev = 1; t.os_ino = 1;',
191                     'HAVE_KERNEL_OPLOCKS_IRIX', headers='fcntl.h',
192                     msg="Checking for IRIX kernel oplock types")
193
194     # Check for krenel share modes
195     conf.CHECK_CODE('''
196 #include <sys/types.h>
197 #include <fcntl.h>
198 #include <signal.h>
199 #include <sys/file.h>
200 #ifndef LOCK_MAND
201 #define LOCK_MAND       32
202 #define LOCK_READ       64
203 #endif
204 main() {
205         exit(flock(open("/dev/null", O_RDWR), LOCK_MAND|LOCK_READ) != 0);
206 }''', 'HAVE_KERNEL_SHARE_MODES', addmain=False, execute=True,
207         msg="Checking for krenel share modes")
208
209     # Check for various members of the stat structure
210     conf.CHECK_TYPES('blksize_t blkcnt_t')
211     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_blocks', define='HAVE_STAT_ST_BLOCKS',
212                                 headers='sys/stat.h')
213     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_blksize', define='HAVE_STAT_ST_BLKSIZE',
214                                 headers='sys/stat.h')
215     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_flags', define='HAVE_STAT_ST_FLAGS',
216                                 headers='sys/types.h sys/stat.h unistd.h')
217
218     # Check for POSIX capability support
219     conf.CHECK_FUNCS_IN('cap_get_proc', 'cap', headers='sys/capability.h')
220
221     if "HAVE_SYS_CAPABILITY_H" in conf.env:
222         conf.CHECK_CODE('''
223         cap_t cap;
224         cap_value_t vals[1];
225         if (!(cap = cap_get_proc())) exit(1);
226         vals[0] = CAP_CHOWN;
227         cap_set_flag(cap, CAP_INHERITABLE, 1, vals, CAP_CLEAR);
228         cap_set_proc(cap);''',
229                         'HAVE_POSIX_CAPABILITIES', execute=True, lib="cap",
230                         headers='sys/capability.h',
231                         msg="Checking whether POSIX capabilities are available")
232
233     # Check for int16, uint16, int32 and uint32 in rpc/types.h included from
234     # rpc/rpc.h. This is *really* broken but some systems (DEC OSF1) do this.
235     # -- JRA.
236     if conf.CONFIG_SET("HAVE_RPC_RPC_H"):
237         conf.CHECK_TYPE('int16', headers='rpc/rpc.h',
238                         define='HAVE_INT16_FROM_RPC_RPC_H',
239                         msg="Checking for int16 typedef included by rpc/rpc.h")
240         conf.CHECK_CODE('uint16 testvar;', 'HAVE_INT16_FROM_RPC_RPC_H',
241                         headers='sys/types.h rpc/rpc.h',
242                         msg="Checking for uint16 typedef included by rpc/rpc.h")
243         conf.CHECK_CODE('int32 testvar;', 'HAVE_INT16_FROM_RPC_RPC_H',
244                         headers='sys/types.h rpc/rpc.h',
245                         msg="Checking for int32 typedef included by rpc/rpc.h")
246         conf.CHECK_CODE('uint32 testvar;', 'HAVE_INT16_FROM_RPC_RPC_H',
247                         headers='sys/types.h rpc/rpc.h',
248                         msg="Checking for uint32 typedef included by rpc/rpc.h")
249     conf.CHECK_CODE('int i;', 'BROKEN_NISPLUS_INCLUDE_FILES',
250                     headers='sys/types.h sys/acl.h rpcsvc/nis.h',
251                     msg="Checking for broken nisplus include files")
252
253     # Check if the compiler will optimize out functions
254     conf.CHECK_CODE('''
255 if (0) {
256     this_function_does_not_exist();
257 } else {
258     return 1;
259 }''', 'HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS',
260         msg="Checking if the compiler will optimize out functions")
261
262     # Check if the compiler supports the LL suffix on long long integers
263     # AIX needs this
264     conf.CHECK_CODE('long long i = 0x8000000000LL', 'COMPILER_SUPPORTS_LL',
265                     headers='stdio.h',
266                     msg="Checking for LL suffix on long long integers")
267
268     conf.CHECK_FUNCS('''
269 _acl __acl add_proplist_entry atexit attr_getf attr_list attr_listf
270 attropen attr_remove attr_removef attr_set attr_setf backtrace_symbols
271 bindtextdomain _chdir __chdir chflags chmod _close __close _closedir
272 __closedir closedir64 creat64 crypt16 delproplist devnm dgettext dirfd
273 DNSServiceRegister _dup __dup _dup2 __dup2 endmntent execl
274 extattr_delete_fd extattr_delete_link extattr_get_fd extattr_get_file
275 extattr_get_link extattr_list_fd extattr_list_file extattr_list_link
276 extattr_set_fd extattr_set_file extattr_set_link _facl __facl _fchdir
277 __fchdir fchmod fchown _fcntl __fcntl fcvt fcvtl fdatasync
278 fdelproplist fgetea fgetproplist fgetxattr flistea flistxattr fopen64
279 _fork __fork fremoveea fremovexattr fseek64 fseeko64 fsetea
280 fsetproplist fsetxattr _fstat __fstat fstat64 _fstat64 __fstat64 fsync
281 ftell64 ftello64 ftruncate64 futimens futimes __fxstat getauthuid
282 getcwd _getcwd __getcwd getdents __getdents getdents64 getdirentries
283 getgrent getgrnam getgrouplist getgrset getmntent getpagesize
284 getproplist get_proplist_entry getpwanam getpwent_r getrlimit gettext
285 glob grantpt hstrerror initgroups innetgr
286 inotify_init lgetea lgetxattr listea listxattr llistea llistxattr
287 llseek _llseek __llseek lremoveea lremovexattr _lseek __lseek lseek64
288 lsetea lsetxattr _lstat __lstat lstat64 _lstat64 __lstat64 lutimes
289 __lxstat memalign mknod mknod64 mlock mlockall munlock munlockall
290 nl_langinfo _open __open open64 _open64 __open64 _opendir __opendir
291 opendir64 pathconf poll posix_fallocate posix_fallocate64
292 posix_memalign prctl pread _pread __pread pread64 _pread64 __pread64
293 pwrite _pwrite __pwrite pwrite64 _pwrite64
294 __pwrite64 rdchk _read __read _readdir __readdir readdir64 _readdir64
295 __readdir64 removeea removexattr rewinddir64 _seekdir __seekdir
296 seekdir64 select setea setenv setgidx setgroups setlocale setluid
297 setmntent setpgid setpriv setproplist setsid setuidx
298 setxattr shmget shm_open sigaction sigblock sigprocmask sigset
299 sizeof_proplist_entry _stat __stat stat64 _stat64 __stat64 statvfs
300 strcasecmp strchr strpbrk strsignal strtol strupr sysconf sysctlbyname
301 __sys_llseek syslog _telldir __telldir telldir64 textdomain timegm
302 utimensat vsyslog _write __write __xstat
303 ''')
304
305     conf.CHECK_SAMBA3_CHARSET() # see build/charset.py
306
307     # FIXME: these should be tests for features, but the old build system just
308     # checks for OSes.
309     import sys
310     host_os = sys.platform
311     Logs.info("building on %s" % host_os)
312
313     # Python doesn't have case switches... :/
314     # FIXME: original was *linux* | gnu* | k*bsd*-gnu | kopensolaris*-gnu | *qnx*)
315     # the search for .rfind('gnu') covers gnu* and *-gnu is that too broad?
316
317     conf.SET_TARGET_TYPE('sunacl', 'EMPTY')
318     if (host_os.rfind('linux') > -1) or (host_os.rfind('gnu') > -1) or (host_os.rfind('qnx') > -1):
319         if host_os.rfind('linux') > -1:
320             conf.DEFINE('LINUX', '1')
321         elif host_os.rfind('qnx') > -1:
322             conf.DEFINE('QNX', '1')
323         conf.DEFINE('STAT_ST_BLOCKSIZE', '512')
324     elif (host_os.rfind('darwin') > -1):
325         conf.DEFINE('DARWINOS', 1)
326         conf.DEFINE('STAT_ST_BLOCKSIZE', '512')
327         conf.ADD_CFLAGS('-fno-common')
328     elif (host_os.rfind('freebsd') > -1):
329         if conf.CHECK_HEADERS('sunacl.h'):
330             conf.define('HAVE_FREEBSD_SUNACL_H', '1')
331             conf.CHECK_FUNCS_IN('acl', 'sunacl')
332         conf.DEFINE('STAT_ST_BLOCKSIZE', '512')
333     elif (host_os.rfind('netbsd') > -1):
334         conf.DEFINE('STAT_ST_BLOCKSIZE', '512')
335     elif (host_os.rfind('openbsd') > -1):
336         conf.DEFINE('STAT_ST_BLOCKSIZE', '512')
337     # FIXME: Add more checks here.
338     else:
339         Logs.warn("Unknown host_os '%s', please report this to samba-technical@samba.org" % host_os)
340
341     #FIXME: add more checks
342     if Options.options.with_acl_support:
343         if host_os.rfind('linux') > -1:
344             conf.CHECK_FUNCS_IN('acl_get_file', 'acl')
345             conf.CHECK_FUNCS_IN('getxattr', 'attr')
346             if conf.CHECK_CODE('''
347 acl_t acl;
348 int entry_id;
349 acl_entry_t *entry_p;
350 return acl_get_entry(acl, entry_id, entry_p);
351 ''',
352                         'HAVE_POSIX_ACLS',
353                         headers='sys/types.h sys/acl.h', link=False,
354                         msg="Checking for POSIX ACL support") :
355                 conf.CHECK_CODE('''
356 acl_permset_t permset_d;
357 acl_perm_t perm;
358 return acl_get_perm_np(permset_d, perm);
359 ''',
360                         'HAVE_ACL_GET_PERM_NP',
361                         headers='sys/types.h sys/acl.h', link=True,
362                         msg="Checking whether acl_get_perm_np() is available")
363         else:
364             conf.DEFINE('HAVE_NO_ACLS', 1)
365             conf.SET_TARGET_TYPE('acl', 'EMPTY')
366     else:
367         conf.DEFINE('HAVE_NO_ACLS', 1)
368         conf.SET_TARGET_TYPE('acl', 'EMPTY')
369
370     if conf.CHECK_FUNCS('dirfd'):
371         conf.DEFINE('HAVE_DIRFD_DECL', 1)
372
373     conf.CHECK_CODE('struct statfs fsd; fsid_t fsid = fsd.f_fsid; return statfs(".", &fsd);',
374                     'HAVE_STATFS_F_FSID',
375                     msg="vfs_fileid: checking for statfs() and struct statfs.f_fsid",
376                     headers='sys/types.h sys/statfs.h',
377                     execute=True)
378
379     if conf.CONFIG_SET('HAVE_FALLOCATE'):
380         conf.CHECK_CODE('''
381                 #if defined(HAVE_UNISTD_H)
382                 #include <unistd.h>
383                 #endif
384                 #include <sys/types.h>
385                 #define _GNU_SOURCE
386                 #include <fcntl.h>
387                 #if defined(HAVE_LINUX_FALLOC_H)
388                 #include <linux/falloc.h>
389                 #endif
390                 int ret = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 10);''',
391                 'HAVE_LINUX_FALLOCATE',
392                 msg="Checking whether the Linux 'fallocate' function is available")
393     if conf.CONFIG_SET('HAVE_FALLOCATE64'):
394         conf.CHECK_CODE('''
395                 #if defined(HAVE_UNISTD_H)
396                 #include <unistd.h>
397                 #endif
398                 #include <sys/types.h>
399                 #define _GNU_SOURCE
400                 #include <fcntl.h>
401                 #if defined(HAVE_LINUX_FALLOC_H)
402                 #include <linux/falloc.h>
403                 #endif
404                 int ret = fallocate64(0, FALLOC_FL_KEEP_SIZE, 0, 10);''',
405                 'HAVE_LINUX_FALLOCATE64',
406                 msg="Checking whether the Linux 'fallocate64' function is available")
407     conf.CHECK_CODE('''
408                 #if defined(HAVE_UNISTD_H)
409                 #include <unistd.h>
410                 #endif
411                 #include <fcntl.h>
412                 ssize_t err = readahead(0,0,0x80000);''',
413                 'HAVE_LINUX_READAHEAD',
414                 msg="Checking whether Linux readahead is available")
415     conf.CHECK_DECLS('readahead', headers='fcntl.h', always=True)
416
417     conf.CHECK_CODE('''
418                 #include <sys/types.h>
419                 #include <sys/socket.h>],
420                 struct ucred cred;
421                 socklen_t cred_len;
422                 int ret = getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, &cred_len);''',
423                 'HAVE_PEERCRED',
424                 msg="Checking whether we can use SO_PEERCRED to get socket credentials")
425
426     conf.CHECK_CODE('''
427                 #if defined(HAVE_LONGLONG) && (defined(HAVE_OFF64_T) || (defined(SIZEOF_OFF_T) && (SIZEOF_OFF_T == 8)))
428                 #include <sys/types.h>
429                 #else
430                 __COMPILE_ERROR_
431                 #endif
432                 int i;''',
433                 'HAVE_EXPLICIT_LARGEFILE_SUPPORT',
434                 msg="Checking whether large file support can be enabled")
435
436     if Options.options.with_aio_support:
437         conf.CHECK_FUNCS_IN('aio_read', 'aio')
438         conf.CHECK_FUNCS_IN('aio_read', 'rt')
439         conf.CHECK_CODE('struct aiocb a; return aio_read(&a);',
440                         'HAVE_AIO',
441                         msg='Checking for asynchronous io support',
442                         headers='sys/types.h aio.h',
443                         lib='aio rt')
444         conf.CHECK_CODE('struct aiocb64 a; return aio_read64(&a);',
445                         'HAVE_AIO64',
446                         msg='Checking for 64-bit asynchronous io support',
447                         headers='sys/types.h aio.h',
448                         lib='aio rt')
449         if conf.CONFIG_SET('HAVE_AIO64'):
450             conf.DEFINE('HAVE_AIOCB64', '1')
451             conf.DEFINE('WITH_AIO', '1')
452         elif conf.CONFIG_SET('HAVE_AIO'):
453             conf.DEFINE('WITH_AIO', '1')
454         if conf.CONFIG_SET('HAVE_AIO'):
455             conf.CHECK_CODE('struct aiocb a; return aio_read(&a);', 'HAVE_AIO_READ', msg='Checking for aio_read', headers='aio.h', lib='aio rt')
456             conf.CHECK_CODE('struct aiocb a; return aio_write(&a);', 'HAVE_AIO_WRITE', msg='Checking for aio_write', headers='aio.h', lib='aio rt')
457             conf.CHECK_CODE('struct aiocb a; return aio_fsync(1, &a);', 'HAVE_AIO_FSYNC', msg='Checking for aio_fsync', headers='aio.h', lib='aio rt')
458             conf.CHECK_CODE('struct aiocb a; return aio_return(&a);', 'HAVE_AIO_RETURN', msg='Checking for aio_return', headers='aio.h', lib='aio rt')
459             conf.CHECK_CODE('struct aiocb a; return aio_error(&a);', 'HAVE_AIO_ERROR', msg='Checking for aio_error', headers='aio.h', lib='aio rt')
460             conf.CHECK_CODE('struct aiocb a; return aio_cancel(1, &a);', 'HAVE_AIO_CANCEL', msg='Checking for aio_cancel', headers='aio.h', lib='aio rt')
461             conf.CHECK_CODE('struct aiocb a; return aio_suspend(&a, 1, NULL);', 'HAVE_AIO_SUSPEND', msg='Checking for aio_suspend', headers='aio.h', lib='aio rt')
462         if conf.CONFIG_SET('HAVE_AIO64'):
463             conf.CHECK_CODE('struct aiocb a; return aio_read64(&a);', 'HAVE_AIO_READ64', msg='Checking for aio_read64', headers='aio.h', lib='aio rt')
464             conf.CHECK_CODE('struct aiocb a; return aio_write64(&a);', 'HAVE_AIO_WRITE64', msg='Checking for aio_write64', headers='aio.h', lib='aio rt')
465             conf.CHECK_CODE('struct aiocb a; return aio_fsync64(1, &a);', 'HAVE_AIO_FSYNC64', msg='Checking for aio_fsync64', headers='aio.h', lib='aio rt')
466             conf.CHECK_CODE('struct aiocb a; return aio_return64(&a);', 'HAVE_AIO_RETURN64', msg='Checking for aio_return64', headers='aio.h', lib='aio rt')
467             conf.CHECK_CODE('struct aiocb a; return aio_error64(&a);', 'HAVE_AIO_ERROR64', msg='Checking for aio_error64', headers='aio.h', lib='aio rt')
468             conf.CHECK_CODE('struct aiocb a; return aio_cancel64(1, &a);', 'HAVE_AIO_CANCEL64', msg='Checking for aio_cancel64', headers='aio.h', lib='aio rt')
469             conf.CHECK_CODE('struct aiocb a; return aio_suspend64(&a, 1, NULL);', 'HAVE_AIO_SUSPEND64', msg='Checking for aio_suspend64', headers='aio.h', lib='aio rt')
470         if not conf.CONFIG_SET('HAVE_AIO'):
471             conf.DEFINE('HAVE_NO_AIO', '1')
472     else:
473         conf.DEFINE('HAVE_NO_AIO', '1')
474
475     conf.CHECK_CODE('''
476 struct msghdr msg;
477 union {
478         struct cmsghdr cm;
479         char control[CMSG_SPACE(sizeof(int))];
480 } control_un;
481 msg.msg_control = control_un.control;
482 msg.msg_controllen = sizeof(control_un.control);
483 ''',
484         'HAVE_MSGHDR_MSG_CONTROL',
485         msg='Checking if we can use msg_control for passing file descriptors',
486         headers='sys/types.h stdlib.h stddef.h sys/socket.h sys/un.h')
487     conf.CHECK_CODE('''
488 struct msghdr msg;
489 int fd;
490 msg.msg_acctrights = (caddr_t) &fd;
491 msg.msg_acctrightslen = sizeof(fd);
492 ''',
493         'HAVE_MSGHDR_MSG_ACCTRIGHTS',
494         msg='Checking if we can use msg_acctrights for passing file descriptors',
495         headers='sys/types.h stdlib.h stddef.h sys/socket.h sys/un.h')
496
497     if Options.options.with_winbind:
498         conf.env.build_winbind = True
499         conf.DEFINE('WITH_WINBIND', '1')
500
501     conf.find_program('awk', var='AWK')
502     conf.find_program('perl', var='PERL')
503
504     # Darwin has extra options to xattr-family functions
505     conf.CHECK_CODE('getxattr(0, 0, 0, 0, 0, 0);',
506                     'XATTR_ADD_OPT',
507                     msg="Checking whether xattr interface takes additional options",
508                     headers='sys/types.h attr/xattr.h sys/xattr.h')
509
510     conf.CHECK_HEADERS('asm/types.h')
511
512     conf.CHECK_CODE('dev_t dev; int i = major(dev); return 0', "HAVE_DEVICE_MAJOR_FN",
513                     headers='unistd.h sys/types.h',
514                     msg="Checking for major macro")
515
516     conf.CHECK_CODE('dev_t dev; int i = minor(dev); return 0', "HAVE_DEVICE_MINOR_FN",
517                     headers='unistd.h sys/types.h',
518                     msg="Checking for minor macro")
519
520     conf.CHECK_STRUCTURE_MEMBER('struct dirent', 'd_off',
521                                 headers='unistd.h sys/types.h dirent.h',
522                                 define='HAVE_DIRENT_D_OFF')
523
524     conf.CHECK_FUNCS('setnetgrent getnetgrent endnetgrent')
525     if conf.CHECK_CFLAGS('-Werror-implicit-function-declaration'):
526         netgrent_cflags = '-Werror-implicit-function-declaration'
527     else:
528         netgrent_cflags = ''
529     conf.CHECK_CODE('setnetgrent("foo")', 'HAVE_SETNETGRENT_PROTOTYPE',
530                     msg="Checking for setnetgrent prototype",
531                     headers='netdb.h netgroup.h',
532                     cflags=netgrent_cflags)
533     conf.CHECK_CODE('getnetgrent', 'HAVE_GETNETGRENT_PROTOTYPE',
534                     msg="Checking for getnetgrent prototype",
535                     headers='netdb.h netgroup.h',
536                     cflags=netgrent_cflags)
537     conf.CHECK_CODE('endnetgrent', 'HAVE_ENDNETGRENT_PROTOTYPE',
538                     msg="Checking for endnetgrent prototype",
539                     headers='netdb.h netgroup.h',
540                     cflags=netgrent_cflags)
541
542
543     # Look for CUPS
544     if Options.options.with_cups:
545         conf.find_program('cups-config', var='CUPS_CONFIG')
546         if conf.env.CUPS_CONFIG:
547             # we would normally use --libs here, but cups-config incorrectly adds
548             # gssapi_krb5 and other libraries to its --libs output. That breaks the use
549             # of an in-tree heimdal kerberos
550             conf.check_cfg(path=conf.env.CUPS_CONFIG, args="--cflags --ldflags",
551                            package="", uselib_store="cups")
552         conf.CHECK_HEADERS('cups/cups.h cups/language.h', lib='cups')
553         conf.CHECK_FUNCS_IN('httpConnect httpConnectEncrypt', 'cups')
554         if conf.CONFIG_SET('HAVE_CUPS_CUPS_H') and conf.CONFIG_SET('HAVE_CUPS_LANGUAGE_H'):
555             conf.DEFINE('HAVE_CUPS', '1')
556         else:
557             conf.undefine('HAVE_CUPS')
558             conf.SET_TARGET_TYPE('cups', 'EMPTY')
559     else:
560         # define an empty subsystem for cups, to allow it to be used as an empty dependency
561         conf.SET_TARGET_TYPE('cups', 'EMPTY')
562
563     if Options.options.with_iprint:
564         if conf.CONFIG_SET('HAVE_CUPS'):
565             conf.DEFINE('HAVE_IPRINT', '1')
566         else:
567             Logs.warn("--enable-iprint=yes but cups support not sufficient")
568     if Options.options.with_syslog:
569         conf.DEFINE('WITH_SYSLOG', '1')
570     if Options.options.with_automount:
571         conf.DEFINE('WITH_AUTOMOUNT', '1')
572
573     # Check for LDAP
574     if Options.options.with_ldap:
575         conf.CHECK_HEADERS('ldap.h lber.h')
576         conf.CHECK_TYPE('ber_tag_t', 'unsigned int', headers='ldap.h lber.h')
577         conf.CHECK_FUNCS_IN('ber_scanf ber_sockbuf_add_io', 'lber')
578         conf.CHECK_VARIABLE('LDAP_OPT_SOCKBUF', headers='ldap.h')
579
580         # if we LBER_OPT_LOG_PRINT_FN we can intercept ldap logging and print it out
581         # for the samba logs
582         conf.CHECK_VARIABLE('LBER_OPT_LOG_PRINT_FN',
583                             define='HAVE_LBER_LOG_PRINT_FN', headers='lber.h')
584
585         conf.CHECK_FUNCS_IN('ldap_init ldap_initialize ldap_set_rebind_proc', 'ldap')
586         conf.CHECK_FUNCS_IN('ldap_add_result_entry', 'ldap')
587
588         # Check if ldap_set_rebind_proc() takes three arguments
589         if conf.CHECK_CODE('ldap_set_rebind_proc(0, 0, 0)',
590                            'LDAP_SET_REBIND_PROC_ARGS',
591                            msg="Checking whether ldap_set_rebind_proc takes 3 arguments",
592                            headers='ldap.h lber.h', link=False):
593             conf.DEFINE('LDAP_SET_REBIND_PROC_ARGS', '3')
594         else:
595             conf.DEFINE('LDAP_SET_REBIND_PROC_ARGS', '2')
596
597         # last but not least, if ldap_init() exists, we want to use ldap
598         if conf.CONFIG_SET('HAVE_LDAP_INIT'):
599             conf.DEFINE('HAVE_LDAP', '1')
600             conf.DEFINE('LDAP_DEPRECATED', '1')
601             conf.env['HAVE_LDAP'] = '1'
602             # if ber_sockbuf_add_io() and LDAP_OPT_SOCKBUF are available, we can add
603             # SASL wrapping hooks
604             if conf.CONFIG_SET('HAVE_BER_SOCKBUF_ADD_IO') and \
605                     conf.CONFIG_SET('HAVE_LDAP_OPT_SOCKBUF'):
606                 conf.DEFINE('HAVE_LDAP_SASL_WRAPPING', '1')
607     else:
608         conf.SET_TARGET_TYPE('ldap', 'EMPTY')
609         conf.SET_TARGET_TYPE('lber', 'EMPTY')
610
611     # Check for kerberos
612     have_gssapi=False
613     if Options.options.with_krb5 and not conf.env.toplevel_build:
614         Logs.info("Looking for kerberos features")
615         conf.find_program('krb5-config', var='KRB5_CONFIG')
616         if conf.env.KRB5_CONFIG:
617             conf.check_cfg(path="krb5-config", args="--cflags --libs",
618                        package="gssapi", uselib_store="krb5")
619         conf.CHECK_HEADERS('krb5.h krb5/locate_plugin.h', lib='krb5')
620         conf.CHECK_HEADERS('gssapi.h gssapi/gssapi_generic.h gssapi/gssapi.h gssapi/gssapi_ext.h com_err.h', lib='krb5')
621
622         if conf.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
623             conf.env['WINBIND_KRB5_LOCATOR'] = 'bin/winbind_krb5_locator.so'
624
625         conf.CHECK_FUNCS_IN('_et_list', 'com_err')
626         conf.CHECK_FUNCS_IN('krb5_encrypt_data', 'k5crypto')
627         conf.CHECK_FUNCS_IN('crypto', 'des_set_key')
628         conf.CHECK_FUNCS_IN('copy_Authenticator', 'asn1')
629         conf.CHECK_FUNCS_IN('roken_getaddrinfo_hostspec', 'roken')
630         if conf.CHECK_FUNCS_IN('gss_display_status', 'gssapi') or \
631            conf.CHECK_FUNCS_IN('gss_display_status', 'gssapi_krb5'):
632             have_gssapi=True
633         conf.CHECK_FUNCS_IN('gss_wrap_iov', 'gssapi gssapi_krb5 krb5')
634         conf.CHECK_FUNCS_IN('krb5_mk_req_extended krb5_kt_compare', 'krb5')
635         conf.CHECK_FUNCS('''
636 krb5_set_real_time krb5_set_default_in_tkt_etypes krb5_set_default_tgs_enctypes
637 krb5_set_default_tgs_ktypes krb5_principal2salt krb5_use_enctype
638 krb5_string_to_key krb5_get_pw_salt krb5_string_to_key_salt krb5_auth_con_setkey
639 krb5_auth_con_setuseruserkey krb5_locate_kdc krb5_get_permitted_enctypes
640 krb5_get_default_in_tkt_etypes krb5_free_data_contents
641 krb5_principal_get_comp_string krb5_free_unparsed_name
642 krb5_free_keytab_entry_contents krb5_kt_free_entry krb5_krbhst_init
643 krb5_krbhst_get_addrinfo krb5_c_enctype_compare krb5_enctypes_compatible_keys
644 krb5_crypto_init krb5_crypto_destroy krb5_decode_ap_req free_AP_REQ
645 krb5_verify_checksum krb5_c_verify_checksum krb5_principal_compare_any_realm
646 krb5_parse_name_norealm krb5_princ_size krb5_get_init_creds_opt_set_pac_request
647 krb5_get_renewed_creds krb5_get_kdc_cred krb5_free_error_contents
648 initialize_krb5_error_table krb5_get_init_creds_opt_alloc
649 krb5_get_init_creds_opt_free krb5_get_init_creds_opt_get_error
650 krb5_enctype_to_string krb5_fwd_tgt_creds krb5_auth_con_set_req_cksumtype
651 krb5_get_creds_opt_alloc krb5_get_creds_opt_set_impersonate krb5_get_creds
652 krb5_get_credentials_for_user krb5_get_host_realm krb5_free_host_realm''',
653                          lib='krb5 k5crypto')
654         conf.CHECK_DECLS('''krb5_get_credentials_for_user
655                             krb5_auth_con_set_req_cksumtype''',
656                             headers='krb5.h', always=True)
657         conf.CHECK_VARIABLE('AP_OPTS_USE_SUBKEY', headers='krb5.h')
658         conf.CHECK_VARIABLE('KV5M_KEYTAB', headers='krb5.h')
659         conf.CHECK_VARIABLE('KRB5_KU_OTHER_CKSUM', headers='krb5.h')
660         conf.CHECK_VARIABLE('KRB5_KEYUSAGE_APP_DATA_CKSUM', headers='krb5.h')
661         conf.CHECK_STRUCTURE_MEMBER('krb5_keytab_entry', 'key', headers='krb5.h',
662                                     define='HAVE_KRB5_KEYTAB_ENTRY_KEY')
663         conf.CHECK_STRUCTURE_MEMBER('krb5_keytab_entry', 'keyblock', headers='krb5.h',
664                                     define='HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK')
665         conf.CHECK_STRUCTURE_MEMBER('krb5_address', 'magic', headers='krb5.h',
666                                     define='HAVE_MAGIC_IN_KRB5_ADDRESS')
667         conf.CHECK_STRUCTURE_MEMBER('krb5_address', 'addrtype', headers='krb5.h',
668                                     define='HAVE_ADDRTYPE_IN_KRB5_ADDRESS')
669         conf.CHECK_STRUCTURE_MEMBER('krb5_ticket', 'enc_part2', headers='krb5.h',
670                                     define='HAVE_KRB5_TKT_ENC_PART2')
671         conf.CHECK_STRUCTURE_MEMBER('krb5_creds', 'keyblock', headers='krb5.h',
672                                     define='HAVE_KRB5_KEYBLOCK_IN_CREDS')
673         conf.CHECK_STRUCTURE_MEMBER('krb5_creds', 'session', headers='krb5.h',
674                                     define='HAVE_KRB5_SESSION_IN_CREDS')
675         conf.CHECK_STRUCTURE_MEMBER('krb5_ap_req', 'ticket', headers='krb5.h',
676                                     define='HAVE_TICKET_POINTER_IN_KRB5_AP_REQ')
677
678         conf.CHECK_TYPE('krb5_encrypt_block', headers='krb5.h')
679
680         conf.CHECK_CODE('''
681 krb5_ticket ticket;
682 krb5_kvno kvno;
683 krb5_enctype enctype;
684 enctype = ticket.enc_part.enctype;
685 kvno = ticket.enc_part.kvno;
686 ''',
687                         'KRB5_TICKET_HAS_KEYINFO',
688                         headers='krb5.h', link=False,
689                         msg="Checking whether the krb5_ticket structure contains the kvno and enctype")
690         conf.CHECK_CODE('''
691 krb5_context ctx;
692 krb5_get_init_creds_opt *opt = NULL;
693 krb5_get_init_creds_opt_free(ctx, opt);
694 ''',
695                         'KRB5_CREDS_OPT_FREE_REQUIRES_CONTEXT',
696                         headers='krb5.h', link=False,
697                         msg="Checking whether krb5_get_init_creds_opt_free takes a context argument")
698         conf.CHECK_CODE('krb5_mk_error(0,0,0)',
699                         'HAVE_SHORT_KRB5_MK_ERROR_INTERFACE',
700                         headers='krb5.h', link=False,
701                         msg="Checking whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal")
702         conf.CHECK_CODE('''
703 const krb5_data *pkdata;
704 krb5_context context;
705 krb5_principal principal;
706 pkdata = krb5_princ_component(context, principal, 0);
707 ''',
708                         'HAVE_KRB5_PRINC_COMPONENT',
709                         headers='krb5.h', lib='krb5',
710                         msg="Checking whether krb5_princ_component is available")
711
712         conf.CHECK_CODE('''
713 int main(void) {
714 char buf[256];
715 krb5_enctype_to_string(1, buf, 256);
716 return 0;
717 }''',
718                         'HAVE_KRB5_ENCTYPE_TO_STRING_WITH_SIZE_T_ARG',
719                         headers='krb5.h', lib='krb5 k5crypto',
720                         addmain=False, cflags='-Werror',
721                         msg="Checking whether krb5_enctype_to_string takes size_t argument")
722
723         conf.CHECK_CODE('''
724 int main(void) {
725 krb5_context context = NULL;
726 char *str = NULL;
727 krb5_enctype_to_string(context, 1, &str);
728 if (str) free (str);
729 return 0;
730 }''',
731                         'HAVE_KRB5_ENCTYPE_TO_STRING_WITH_KRB5_CONTEXT_ARG',
732                         headers='krb5.h stdlib.h', lib='krb5',
733                         addmain=False, cflags='-Werror',
734                         msg="Checking whether krb5_enctype_to_string takes krb5_context argument")
735         conf.CHECK_CODE('''
736 int main(void) {
737 krb5_context ctx = NULL;
738 krb5_principal princ = NULL;
739 const char *str = krb5_princ_realm(ctx, princ)->data;
740 return 0;
741 }''',
742                         'HAVE_KRB5_PRINC_REALM',
743                         headers='krb5.h', lib='krb5',
744                         addmain=False,
745                         msg="Checking whether the macro krb5_princ_realm is defined")
746         conf.CHECK_CODE('''
747 int main(void) {
748     krb5_context context;
749     krb5_principal principal;
750     const char *realm; realm = krb5_principal_get_realm(context, principal);
751     return 0;
752 }''',
753                         'HAVE_KRB5_PRINCIPAL_GET_REALM',
754                         headers='krb5.h', lib='krb5',
755                         addmain=False,
756                         msg="Checking whether krb5_principal_get_realm is defined")
757         if conf.CHECK_CODE('''krb5_verify_checksum(0, 0, 0, 0, 0, 0, 0);''',
758                         'KRB5_VERIFY_CHECKSUM_ARGS',
759                         headers='krb5.h', lib='krb5',
760                         msg="Checking whether krb5_verify_checksum takes 7 arguments"):
761             conf.DEFINE('KRB5_VERIFY_CHECKSUM_ARGS', '7')
762         else:
763             conf.DEFINE('KRB5_VERIFY_CHECKSUM_ARGS', '6')
764
765         conf.CHECK_CODE('''
766 krb5_enctype enctype;
767 enctype = ENCTYPE_ARCFOUR_HMAC_MD5;
768 ''',
769             '_HAVE_ENCTYPE_ARCFOUR_HMAC_MD5',
770             headers='krb5.h', lib='krb5',
771             msg="Checking whether the ENCTYPE_ARCFOUR_HMAC_MD5 key type definition is available");
772         conf.CHECK_CODE('''
773 krb5_keytype keytype;
774 keytype = KEYTYPE_ARCFOUR_56;
775 ''',
776             '_HAVE_KEYTYPE_ARCFOUR_56',
777             headers='krb5.h', lib='krb5',
778             msg="Checking whether the HAVE_KEYTYPE_ARCFOUR_56 key type definition is available");
779         if conf.CONFIG_SET('_HAVE_ENCTYPE_ARCFOUR_HMAC_MD5') and conf.CONFIG_SET('_HAVE_KEYTYPE_ARCFOUR_56'):
780             conf.DEFINE('HAVE_ENCTYPE_ARCFOUR_HMAC_MD5', '1')
781
782         conf.CHECK_CODE('''
783 krb5_enctype enctype;
784 enctype = ENCTYPE_ARCFOUR_HMAC;
785 ''',
786             'HAVE_ENCTYPE_ARCFOUR_HMAC',
787             headers='krb5.h', lib='krb5',
788             msg="Checking whether the ENCTYPE_ARCFOUR_HMAC key type definition is available");
789
790         conf.CHECK_CODE('''
791 krb5_context context;
792 krb5_keytab keytab;
793 krb5_init_context(&context);
794 return krb5_kt_resolve(context, "WRFILE:api", &keytab);
795 ''',
796             'HAVE_WRFILE_KEYTAB',
797             headers='krb5.h', lib='krb5', execute=True,
798             msg="Checking whether the WRFILE:-keytab is supported");
799
800         # Check for KRB5_DEPRECATED handling
801         conf.CHECK_CODE('''#define KRB5_DEPRECATED 1
802 #include <krb5.h>''',
803         'HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER', addmain=False,
804         link=False,
805         msg="Checking for KRB5_DEPRECATED define taking an identifier")
806     elif not conf.env.toplevel_build:
807         conf.SET_TARGET_TYPE('krb5', 'EMPTY')
808         conf.SET_TARGET_TYPE('gssapi', 'EMPTY')
809         conf.SET_TARGET_TYPE('gssapi_krb5', 'EMPTY')
810         conf.SET_TARGET_TYPE('com_err', 'EMPTY')
811         conf.SET_TARGET_TYPE('k5crypto', 'EMPTY')
812
813     if Options.options.with_ads:
814         use_ads=True
815         if not conf.CONFIG_SET('HAVE_ENCTYPE_ARCFOUR_HMAC_MD5') and \
816            not conf.CONFIG_SET('HAVE_ENCTYPE_ARCFOUR_HMAC'):
817             Logs.warn("arcfour-hmac-md5 encryption type not found in -lkrb5")
818             use_ads=False
819         if not conf.CONFIG_SET('HAVE_KRB5_MK_REQ_EXTENDED'):
820             Logs.warn("krb5_mk_req_extended not found in -lkrb5")
821             use_ads=False
822         if not conf.CONFIG_SET('HAVE_KRB5_PRINCIPAL2SALT') and \
823            not conf.CONFIG_SET('HAVE_KRB5_GET_PW_SALT'):
824             Logs.warn("no CREATE_KEY_FUNCTIONS detected")
825             use_ads=False
826         if not conf.CONFIG_SET('HAVE_KRB5_GET_PERMITTED_ENCTYPES') and \
827            not conf.CONFIG_SET('HAVE_KRB5_GET_DEFAULT_IN_TKT_ETYPES'):
828             Logs.warn("no GET_ENCTYPES_FUNCTIONS detected")
829             use_ads=False
830         if not conf.CONFIG_SET('HAVE_KRB5_KT_FREE_ENTRY') and \
831            not conf.CONFIG_SET('HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS'):
832             Logs.warn("no KT_FREE_FUNCTION detected")
833             use_ads=False
834         if not conf.CONFIG_SET('HAVE_KRB5_C_VERIFY_CHECKSUM') and \
835            not conf.CONFIG_SET('HAVE_KRB5_VERIFY_CHECKSUM'):
836             Logs.warn("no KRB5_VERIFY_CHECKSUM_FUNCTION detected")
837             use_ads=False
838         if not conf.CONFIG_SET('KRB5_TICKET_HAS_KEYINFO'):
839             # We only need the following functions if we can't get the enctype
840             # and kvno out of the ticket directly (ie. on Heimdal).
841             if not conf.CONFIG_SET('HAVE_FREE_AP_REQ'):
842                 Logs.warn("no KRB5_AP_REQ_FREE_FUNCTION detected")
843                 use_ads=False
844             if not conf.CONFIG_SET('HAVE_KRB5_DECODE_AP_REQ'):
845                 Logs.warn("no KRB5_AP_REQ_DECODING_FUNCTION detected")
846                 use_ads=False
847         if use_ads:
848             conf.DEFINE('WITH_ADS', '1')
849             conf.DEFINE('HAVE_KRB5', '1')
850             if have_gssapi:
851                 conf.DEFINE('HAVE_GSSAPI', '1')
852             if conf.CONFIG_SET('HAVE_LDAP'):
853                 conf.env['HAVE_ADS'] = '1'
854         else:
855             Logs.warn("krb5 libs don't have all features required for Active Directory support")
856             conf.undefine('HAVE_KRB5_H')
857             conf.undefine('HAVE_GSSAPI_H')
858             conf.undefine('HAVE_GSSAPI_GSSAPI_GENERIC_H')
859             conf.undefine('HAVE_GSSAPI_GSSAPI_H')
860
861     if Options.options.with_utmp:
862         conf.CHECK_FUNCS('pututline pututxline updwtmp updwtmpx getutmpx getutxent')
863         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_name', headers='utmp.h',
864                                     define='HAVE_UT_UT_NAME')
865         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_user', headers='utmp.h',
866                                     define='HAVE_UT_UT_USER')
867         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_id', headers='utmp.h',
868                                     define='HAVE_UT_UT_ID')
869         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_host', headers='utmp.h',
870                                     define='HAVE_UT_UT_HOST')
871         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_time', headers='utmp.h',
872                                     define='HAVE_UT_UT_TIME')
873         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_tv', headers='utmp.h',
874                                     define='HAVE_UT_UT_TV')
875         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_type', headers='utmp.h',
876                                     define='HAVE_UT_UT_TYPE')
877         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_pid', headers='utmp.h',
878                                     define='HAVE_UT_UT_PID')
879         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_exit.e_exit', headers='utmp.h',
880                                     define='HAVE_UT_UT_EXIT')
881         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_addr_v6', headers='utmp.h',
882                                     define='HAVE_UT_UT_ADDR_V6')
883         conf.CHECK_STRUCTURE_MEMBER('struct utmp', 'ut_addr', headers='utmp.h',
884                                     define='HAVE_UT_UT_ADDR')
885         conf.CHECK_STRUCTURE_MEMBER('struct utmpx', 'ut_syslen', headers='utmpx.h',
886                                     define='HAVE_UX_UT_SYSLEN')
887         conf.CHECK_CODE('struct utmp utarg; struct utmp *utreturn; utreturn = pututline(&utarg);',
888                         'PUTUTLINE_RETURNS_UTMP', headers='utmp.h',
889                         msg="Checking whether pututline returns pointer")
890         conf.DEFINE('WITH_UTMP', 1)
891
892     if Options.options.with_avahi:
893         conf.env.with_avahi = True
894         if not conf.CHECK_HEADERS('avahi-common/watch.h avahi-client/client.h'): conf.env.with_avahi = False
895         if not conf.CHECK_FUNCS_IN('avahi_client_new', 'avahi-client'): conf.env.with_avahi = False
896         if not conf.CHECK_FUNCS_IN('avahi_strerror', 'avahi-common'): conf.env.with_avahi = False
897         if conf.env.with_avahi:
898             conf.DEFINE('WITH_AVAHI_SUPPORT', 1)
899     else:
900         conf.SET_TARGET_TYPE('avahi-common', 'EMPTY')
901         conf.SET_TARGET_TYPE('avahi-client', 'EMPTY')
902
903     if Options.options.with_iconv:
904         conf.env.with_iconv = True
905         if not conf.CHECK_FUNCS_IN('iconv_open', 'iconv', headers='iconv.h'):
906             conf.env.with_iconv = False
907         if conf.env.with_iconv:
908             conf.DEFINE('HAVE_ICONV', 1)
909
910     if Options.options.with_pam:
911         use_pam=True
912         conf.CHECK_HEADERS('security/pam_appl.h pam/pam_appl.h')
913         if not conf.CONFIG_SET('HAVE_SECURITY_PAM_APPL_H') and not conf.CONFIG_SET('HAVE_PAM_PAM_APPL_H'):
914             Logs.warn("--with-pam=yes but pam_appl.h not found")
915             use_pam=False
916         conf.CHECK_FUNCS_IN('pam_get_data', 'pam')
917         conf.CHECK_HEADERS('security/pam_modules.h pam/pam_modules.h')
918         if not conf.CONFIG_SET('HAVE_SECURITY_PAM_MODULES_H') and not conf.CONFIG_SET('HAVE_PAM_PAM_MODULES_H'):
919             Logs.warn("--with-pam=yes but pam_modules.h not found")
920             use_pam=False
921         conf.CHECK_HEADERS('security/pam_ext.h security/_pam_macros.h')
922         conf.CHECK_HEADERS('pam/pam_ext.h pam/_pam_macros.h')
923         conf.CHECK_FUNCS_IN('pam_vsyslog', 'pam')
924         conf.CHECK_CODE('''
925 #if defined(HAVE_SECURITY_PAM_APPL_H)
926 #include <security/pam_appl.h>
927 #elif defined(HAVE_PAM_PAM_APPL_H)
928 #include <pam/pam_appl.h>
929 #endif
930 pam_set_item(0, PAM_RHOST, 0);
931 ''',
932             'HAVE_PAM_RHOST',
933             lib='pam',
934             msg="Checking whether PAM_RHOST is available");
935         conf.CHECK_CODE('''
936 #if defined(HAVE_SECURITY_PAM_APPL_H)
937 #include <security/pam_appl.h>
938 #elif defined(HAVE_PAM_PAM_APPL_H)
939 #include <pam/pam_appl.h>
940 #endif
941 pam_set_item(0, PAM_TTY, 0);
942 ''',
943             'HAVE_PAM_TTY',
944             lib='pam',
945             msg="Checking whether PAM_TTY is available");
946         conf.CHECK_CODE('''
947 #if (!defined(LINUX))
948
949 #define PAM_EXTERN extern
950 #if defined(HAVE_SECURITY_PAM_APPL_H)
951 #include <security/pam_appl.h>
952 #elif defined(HAVE_PAM_PAM_APPL_H)
953 #include <pam/pam_appl.h>
954 #endif
955
956 #endif
957
958 #if defined(HAVE_SECURITY_PAM_MODULES_H)
959 #include <security/pam_modules.h>
960 #elif defined(HAVE_PAM_PAM_MODULES_H)
961 #include <pam/pam_modules.h>
962 #endif
963
964 #if defined(HAVE_SECURITY__PAM_MACROS_H)
965 #include <security/_pam_macros.h>
966 #elif defined(HAVE_PAM__PAM_MACROS_H)
967 #include <pam/_pam_macros.h>
968 #endif
969
970 #ifdef HAVE_SECURITY_PAM_EXT_H
971 #include <security/pam_ext.h>
972 #endif
973
974 int i; i = PAM_RADIO_TYPE;
975 ''',
976             'HAVE_PAM_RADIO_TYPE',
977             lib='pam',
978             msg="Checking whether PAM_RADIO_TYPE is available");
979         if use_pam:
980             conf.DEFINE('WITH_PAM', 1)
981             conf.DEFINE('WITH_PAM_MODULES', 1)
982
983     seteuid = False
984     if not seteuid:
985         seteuid = conf.CHECK_CODE('''
986                                 #define AUTOCONF_TEST 1
987                                 #define USE_SETREUID 1
988                                 #include "./lib/util_sec.c"
989                                 ''',
990                                 'USE_SETREUID',
991                                 addmain=False,
992                                 execute=True,
993                                 msg="Checking whether setreuid is available")
994     if not seteuid:
995         seteuid = conf.CHECK_CODE('''
996                                 #define AUTOCONF_TEST 1
997                                 #define USE_SETRESUID 1
998                                 #include "./lib/util_sec.c"
999                                 ''',
1000                                 'USE_SETRESUID',
1001                                 addmain=False,
1002                                 execute=True,
1003                                 msg="Checking whether setresuid is available")
1004     if not seteuid:
1005         seteuid = conf.CHECK_CODE('''
1006                                 #define AUTOCONF_TEST 1
1007                                 #define USE_SETEUID 1
1008                                 #include "./lib/util_sec.c"
1009                                 ''',
1010                                 'USE_SETEUID',
1011                                 addmain=False,
1012                                 execute=True,
1013                                 msg="Checking whether seteuid is available")
1014     if not seteuid:
1015         seteuid = conf.CHECK_CODE('''
1016                                 #define AUTOCONF_TEST 1
1017                                 #define USE_SETUIDX 1
1018                                 #include "./lib/util_sec.c"
1019                                 ''',
1020                                 'USE_SETUIDX',
1021                                 addmain=False,
1022                                 execute=True,
1023                                 mandatory=True,
1024                                 msg="Checking whether setuidx is available")
1025     if Options.options.with_dnsupdate:
1026         conf.CHECK_HEADERS('uuid/uuid.h')
1027         conf.CHECK_FUNCS_IN('uuid_generate', 'uuid')
1028         if not conf.CONFIG_SET('HAVE_UUID_UUID_H') and not conf.CONFIG_SET('HAVE_UUID_GENERATE'):
1029             Logs.warn("--with-dnsupdate=yes but uuid support not sufficient")
1030         elif not conf.CONFIG_SET('HAVE_GSSAPI'):
1031             Logs.warn("--with-dnsupdate=yes but gssapi support not sufficient")
1032         else:
1033             conf.DEFINE('WITH_DNS_UPDATES', 1)
1034     else:
1035         conf.SET_TARGET_TYPE('uuid', 'EMPTY')
1036     conf.CHECK_HEADERS('valgrind.h valgrind/valgrind.h valgrind/memcheck.h')
1037     if Options.options.developer:
1038         if conf.CONFIG_SET('HAVE_VALGRIND_H') or conf.CONFIG_SET('HAVE_VALGRIND_VALGRIND_H'):
1039             conf.DEFINE('VALGRIND', '1')
1040
1041     if conf.CHECK_CODE('''
1042 #include <bits/sockaddr.h>
1043 #include <linux/netlink.h>
1044 ''',
1045                 'HAVE_LINUX_NETLINK_H',
1046                 msg="Checking whether Linux netlink is available"):
1047         conf.CHECK_CODE('''
1048 #include <bits/sockaddr.h>
1049 #include <linux/netlink.h>
1050 #include <linux/rtnetlink.h>
1051 ''',
1052                 'HAVE_LINUX_RTNETLINK_H',
1053                 msg='Checking whether Linux rtnetlink is available')
1054     if conf.CHECK_TYPE('struct dirent64', headers='sys/types.h dirent.h') and conf.CONFIG_SET('HAVE_READDIR64'):
1055         conf.DEFINE('HAVE_STRUCT_DIRENT64', '1')
1056     else:
1057         conf.undefine('HAVE_STRUCT_DIRENT64')
1058
1059     conf.CHECK_CODE('''
1060 #include "../tests/fcntl_lock.c"
1061 ''',
1062                 'HAVE_FCNTL_LOCK',
1063                 addmain=False,
1064                 execute=True,
1065                 msg='Checking whether fcntl locking is available')
1066
1067     conf.CHECK_CODE('''
1068 #include "../tests/fcntl_lock64.c"
1069 ''',
1070                 'HAVE_BROKEN_FCNTL64_LOCKS',
1071                 addmain=False,
1072                 execute=True,
1073                 msg='Checking whether fcntl64 locks are broken')
1074
1075     if not conf.CONFIG_SET('HAVE_BROKEN_FCNTL64_LOCKS'):
1076         conf.CHECK_CODE('''
1077 #if defined(HAVE_UNISTD_H)
1078 #include <unistd.h>
1079 #endif
1080 #include <stdio.h>
1081 #include <stdlib.h>
1082
1083 #ifdef HAVE_FCNTL_H
1084 #include <fcntl.h>
1085 #endif
1086
1087 #ifdef HAVE_SYS_FCNTL_H
1088 #include <sys/fcntl.h>
1089 #endif
1090 main() { struct flock64 fl64;
1091 #if defined(F_SETLKW64) && defined(F_SETLK64) && defined(F_GETLK64)
1092 exit(0);
1093 #else
1094 exit(1);
1095 #endif
1096 }
1097 ''',
1098                 'HAVE_STRUCT_FLOCK64',
1099                 addmain=False,
1100                 execute=True,
1101                 msg="Checking whether the flock64 struct is available")
1102
1103     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_mtim.tv_nsec',
1104                                 define='HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC') # Linux, Solaris
1105     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_mtimensec',
1106                                 define='HAVE_STRUCT_STAT_ST_MTIMENSEC') # BSD, if defined _POSIX_SOURCE
1107     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_mtimespec.tv_nsec',
1108                                 define='HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC') # BSD, if not defined _POSIX_SOURCE
1109     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_mtime_n',
1110                                 define='HAVE_STRUCT_STAT_ST_MTIME_N') # AIX
1111     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_umtime',
1112                                 define='HAVE_STRUCT_STAT_ST_UMTIME') # Tru64
1113     if conf.CONFIG_SET('HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC') or \
1114        conf.CONFIG_SET('HAVE_STRUCT_STAT_ST_MTIMENSEC') or \
1115        conf.CONFIG_SET('HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC') or \
1116        conf.CONFIG_SET('HAVE_STRUCT_STAT_ST_MTIME_N') or \
1117        conf.CONFIG_SET('HAVE_STRUCT_STAT_ST_UMTIME'):
1118         conf.DEFINE('HAVE_STAT_HIRES_TIMESTAMPS', '1')
1119
1120     # recent FreeBSD, NetBSD have creation timestamps called birthtime:
1121     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_birthtime',
1122                                 define='HAVE_STRUCT_STAT_ST_BIRTHTIME')
1123     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_birthtimespec.tv_nsec',
1124                                 define='HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC')
1125     conf.CHECK_STRUCTURE_MEMBER('struct stat', 'st_birthtimensec',
1126                                 define='HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC')
1127
1128     conf.CHECK_CODE('''
1129 #if defined(HAVE_UNISTD_H)
1130 #include <unistd.h>
1131 #endif
1132 #include <fcntl.h>],
1133 ssize_t err = posix_fadvise(0,0,0x80000,POSIX_FADV_WILLNEED);
1134 ''',
1135                 'HAVE_POSIX_FADVISE',
1136                 msg='Checking whether posix_fadvise is available')
1137
1138     for v in ['_SC_NGROUPS_MAX', '_SC_NPROC_ONLN', '_SC_NPROCESSORS_ONLN', '_SC_PAGESIZE' ]:
1139         conf.CHECK_CODE('''
1140                         #include <unistd.h>
1141                         return sysconf(%s) == -1 ? 1 : 0;
1142                         ''' % v,
1143                         'SYSCONF%s' % v,
1144                         msg='Checking whether sysconf(%s) is available' % v)
1145
1146     conf.CHECK_DECLS('__NR_inotify_init', reverse=True, headers='asm/unistd.h')
1147
1148     conf.CHECK_CODE('''
1149 #include <sys/syscall.h>
1150 #include <unistd.h>
1151 syscall(SYS_initgroups, 16, NULL, NULL, 0);
1152                     ''',
1153                     'HAVE_DARWIN_INITGROUPS',
1154                     msg='Checking whether to use the Darwin-specific initgroups system call')
1155
1156     conf.CHECK_CODE('''struct utimbuf tbuf;  tbuf.actime = 0; tbuf.modtime = 1; exit(utime("foo.c",&tbuf));''',
1157                     'HAVE_UTIMBUF',
1158                     headers='sys/types.h utime.h',
1159                     msg='Checking whether struct utimbuf is available')
1160
1161     if conf.CHECK_CODE('''struct sigevent s;''',
1162                     'HAVE_STRUCT_SIGEVENT',
1163                     headers='sys/types.h stdlib.h stddef.h signal.h',
1164                     msg='Checking whether we have the struct sigevent'):
1165         conf.CHECK_STRUCTURE_MEMBER('struct sigevent', 'sigev_value.sival_ptr',
1166                                     define='HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR',
1167                                     headers='signal.h');
1168         conf.CHECK_STRUCTURE_MEMBER('struct sigevent', 'sigev_value.sigval_ptr',
1169                                     define='HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR',
1170                                     headers='signal.h');
1171
1172     if os.path.exists('/proc/sys/kernel/core_pattern'):
1173         conf.DEFINE('HAVE_SYS_KERNEL_PROC_CORE_PATTERN', '1')
1174
1175     if conf.CHECK_CODE('''
1176 #include <time.h>
1177 main() {
1178         struct tm *tm;
1179         if (sizeof(time_t) == 8) {
1180                 time_t max_time = 0x7fffffffffffffffll;
1181                 tm = gmtime(&max_time);
1182                 /* This should fail with 32-bit tm_year. */
1183                 if (tm == NULL) {
1184                         /* Max time_t that works with 32-bit int tm_year in struct tm. */
1185                         max_time = 67768036191676799ll;
1186                         tm = gmtime(&max_time);
1187                         if (tm) {
1188                                 exit(0);
1189                         }
1190                 }
1191         }
1192         exit(1);
1193 }''',
1194         '__TIME_T_MAX',
1195         addmain=False,
1196         execute=True,
1197         msg="Checking for the maximum value of the 'time_t' type"):
1198             conf.DEFINE('TIME_T_MAX', '67768036191676799ll')
1199
1200     conf.CHECK_CODE('''
1201 #if defined(HAVE_UNISTD_H)
1202 #include <unistd.h>
1203 #endif
1204 #include <sys/types.h>
1205 main() { dev_t dev = makedev(1,2); return 0; }
1206 ''',
1207         'HAVE_MAKEDEV',
1208         addmain=False,
1209         msg='Checking whether the macro for makedev is available')
1210
1211     conf.CHECK_CODE('''
1212 #include <stdio.h>
1213 #include <limits.h>
1214 #include <signal.h>
1215
1216 void exit_on_core(int ignored) {
1217         exit(1);
1218 }
1219
1220 main() {
1221         char *newpath;
1222         signal(SIGSEGV, exit_on_core);
1223         newpath = realpath("/tmp", NULL);
1224         exit((newpath != NULL) ? 0 : 1);
1225 }
1226 ''',
1227         'REALPATH_TAKES_NULL',
1228         addmain=False,
1229         execute=True,
1230         msg='Checking whether the realpath function allows a NULL argument')
1231
1232     conf.CHECK_CODE('''#include "../tests/ftruncate.c"''',
1233                     'HAVE_FTRUNCATE_EXTEND',
1234                     msg='Checking for ftruncate extend',
1235                     addmain=False,
1236                     execute=True)
1237     if os.getenv('RUN_FROM_BUILD_FARM'):
1238         Logs.info("enabling buildfarm hacks")
1239         conf.DEFINE('ENABLE_BUILD_FARM_HACKS', '1')
1240
1241     if Options.options.with_sendfile_support:
1242         if (host_os.rfind('linux') > -1) or (host_os.rfind('gnu') > -1) or (host_os.rfind('k*bsd*-gnu') > -1) or (host_os.rfind('kopensolaris*-gnu') > -1):
1243             conf.CHECK_CODE('''
1244                             int tofd, fromfd;
1245                             off64_t offset;
1246                             size_t total;
1247                             ssize_t nwritten = sendfile64(tofd, fromfd, &offset, total);
1248                             ''',
1249                             '_HAVE_SENDFILE64',
1250                             headers='sys/sendfile',
1251                             msg='Checking for linux sendfile64 support')
1252             conf.CHECK_CODE('''
1253                             int tofd, fromfd;
1254                             off_t offset;
1255                             size_t total;
1256                             ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
1257                             ''',
1258                             '_HAVE_SENDFILE',
1259                             headers='sys/sendfile',
1260                             msg='Checking for linux sendfile support')
1261
1262             # Try and cope with broken Linux sendfile....
1263             conf.CHECK_CODE('''#if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
1264                             #undef _FILE_OFFSET_BITS
1265                             #endif
1266                             #include <sys/sendfile.h>
1267                             int tofd, fromfd;
1268                             off_t offset;
1269                             size_t total;
1270                             ssize_t nwritten = sendfile(tofd, fromfd, &offset, total);
1271                             ''',
1272                             '_HAVE_BROKEN_LINUX_SENDFILE',
1273                             msg='Checking for broken linux sendfile support')
1274             if conf.CONFIG_SET('_HAVE_SENDFILE64'):
1275                 conf.DEFINE('HAVE_SENDFILE64', '1')
1276                 conf.DEFINE('LINUX_SENDFILE_API', '1')
1277                 conf.DEFINE('WITH_SENDFILE', '1')
1278             elif conf.CONFIG_SET('_HAVE_SENDFILE'):
1279                 conf.DEFINE('HAVE_SENDFILE', '1')
1280                 conf.DEFINE('LINUX_SENDFILE_API', '1')
1281                 conf.DEFINE('WITH_SENDFILE', '1')
1282             elif conf.CONFIG_SET('_HAVE_BROKEN_LINUX_SENDFILE'):
1283                 conf.DEFINE('LINUX_BROKEN_SENDFILE_API', '1')
1284                 conf.DEFINE('WITH_SENDFILE', '1')
1285         elif (host_os.rfind('freebsd') > -1) or (host_os.rfind('dragonfly') > -1):
1286             conf.CHECK_CODE('''
1287                             #include <sys/types.h>
1288                             #include <unistd.h>
1289                             #include <sys/socket.h>
1290                             #include <sys/uio.h>
1291                             int fromfd, tofd, ret, total=0;
1292                             off_t offset, nwritten;
1293                             struct sf_hdtr hdr;
1294                             struct iovec hdtrl;
1295                             hdr.headers = &hdtrl;
1296                             hdr.hdr_cnt = 1;
1297                             hdr.trailers = NULL;
1298                             hdr.trl_cnt = 0;
1299                             hdtrl.iov_base = NULL;
1300                             hdtrl.iov_len = 0;
1301                             ret = sendfile(fromfd, tofd, offset, total, &hdr, &nwritten, 0)
1302                             ''',
1303                             '_HAVE_SENDFILE',
1304                             msg='Checking for freebsd sendfile support')
1305             if conf.CONFIG_SET('_HAVE_SENDFILE'):
1306                 conf.DEFINE('HAVE_SENDFILE', '1')
1307                 conf.DEFINE('FREEBSD_SENDFILE_API', '1')
1308                 conf.DEFINE('WITH_SENDFILE', '1')
1309         elif (host_os.rfind('hpux') > -1):
1310             conf.CHECK_CODE('''
1311                             #include <sys/socket.h>
1312                             #include <sys/uio.h>
1313                             int fromfd, tofd;
1314                             size_t total=0;
1315                             struct iovec hdtrl[2];
1316                             ssize_t nwritten;
1317                             off64_t offset;
1318                             hdtrl[0].iov_base = 0;
1319                             hdtrl[0].iov_len = 0;
1320                             nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
1321                             ''',
1322                             '_HAVE_SENDFILE64',
1323                             msg='Checking for hpux sendfile64 support')
1324             conf.CHECK_CODE('''
1325                             #include <sys/socket.h>
1326                             #include <sys/uio.h>
1327                             int fromfd, tofd;
1328                             size_t total=0;
1329                             struct iovec hdtrl[2];
1330                             ssize_t nwritten;
1331                             off_t offset;
1332                             hdtrl[0].iov_base = 0;
1333                             hdtrl[0].iov_len = 0;
1334                             nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[0], 0);
1335                             ''',
1336                             '_HAVE_SENDFILE',
1337                             msg='Checking for hpux sendfile support')
1338             if conf.CONFIG_SET('_HAVE_SENDFILE64'):
1339                 conf.DEFINE('HAVE_SENDFILE64', '1')
1340                 conf.DEFINE('HPUX_SENDFILE_API', '1')
1341                 conf.DEFINE('WITH_SENDFILE', '1')
1342             elif conf.CONFIG_SET('_HAVE_SENDFILE'):
1343                 conf.DEFINE('HAVE_SENDFILE', '1')
1344                 conf.DEFINE('HPUX_SENDFILE_API', '1')
1345                 conf.DEFINE('WITH_SENDFILE', '1')
1346         elif (host_os.rfind('solaris') > -1):
1347             conf.CHECK_FUNCS_IN('sendfile', 'sendfilev')
1348             conf.CHECK_CODE('''
1349                             #include <sys/sendfile.h>
1350                             int sfvcnt;
1351                             size_t xferred;
1352                             struct sendfilevec vec[2];
1353                             ssize_t nwritten;
1354                             int tofd;
1355                             sfvcnt = 2;
1356                             vec[0].sfv_fd = SFV_FD_SELF;
1357                             vec[0].sfv_flag = 0;
1358                             vec[0].sfv_off = 0;
1359                             vec[0].sfv_len = 0;
1360                             vec[1].sfv_fd = 0;
1361                             vec[1].sfv_flag = 0;
1362                             vec[1].sfv_off = 0;
1363                             vec[1].sfv_len = 0;
1364                             nwritten = sendfilev64(tofd, vec, sfvcnt, &xferred);
1365                             ''',
1366                             '_HAVE_SENDFILEV64',
1367                             msg='Checking for solaris sendfilev64 support')
1368             conf.CHECK_CODE('''
1369                             #include <sys/sendfile.h>,
1370                             int sfvcnt;
1371                             size_t xferred;
1372                             struct sendfilevec vec[2];
1373                             ssize_t nwritten;
1374                             int tofd;
1375                             sfvcnt = 2;
1376                             vec[0].sfv_fd = SFV_FD_SELF;
1377                             vec[0].sfv_flag = 0;
1378                             vec[0].sfv_off = 0;
1379                             vec[0].sfv_len = 0;
1380                             vec[1].sfv_fd = 0;
1381                             vec[1].sfv_flag = 0;
1382                             vec[1].sfv_off = 0;
1383                             vec[1].sfv_len = 0;
1384                             nwritten = sendfilev(tofd, vec, sfvcnt, &xferred);
1385                             ''',
1386                             '_HAVE_SENDFILEV',
1387                             msg='Checking for solaris sendfilev support')
1388             if conf.CONFIG_SET('_HAVE_SENDFILEV64'):
1389                 conf.DEFINE('HAVE_SENDFILEV64', '1')
1390                 conf.DEFINE('SOLARIS_SENDFILE_API', '1')
1391                 conf.DEFINE('WITH_SENDFILE', '1')
1392             elif conf.CONFIG_SET('_HAVE_SENDFILEV'):
1393                 conf.DEFINE('HAVE_SENDFILEV', '1')
1394                 conf.DEFINE('SOLARIS_SENDFILE_API', '1')
1395                 conf.DEFINE('WITH_SENDFILE', '1')
1396         elif (host_os.rfind('aix') > -1):
1397             conf.CHECK_CODE('''
1398                             #include <sys/socket.h>
1399                             int fromfd, tofd;
1400                             size_t total=0;
1401                             struct sf_parms hdtrl;
1402                             ssize_t nwritten;
1403                             off64_t offset;
1404                             hdtrl.header_data = 0;
1405                             hdtrl.header_length = 0;
1406                             hdtrl.file_descriptor = fromfd;
1407                             hdtrl.file_offset = 0;
1408                             hdtrl.file_bytes = 0;
1409                             hdtrl.trailer_data = 0;
1410                             hdtrl.trailer_length = 0;
1411                             nwritten = send_file(&tofd, &hdtrl, 0);
1412                             ''',
1413                             '_HAVE_SENDFILE',
1414                             msg='Checking for AIX send_file support')
1415             if conf.CONFIG_SET('_HAVE_SENDFILE'):
1416                 conf.DEFINE('HAVE_SENDFILE', '1')
1417                 conf.DEFINE('AIX_SENDFILE_API', '1')
1418                 conf.DEFINE('WITH_SENDFILE', '1')
1419
1420     conf.CHECK_CODE('''enum TDB_ERROR err = TDB_ERR_NESTING''',
1421                     'HAVE_TDB_ERR_NESTING',
1422                     headers='tdb.h',
1423                     msg='Checking whether we have TDB_ERR_NESTING')
1424
1425     # UnixWare 7.x has its getspnam in -lgen
1426     conf.CHECK_FUNCS_IN('getspnam', 'gen')
1427     conf.CHECK_FUNCS_IN('getspnam', 'security')
1428     conf.CHECK_FUNCS_IN('getspnam', 'sec')
1429
1430     if Options.options.with_quotas:
1431         # For quotas on Veritas VxFS filesystems
1432         conf.CHECK_HEADERS('sys/fs/vx_quota.h')
1433         # For quotas on Linux XFS filesystems
1434         conf.CHECK_HEADERS('linux/dqblk_xfs.h')
1435         # For sys/quota.h and linux/quota.h
1436         conf.CHECK_HEADERS('sys/quota.h')
1437
1438
1439     #
1440     # checking for clustering extensions (CTDB)
1441     #
1442     if not Options.options.with_cluster_support:
1443         have_cluster_support = False
1444
1445     else:
1446
1447         if Options.options.ctdb_dir:
1448             conf.ADD_EXTRA_INCLUDES(Options.options.ctdb_dir + '/include')
1449
1450         srcdir = os.path.realpath(conf.srcdir)
1451         if 'EXTRA_INCLUDES' in conf.env:
1452             includes = ' '.join(conf.env['EXTRA_INCLUDES']).replace('#', srcdir + '/')
1453         else:
1454             includes = ''
1455
1456         have_cluster_support = True
1457         ctdb_broken = ""
1458
1459         conf.CHECK_CODE('''
1460             #define NO_CONFIG_H
1461             #include "replace.h"
1462             #include "system/wait.h"
1463             #include "system/network.h"
1464             #define private #error __USED_RESERVED_WORD_private__
1465             #include <talloc.h>
1466             #include <tdb.h>
1467             #include <ctdb.h>
1468
1469             int main(void)
1470             {
1471                 return 0;
1472             }
1473             ''',
1474             'HAVE_CTDB_H',
1475             addmain=False,
1476             includes=includes,
1477             msg='Checking for header ctdb.h')
1478
1479         if not conf.CONFIG_SET('HAVE_CTDB_H'):
1480             have_cluster_support = False
1481             ctdb_broken = "ctdb.h is required for cluster support"
1482
1483         if have_cluster_support:
1484             conf.CHECK_CODE('''
1485                 #define NO_CONFIG_H
1486                 #include "replace.h"
1487                 #include "system/wait.h"
1488                 #include "system/network.h"
1489                 #define private #error __USED_RESERVED_WORD_private__
1490                 #include <talloc.h>
1491                 #include <tdb.h>
1492                 #include <ctdb.h>
1493                 #include <ctdb_private.h>
1494
1495                 int main(void)
1496                 {
1497                     return 0;
1498                 }
1499                 ''',
1500                 'HAVE_CTDB_PRIVATE_H',
1501                 addmain=False,
1502                 includes=includes,
1503                 msg='Checking for header ctdb_private.h')
1504
1505             if not conf.CONFIG_SET('HAVE_CTDB_PRIVATE_H'):
1506                 have_cluster_support = False
1507                 ctdb_broken = "ctdb_private.h is required for cluster support"
1508
1509         if have_cluster_support:
1510             conf.CHECK_CODE('''
1511                 #define NO_CONFIG_H
1512                 #include "replace.h"
1513                 #include "system/wait.h"
1514                 #include "system/network.h"
1515                 #include <talloc.h>
1516                 #include <tdb.h>
1517                 #include <ctdb.h>
1518                 #include <ctdb_private.h>
1519
1520                 int main(void)
1521                 {
1522                    int i = (int)CTDB_CONTROL_TRANS3_COMMIT;
1523                    return 0;
1524                 }
1525                 ''',
1526                 'HAVE_CTDB_CONTROL_TRANS3_COMMIT_DECL',
1527                 addmain=False,
1528                 includes=includes,
1529                 msg='Checking for transaction support (TRANS3_COMMIT control)')
1530
1531             if not conf.CONFIG_SET('HAVE_CTDB_CONTROL_TRANS3_COMMIT_DECL'):
1532                 have_cluster_support = False
1533                 ctdb_broken = "ctdb transaction support missing or too old"
1534
1535         if have_cluster_support:
1536             conf.CHECK_CODE('''
1537                 #define NO_CONFIG_H
1538                 #include "replace.h"
1539                 #include "system/wait.h"
1540                 #include "system/network.h"
1541                 #include <talloc.h>
1542                 #include <tdb.h>
1543                 #include <ctdb.h>
1544                 #include <ctdb_private.h>
1545
1546                 int main(void)
1547                 {
1548                     int i = (int)CTDB_CONTROL_SCHEDULE_FOR_DELETION;
1549                     return 0;
1550                 }
1551                 ''',
1552                 'HAVE_CTDB_CONTROL_SCHEDULE_FOR_DELETION_DECL',
1553                 addmain=False,
1554                 includes=includes,
1555                 msg='Checking for SCHEDULE_FOR_DELETION control')
1556
1557             if not conf.CONFIG_SET('HAVE_CTDB_CONTROL_SCHEDULE_FOR_DELETION_DECL'):
1558                 if not Options.options.enable_old_ctdb:
1559                     have_cluster_support = False
1560                     ctdb_broken = "SCHEDULE_FOR_DELETION control missing"
1561                 else:
1562                     Logs.warn("ignoring missing SCHEDULE_FOR_DELETION control (--enable-old-ctdb)")
1563
1564         if have_cluster_support:
1565             conf.CHECK_CODE('''
1566                 #define NO_CONFIG_H
1567                 #include "replace.h"
1568                 #include "system/wait.h"
1569                 #include "system/network.h"
1570                 #include <talloc.h>
1571                 #include <tdb.h>
1572                 #include <ctdb.h>
1573                 #include <ctdb_private.h>
1574
1575                 int main(void)
1576                 {
1577                     struct ctdb_control_tcp _x;
1578                     return 0;
1579                 }
1580                 ''',
1581                 'HAVE_STRUCT_CTDB_CONTROL_TCP',
1582                 addmain=False,
1583                 includes=includes,
1584                 msg='Checking for ctdb ipv4 support')
1585
1586             if not conf.CONFIG_SET('HAVE_STRUCT_CTDB_CONTROL_TCP'):
1587                 have_cluster_support = False
1588                 ctdb_broken = "missing struct ctdb_control_tcp"
1589
1590         if have_cluster_support:
1591             conf.CHECK_CODE('''
1592                 #define NO_CONFIG_H
1593                 #include "replace.h"
1594                 #include "system/wait.h"
1595                 #include "system/network.h"
1596                 #include <talloc.h>
1597                 #include <tdb.h>
1598                 #include <ctdb.h>
1599                 #include <ctdb_private.h>
1600
1601                 int main(void)
1602                 {
1603                     struct ctdb_control_tcp_addr _x;
1604                     return 0;
1605                 }
1606                 ''',
1607                 'HAVE_STRUCT_CTDB_CONTROL_TCP_ADDR',
1608                 addmain=False,
1609                 includes=includes,
1610                 msg='Checking for ctdb ipv6 support')
1611
1612     if have_cluster_support:
1613         Logs.info("building with cluster support")
1614         conf.DEFINE('CLUSTER_SUPPORT', 1);
1615     else:
1616         if not Options.options.with_cluster_support:
1617             Logs.info("building without cluster support")
1618         else:
1619             Logs.warn("building without cluster support: " + ctdb_broken)
1620         conf.undefine('CLUSTER_SUPPORT')
1621
1622
1623
1624     conf.CHECK_CODE('__attribute__((destructor)) static void cleanup(void) { }',
1625                     'HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR',
1626                     addmain=False,
1627                     link=False,
1628                     msg='Checking whether we can compile with __attribute__((destructor))')
1629
1630     conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }',
1631                     'SEEKDIR_RETURNS_VOID',
1632                     headers='sys/types.h dirent.h',
1633                     msg='Checking whether seekdir returns void')
1634
1635     if Options.options.with_profiling_data:
1636         conf.DEFINE('WITH_PROFILE', 1);
1637
1638
1639     default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam
1640                                       auth_sam auth_unix auth_winbind auth_wbc auth_server
1641                                       auth_domain auth_builtin vfs_default
1642                                       nss_info_template idmap_tdb idmap_passdb
1643                                       idmap_nss''')
1644
1645     default_shared_modules=TO_LIST('''vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk
1646                                       vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap
1647                                       vfs_expand_msdfs vfs_shadow_copy vfs_shadow_copy2 charset_CP850
1648                                       charset_CP437 auth_script vfs_readahead vfs_xattr_tdb
1649                                       vfs_streams_xattr vfs_streams_depot vfs_acl_xattr vfs_acl_tdb
1650                                       vfs_smb_traffic_analyzer vfs_preopen vfs_catia vfs_scannedonly
1651                                       vfs_crossrename vfs_linux_xfs_sgid
1652                                       vfs_time_audit idmap_autorid''')
1653
1654     if Options.options.developer:
1655         default_static_modules.extend(TO_LIST('pdb_ads auth_netlogond'))
1656         default_shared_modules.extend(TO_LIST('charset_weird perfcount_test'))
1657
1658     if Options.options.with_acl_support and conf.CONFIG_SET('HAVE_POSIX_ACLS'):
1659         default_static_modules.extend(TO_LIST('vfs_posixacl'))
1660
1661     if conf.CONFIG_SET('HAVE_FREEBSD_SUNACL_H'):
1662         default_shared_modules.extend(TO_LIST('vfs_zfsacl'))
1663
1664     if conf.CONFIG_SET('HAVE_DIRFD_DECL'):
1665         default_shared_modules.extend(TO_LIST('vfs_syncops vfs_dirsort'))
1666
1667     if conf.CONFIG_SET('HAVE_STATFS_F_FSID'):
1668         default_shared_modules.extend(TO_LIST('vfs_fileid'))
1669
1670     if conf.CONFIG_SET('HAVE_AIO') and (conf.CONFIG_SET('HAVE_MSGHDR_MSG_CONTROL') or conf.CONFIG_SET('HAVE_MSGHDR_MSG_ACCTRIGHTS')):
1671         default_shared_modules.extend(TO_LIST('vfs_aio_fork'))
1672
1673     if conf.CONFIG_SET('HAVE_LDAP'):
1674         default_static_modules.extend(TO_LIST('pdb_ldap idmap_ldap'))
1675
1676     if conf.CONFIG_SET('DARWINOS'):
1677         default_shared_modules.extend(TO_LIST('charset_macosxfs'))
1678
1679     explicit_shared_modules = TO_LIST(Options.options.shared_modules, delimiter=',')
1680     explicit_static_modules = TO_LIST(Options.options.static_modules, delimiter=',')
1681
1682     final_static_modules = default_static_modules
1683     final_shared_modules = default_shared_modules
1684
1685     for m in explicit_static_modules:
1686         if m in final_shared_modules:
1687             final_shared_modules.remove(m)
1688         final_static_modules.append(m)
1689     for m in explicit_shared_modules:
1690         if m in final_static_modules:
1691             final_static_modules.remove(m)
1692         final_shared_modules.append(m)
1693
1694     conf.env['static_modules'] = final_static_modules
1695     conf.env['shared_modules'] = final_shared_modules
1696
1697     conf.DEFINE('STRING_STATIC_MODULES', ' '.join(final_static_modules), quote=True)
1698
1699     static_list = {}
1700     shared_list = {}
1701
1702     prefixes = ['vfs', 'pdb', 'auth', 'nss_info', 'charset', 'idmap', 'gpext', 'perfcount']
1703     conf.env['MODULE_PREFIXES'] = prefixes
1704     for p in prefixes:
1705         for m in final_static_modules:
1706             if m.find(p) == 0:
1707                 if not p in static_list:
1708                     static_list[p] = []
1709                 static_list[p].append(m)
1710         for m in final_shared_modules:
1711             if m.find(p) == 0:
1712                 if not p in shared_list:
1713                     shared_list[p] = []
1714                 shared_list[p].append(m)
1715
1716     for p in prefixes:
1717         static_env = "%s_STATIC" % p.upper()
1718         shared_env = "%s_SHARED" % p.upper()
1719         conf.env[static_env] = []
1720         conf.env[shared_env] = []
1721         if p in static_list:
1722             decl_list=""
1723             for entry in static_list[p]:
1724                 decl_list += "extern NTSTATUS %s_init(void); " % entry
1725                 conf.env[static_env].append('%s' % entry)
1726             decl_list = decl_list.rstrip()
1727             conf.DEFINE('static_decl_%s' % p, decl_list)
1728             conf.DEFINE('static_init_%s' % p, '{ %s_init(); }' % '_init();  '.join(static_list[p]))
1729         else:
1730             conf.DEFINE('static_decl_%s' % p, '')
1731             conf.DEFINE('static_init_%s' % p, '{}')
1732         if p in shared_list:
1733             for entry in shared_list[p]:
1734                 conf.DEFINE('%s_init' % entry, 'init_samba_module')
1735                 conf.env[shared_env].append('%s' % entry)
1736
1737     conf.SAMBA_CONFIG_H('include/config.h')
1738
1739 def ctags(ctx):
1740     "build 'tags' file using ctags"
1741     import Utils
1742     source_root = os.path.dirname(Utils.g_module.root_path)
1743     cmd = 'ctags $(find %s/.. -name "*.[ch]" | grep -v "*_proto\.h")' % source_root
1744     print("Running: %s" % cmd)
1745     os.system(cmd)
1746
1747 if not os.getenv('TOPLEVEL_BUILD'):
1748     def wildcard_cmd(cmd):
1749         '''called on a unknown command'''
1750         from samba_wildcard import run_named_build_task
1751         run_named_build_task(cmd)
1752     def main():
1753         from samba_wildcard import wildcard_main
1754         wildcard_main(wildcard_cmd)
1755     Scripting.main = main