mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
12 lines
360 B
Python
12 lines
360 B
Python
Import('hostenv')
|
|
conf = Configure(hostenv)
|
|
|
|
#FIXME: conf.CheckBrokenInetNtoa()
|
|
for f in ['strtoull','__strtoull','strtouq','strtoll','__strtoll','strtoq',
|
|
'seteuid','setresuid','setegid','setresgid']:
|
|
conf.CheckFunc(f,'c')
|
|
conf.Finish()
|
|
|
|
hostenv.StaticLibrary('repdir', ['repdir/repdir.c'])
|
|
hostenv.StaticLibrary('replace', ['replace.c', 'snprintf.c'])
|